Mercurial > sdl-ios-xcode
changeset 4115:63b57f6b6523 SDL-1.2
Updated patch notes for 1.2.13
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 29 Dec 2007 06:21:47 +0000 |
parents | fc27f3e8eee4 |
children | 1bc3d3b2cde1 |
files | docs.html |
diffstat | 1 files changed, 63 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs.html Sat Dec 29 06:16:35 2007 +0000 +++ b/docs.html Sat Dec 29 06:21:47 2007 +0000 @@ -14,6 +14,69 @@ <H2> <A HREF="docs/index.html">API Documentation</A> </H2> +<H2> SDL 1.2.13 Release Notes </H2> +<P> +SDL 1.2.13 is a minor bug fix release. +</P> + +<H3> General Notes </H3> + +<BLOCKQUOTE> +<P> + Fixed link error when building with Intel Compiler 10. +</P> +<P> + Removed stray C++ comment from public headers. +</P> +</BLOCKQUOTE> + +<H3> Unix Notes </H3> + +<BLOCKQUOTE> +<P> + Fixed crash in SDL_SoftStretch() on secure operating systems. +</P> +<P> + Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver. +</P> +<P> + Scan for all joysticks on Linux instead of stopping at one that was removed. +</P> +</BLOCKQUOTE> + +<H3> Windows Notes </H3> + +<BLOCKQUOTE> +<P> + Fixed crash when a video driver reports higher than 32 bpp video modes. +</P> +<P> + Fixed restoring the desktop after setting a 24-bit OpenGL video mode. +</P> +<P> + Fixed window titles on Windows 95/98/ME. +</P> +<P> + Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants for extended mouse buttons. +</P> +</BLOCKQUOTE> + +<H3> Mac OS X Notes </H3> + +<BLOCKQUOTE> +<P> + SDL now builds on Mac OS X 10.5 (Leopard). +</P> +<P> + Fixed high frequency crash involving text input. +</P> +<P> + Improved trackpad scrolling support. +</P> +</BLOCKQUOTE> + +<IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%"> + <H2> SDL 1.2.12 Release Notes </H2> <P> SDL 1.2.12 is a minor bug fix release.