The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
SDL 1.2.15 RELEASED!
Sam Lantinga


Joined: 10 Sep 2009
Posts: 1765
Happy New Year! Smile

SDL 1.2.15 Release Notes

SDL 1.2.15 is a minor bug fix release.
http://www.libsdl.org/download-1.2.php

General Notes
  • Fixed assembly register clobbering in CPU info routines
  • Fixed memory stomp when using stretch blit on large images
  • Fixed pixel corruption with overlapping blits
  • SDL_JOYSTICK_DEVICE can be a colon separated list of joystick devices
  • Disabled MMX blitters since they don't compile on modern compilers
Unix Notes
  • Fixed crash in joystick code on newer Linux kernels
  • Fixed channel swizzling for ALSA target with 6-channel output
  • Use the OpenGL GLX_EXT_swap_control extension if available
  • XRandR support is disabled by default because it causes desktop reconfiguring. It can be enabled with the SDL_VIDEO_X11_XRANDR=1 environment variable, or by applying this patch: http://hg.libsdl.org/SDL/raw-rev/8ec3036098df
Windows Notes
  • Fixed SDL_GL_ACCELERATED_VISUAL handling
  • Fixed application state handling with ALT-Tab
  • Fixed occasional crash handling WM_ACTIVATEAPP in Direct X code
  • Fixed UTF-8 decoding of Russian characters
Mac OS X Notes
  • Fixed building and running on Mac OS X 10.7 (Lion)

Cheers!
- Sam Lantinga