diff --git a/docs.html b/docs.html index a91039e95..8b00610c8 100644 --- a/docs.html +++ b/docs.html @@ -14,6 +14,64 @@ The latest stable release may be found on the
+SDL 1.2.11 is a minor bug fix release. +
+ +++ ++ 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. +
+
++ ++ 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. +
+
++ ++ The Quartz video driver supports 32x32 cursors on Mac OS X 10.3 and above. +
+
SDL 1.2.10 is a major release, featuring a revamp of the build system and many API improvements and bug fixes.