Skip to content

Commit

Permalink
updated docs for 1.2.16 changes so far.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Apr 25, 2022
1 parent 9e52a4e commit 261eb0c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
9 changes: 9 additions & 0 deletions WhatsNew
Expand Up @@ -9,6 +9,10 @@ Changes include:
CVE-2019-7573, CVE-2019-7574, CVE-2019-7575, CVE-2019-7576,
CVE-2019-7577, CVE-2019-7578 -- bugs 4490, 4491, 4492, 4493, 4494,
4495, 4496, and 4522.)
- Video: fix dynamic bpp-target when checking for supported video modes
(github PR/855.)
- Video, X11: fix crashes with certain libGL implementations and thread
issues -- add XInitThreads to X11_CreateDevice (bug 2843.)
- Video, bmp loader: security fixes for CVE-2019-7635, CVE-2019-7636,
CVE-2019-7638, CVE-2019-13616 (bugs 4498, 4499, 4500, 4517 and 4538.)
- Video, blit: fix handling of alpha channel in Altivec accelerated
Expand All @@ -27,6 +31,10 @@ Changes include:
- Video, Linux, fbcon: fix double buffering with non-fullscreen
resolution, implement triple-buffering and other improvements,
thanks to Paul Cercueil.
- Video, WINCE: fix build with Embedded Visual Studio (github bug 846.)
- Video, WINCE: fix detection of screen rotation (github bug 847.)
- Video, WINCE: added support for hardware application keys (github bug
850.)
- Mouse: fix SDL_ResetMouse() using a bogus mouse button causing a
negative shift (bug 3593.)
- Cdrom: fix SDL_CDResume() and SDL_CDStop() not returning failure
Expand Down Expand Up @@ -60,6 +68,7 @@ Changes include:
- Mac OS X: fix build for 10.9 Mavericks or newer (bug 2085.)
- Mac OS X, Quartz: fix cursor transparency (bug 4076.)
- Mac OS X, joystick: update to support Saitek p2500 gamepad (bug 2025)
- Mac OS X, joystick: fix keystroke receiving security popup (bug 5248)
- Mac OS X: fixed audio on macOS 11.0 beta ("Big Sur")
- Mac OS X, main: updates for -psn_XXX command line arg for Finder
launches in new macOS versions.
Expand Down
21 changes: 21 additions & 0 deletions docs.html
Expand Up @@ -28,6 +28,14 @@ <H2> SDL 1.2.16 Release Notes </H2>
CVE-2019-7577, CVE-2019-7578 -- bugs <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4490">4490</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4491">4491</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4492">4492</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4493">4493</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4494">4494</a>,
<a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4495">4495</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4496">4496</a>, and <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4522">4522</a>.)
</P>
<P>
Video: fix dynamic bpp-target when checking for supported video modes
(github <a href="https://github.com/libsdl-org/SDL-1.2/pull/855">PR/855</a>.)
</P>
<P>
Video, X11: fix crashes with certain libGL implementations and thread
issues -- add XInitThreads to X11_CreateDevice (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2843">2843</a>.)
</P>
<P>
Video, bmp loader: security fixes for CVE-2019-7635, CVE-2019-7636,
CVE-2019-7638, CVE-2019-13616 (bugs <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4498">4498</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4499">4499</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4500">4500</a>,
Expand Down Expand Up @@ -65,6 +73,16 @@ <H2> SDL 1.2.16 Release Notes </H2>
resolution, implement triple-buffering and other improvements,
thanks to Paul Cercueil.
</P>
<P>
Video, WINCE: fix build with Embedded Visual Studio (github bug <a href="https://github.com/libsdl-org/SDL-1.2/issues/846">846</a>.)
</P>
<P>
Video, WINCE: fix detection of screen rotation (github bug <a href="https://github.com/libsdl-org/SDL-1.2/issues/847">847</a>.)
</P>
<P>
Video, WINCE: added support for hardware application keys (github
bug <a href="https://github.com/libsdl-org/SDL-1.2/issues/850">850</a>.)
</P>
<P>
Mouse: fix SDL_ResetMouse() using a bogus mouse button causing a
negative shift (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=3593">3593</a>.)
Expand Down Expand Up @@ -144,6 +162,9 @@ <H2> SDL 1.2.16 Release Notes </H2>
<P>
Mac OS X, joystick: update to support Saitek p2500 gamepad (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2025">2025</a>)
</P>
<P>
Mac OS X, joystick: fix keystroke receiving security popup (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=5248">5248</a>)
</P>
<P>
Mac OS X: fixed audio on macOS 11.0 beta ("Big Sur")
</P>
Expand Down

0 comments on commit 261eb0c

Please sign in to comment.