# HG changeset patch # User Sam Lantinga # Date 1151382811 0 # Node ID c08abb88531b7137887c3dade5d83cea7c96b223 # Parent 40b43a80adb5e64fc929987b0ad27a4266afc249 Added 1.2.11 patch notes diff -r 40b43a80adb5 -r c08abb88531b docs.html --- a/docs.html Mon Jun 26 16:20:51 2006 +0000 +++ b/docs.html Tue Jun 27 04:33:31 2006 +0000 @@ -14,6 +14,64 @@

API Documentation

+

SDL 1.2.11 Release Notes

+

+SDL 1.2.11 is a minor bug fix release. +

+ +

Unix Notes

+ +
+

+ Dynamic X11 loading is only enabled with gcc 4 supporting -fvisibility=hidden. This fixes crashes related to symbol collisions, and allows building on Solaris and IRIX. +

+

+ Fixed building SDL with Xinerama disabled. +

+

+ Fixed DRI OpenGL library loading, using RTLD_GLOBAL in dlopen(). +

+

+ Added pkgconfig configuration support. +

+
+ +

Windows Notes

+ +
+

+ Setting SDL_GL_SWAP_CONTROL now works with Windows OpenGL. +

+

+ The Win32 window positioning code works properly for windows with menus. +

+

+ DirectSound audio quality has been improved on certain sound cards. +

+

+ Fixed 5.1 audio channel ordering on Windows and Mac OS X. +

+

+ Plugged a couple of minor memory leaks in the windib video driver. +

+

+ Fixed type collision with stdint.h when building with gcc on Win32. +

+

+ Fixed building with the Digital Mars Compiler on Win32. +

+
+ +

Mac OS X Notes

+ +
+

+ The Quartz video driver supports 32x32 cursors on Mac OS X 10.3 and above. +

+
+ +[separator] +

SDL 1.2.10 Release Notes

SDL 1.2.10 is a major release, featuring a revamp of the build system and many API improvements and bug fixes.