diff --git a/WhatsNew b/WhatsNew index 5f6cea345..8538e93ac 100644 --- a/WhatsNew +++ b/WhatsNew @@ -3,6 +3,10 @@ This is a list of API changes in SDL's version history. Version 1.0: +1.2.12: + Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling + of the screensaver on Mac OS X and X11. + 1.2.10: If SDL_OpenAudio() is passed zero for the desired format fields, the following environment variables will be used diff --git a/docs.html b/docs.html index 8b00610c8..160fe1754 100644 --- a/docs.html +++ b/docs.html @@ -14,6 +14,104 @@ The latest stable release may be found on the
+SDL 1.2.12 is a minor bug fix release. +
+ +++ ++ Added support for the PulseAudio sound server: http://www.pulseaudio.org/ +
++ Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X and X11. +
++ Fixed buffer overrun crash when resampling audio rates. +
++ Fixed audio bug where converting to mono was doubling the volume. +
++ Fixed off-by-one error in the C implementation of SDL_revcpy() +
++ Support for AmigaOS has been removed from the main SDL code. +
+
++ ++ The GFX_Display has been added to the X11 window information in SDL_syswm.h. +
++ Fixed PAGE_SIZE compile error in the fbcon video driver on newer Linux kernels. +
++ Fixed hang or crash at startup if aRts can't access the hardware. +
++ Fixed relative mouse mode when the cursor starts outside the X11 window. +
++ Fixed accidental free of stack memory in X11 mouse acceleration code. +
++ Closed minor memory leak in XME code. +
+
++ ++ Added support for UTF-8 window titles on Windows. +
++ Fixed joystick detection on Windows. +
++ Fixed HBITMAP leak in GAPI driver. +
+
++ ++ Added support for multi-axis controllers like 3Dconnxion's SpaceNavigator on Mac OS X. +
++ Fixed YUV overlay crash inside Quicktime on Intel Mac OS X. +
++ Fixed blitting alignment in Altivec alpha blit functions. +
++ Keys F13, F14, and F15 are now usable on Apple keyboards under Mac OS X. +
++ Fixed joystick calibration code on Mac OS X. +
++ Fixed mouse jitter when multiple motion events are queued up in Mac OS X. +
+
++ ++ Implemented mouse grabbing and mouse relative mode on BeOS. +
+
SDL 1.2.11 is a minor bug fix release.