Skip to content

Commit

Permalink
updated docs for changes so far.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 31, 2019
1 parent 3b79004 commit 452a739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WhatsNew
Expand Up @@ -18,6 +18,8 @@ Changes include:
- Video, blit: use fast path for RGB 565 -> 32-bit XRGB 8888
- Video, blit: fix RGBA<->RGBA blit broken with the optimization from
bug 11 (bug 2976.)
- Video, blit, Linux: ARM assembly to address performance of blit and
fill routines, thanks to Ben Avison (bug 4365.)
- Video: fix integer overflow in SDL_CalculatePitch (CVE-2019-7637,
bug 4497.)
- Mouse: fix SDL_ResetMouse() using a bogus mouse button causing a
Expand Down
4 changes: 4 additions & 0 deletions docs.html
Expand Up @@ -48,6 +48,10 @@ <H2> SDL 1.2.16 Release Notes </H2>
Video, blit: fix RGBA&lt;-&gt;RGBA blit broken with the optimization from
<a href="https://bugzilla.libsdl.org/show_bug.cgi?id=11">bug 11</a> (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2976">2976</a>.)
</P>
<P>
Video, blit, Linux: ARM assembly to address performance of blit and
fill routines, thanks to Ben Avison (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4365">4365</a>.)
</P>
<P>
Video: fix integer overflow in SDL_CalculatePitch (CVE-2019-7637,
bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4497">4497</a>.)
Expand Down

0 comments on commit 452a739

Please sign in to comment.