Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated docs for changes so far.
  • Loading branch information
sezero committed Sep 6, 2019
1 parent 77a2237 commit 75e7f14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions WhatsNew
Expand Up @@ -13,6 +13,8 @@ Changes include:
CVE-2019-7638, CVE-2019-13616 (bugs 4498, 4499, 4500, 4517 and 4538.)
- Video, blit: fix handling of alpha channel in Altivec accelerated
blit functions (bug 1424.)
- Video, blit: correct vec_perm() application on little-endian 64-bit
PowerPC (bug 4791. cf.: RedHat bug 1392465.)
- 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.)
Expand Down
10 changes: 7 additions & 3 deletions docs.html
Expand Up @@ -38,10 +38,14 @@ <H2> SDL 1.2.16 Release Notes </H2>
blit functions (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1424">1424</a>.)
</P>
<P>
Video, blit: use fast path for RGB 565 -> 32-bit XRGB 8888
Video, blit: correct vec_perm() application on little-endian 64-bit
PowerPC (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4791">4791</a>. cf.: RedHat bug <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1392465">1392465</a>.)
</P>
<P>
Video, blit: fix RGBA<->RGBA blit broken with the optimization from
Video, blit: use fast path for RGB 565 -&gt; 32-bit XRGB 8888
</P>
<P>
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>
Expand Down Expand Up @@ -81,7 +85,7 @@ <H2> SDL 1.2.16 Release Notes </H2>
strongly discouraged.)
</P>
<P>
X11video: fix compilation with libX11 >= 1.5.99.902 (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1769">1769</a>.)
X11video: fix compilation with libX11 &gt;= 1.5.99.902 (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1769">1769</a>.)
</P>
<P>
X11video: fix for XChangeProperty() crash (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1427">1427</a>.)
Expand Down

0 comments on commit 75e7f14

Please sign in to comment.