GraphicsMagick: Updated the news
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.38005.1672421874.1567.graphicsmagick-commit@lists.sourceforge.net> |
changeset f19f6ccd56a1 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=f19f6ccd56a1 summary: Updated the news diffstat: ChangeLog | 2 ++ NEWS.txt | 14 +++++++++++++- www/Changelog.html | 1 + www/NEWS.html | 16 +++++++++++++++- 4 files changed, 31 insertions(+), 2 deletions(-) diffs (106 lines): diff -r df23d5fab948 -r f19f6ccd56a1 ChangeLog --- a/ChangeLog Fri Dec 30 11:16:59 2022 -0600 +++ b/ChangeLog Fri Dec 30 11:37:44 2022 -0600 @@ -1,5 +1,7 @@ 2022-12-30 Bob Friesenhahn <[email protected]> + * NEWS.txt: Updated the news. + * coders/pcx.c (WritePCXImage): Support writing uncompressed PCX by default. Use -compress RLE to enable RLE compression. diff -r df23d5fab948 -r f19f6ccd56a1 NEWS.txt --- a/NEWS.txt Fri Dec 30 11:16:59 2022 -0600 +++ b/NEWS.txt Fri Dec 30 11:37:44 2022 -0600 @@ -6,7 +6,7 @@ GraphicsMagick News =================== -This file was last updated to reflect changes up to December 29, 2022 +This file was last updated to reflect changes up to December 30, 2022 Please note that this file records news for the associated development branch and that each development branch has its own NEWS file. See the @@ -46,10 +46,19 @@ Security Fixes: +* DCX: Fixed heap overflow when writing more than 1023 scenes, and + also eliminated use of uninitialized memory. + Bug fixes: +* SUN: The sense of monochrome images was inverted. Fix scanline size + calculation. + New Features: +* PCX and DCX: Support writing uncompressed format (use -compress rle + for RLE compression). + API Updates: * AppendImageToList() now updates the image list pointer to be the @@ -66,6 +75,9 @@ image which was just added. Use GetFirstImageInList() when the pointer to the first image in the list is needed. +* PCX and DCX writers now write uncompressed files by default + (use -compress rle for RLE compression). + 1.3.39 (December 26, 2022) ========================== diff -r df23d5fab948 -r f19f6ccd56a1 www/Changelog.html --- a/www/Changelog.html Fri Dec 30 11:16:59 2022 -0600 +++ b/www/Changelog.html Fri Dec 30 11:37:44 2022 -0600 @@ -40,6 +40,7 @@ <p>2022-12-30 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> <ul class="simple"> +<li><p>NEWS.txt: Updated the news.</p></li> <li><p>coders/pcx.c (WritePCXImage): Support writing uncompressed PCX by default. Use -compress RLE to enable RLE compression.</p></li> <li><p>coders/sun.c (ReadSUNImage): Sense of monochrome images was diff -r df23d5fab948 -r f19f6ccd56a1 www/NEWS.html --- a/www/NEWS.html Fri Dec 30 11:16:59 2022 -0600 +++ b/www/NEWS.html Fri Dec 30 11:37:44 2022 -0600 @@ -41,7 +41,7 @@ <!-- -*- mode: rst -*- --> <!-- This text is in reStucturedText format, so it may look a bit odd. --> <!-- See http://docutils.sourceforge.net/rst.html for details. --> -<p>This file was last updated to reflect changes up to December 29, 2022</p> +<p>This file was last updated to reflect changes up to December 30, 2022</p> <p>Please note that this file records news for the associated development branch and that each development branch has its own NEWS file. See the ChangeLog file, and/or the Mercurial changesets, for full details.</p> @@ -121,8 +121,20 @@ the oss-fuzz issues list for details.</p></li> </ul> <p>Security Fixes:</p> +<ul class="simple"> +<li><p>DCX: Fixed heap overflow when writing more than 1023 scenes, and +also eliminated use of uninitialized memory.</p></li> +</ul> <p>Bug fixes:</p> +<ul class="simple"> +<li><p>SUN: The sense of monochrome images was inverted. Fix scanline size +calculation.</p></li> +</ul> <p>New Features:</p> +<ul class="simple"> +<li><p>PCX and DCX: Support writing uncompressed format (use -compress rle +for RLE compression).</p></li> +</ul> <p>API Updates:</p> <ul class="simple"> <li><p>AppendImageToList() now updates the image list pointer to be the @@ -136,6 +148,8 @@ <li><p>AppendImageToList() now updates the image list pointer to be the image which was just added. Use GetFirstImageInList() when the pointer to the first image in the list is needed.</p></li> +<li><p>PCX and DCX writers now write uncompressed files by default +(use -compress rle for RLE compression).</p></li> </ul> </div> <div class="section" id="december-26-2022">