SDL/build-scripts
Sam Lantinga 5e1531944c Fixed bug 4367 - compatibility version decreased between 2.0.8 and 2.0.9
Joshua Root

The change resulting from Bug 4208 changed the compatibility_version of libSDL2 from 9.0.0 to 1.0.0. This is simply wrong.

This means that programs linked against 2.0.9 are considered by the dynamic linker to be compatible with all previous versions of libSDL2. This is not the case since new public symbols have been added.

The way compatibility_version and current_version are meant to work is:
 * current_version increases every time the library changes in any way.
 * compatibility_version is increased to match current_version whenever new public symbols are added.

Thus both versions should only ever increase. The solution to the Xcode project and autotools not having matching versions should have been to increase the version(s) in the Xcode project.

Reference: https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/VersionInformation.html
2018-11-12 16:34:58 -08:00
..
androidbuild.sh Updated Android build tools version, which bumped minimum deployment target to API 14 2017-10-23 23:23:47 -07:00
androidbuildlibs.sh Fixed bug 4065 - SDL_wave.c fail to compile in armeabi with ndk r16b 2018-01-27 12:05:26 -08:00
checker-buildbot.sh Disable static builds for static analysis. 2017-07-30 14:36:01 -04:00
config.guess fix permissions 2018-08-30 12:50:10 +03:00
config.sub fix permissions 2018-08-30 12:50:10 +03:00
config.sub.patch Updated config.guess and config.sub, added config.sub.patch for NaCl and Emscripten build support 2017-09-09 08:03:23 -07:00
emscripten-buildbot.sh Emscripten: Simplified option name in build script and README. 2017-04-02 21:33:24 +02:00
g++-fat.sh Removed Mac OS 10.5 support (bug #3137). Also fixed a warning about deprecated Carbon code when using SDL_audio (bug #3127, thanks Dominik!) 2016-05-21 00:20:52 -03:00
gcc-fat.sh Mac: Updated availability macro in build script. 2016-06-24 19:06:06 +02:00
install-sh use less ancient versions of autofoo scripts 2018-10-18 11:58:00 +03:00
iosbuild.sh Updated iOS fat build 2017-02-20 10:55:49 -08:00
ltmain.sh Fixed bug 4367 - compatibility version decreased between 2.0.8 and 2.0.9 2018-11-12 16:34:58 -08:00
mkinstalldirs use less ancient versions of autofoo scripts 2018-10-18 11:58:00 +03:00
nacl-buildbot.sh nacl: pepper_49 SDK apparently has problems, move buildbot back to pepper_47. 2016-11-10 11:26:44 -05:00
naclbuild.sh Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
os2-buildbot.sh os2: Do a distclean instead of removing files manually in buildbot script. 2018-11-04 21:11:07 -05:00
raspberrypi-buildbot.sh mir: Removed mir client support. 2018-11-02 21:34:17 -04:00
showrev.sh Fixed bug 3276 - build-scripts/showrev.sh prints the tip, which isn't useful if you're on a different -# branch, or just not sync'd to the tip. 2016-10-01 12:52:55 -07:00
strip_fPIC.sh Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
update-copyright.sh Run sed in binary mode so we don't have to worry about fixing line endings 2017-01-01 18:47:29 -08:00
updaterev.sh Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
windows-buildbot-zipper.bat windows-buildbot-zipper.bat: Check the correct path. 2017-07-30 14:09:18 -04:00
winrtbuild.bat Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
winrtbuild.ps1 Updated version to 2.0.9 2018-09-26 10:08:14 -07:00