From d280c3a6daa19852922a8b1ea548bfb88df9daea Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 17 Sep 2015 07:34:38 -0500 Subject: [PATCH] [libpng17] Updated CHANGES and ANNOUNCE --- ANNOUNCE | 27 +++++++++++++++++++-------- CHANGES | 11 +++++++++++ 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 47d1548d8..b92c1a74d 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.7.0beta65 - September 16, 2015 +Libpng 1.7.0beta66 - September 17, 2015 This is not intended to be a public release. It will be replaced within a few weeks by a public version or by another test version. @@ -9,20 +9,20 @@ Files available for download: Source files with LF line endings (for Unix/Linux) and with a "configure" script - 1.7.0beta65.tar.xz (LZMA-compressed, recommended) - 1.7.0beta65.tar.gz + 1.7.0beta66.tar.xz (LZMA-compressed, recommended) + 1.7.0beta66.tar.gz Source files with CRLF line endings (for Windows), without the "configure" script - lp170b65.7z (LZMA-compressed, recommended) - lp170b65.zip + lp170b66.7z (LZMA-compressed, recommended) + lp170b66.zip Other information: - 1.7.0beta65-README.txt - 1.7.0beta65-LICENSE.txt - libpng-1.7.0beta65-*.asc (armored detached GPG signatures) + 1.7.0beta66-README.txt + 1.7.0beta66-LICENSE.txt + libpng-1.7.0beta66-*.asc (armored detached GPG signatures) Changes since the last public release (1.6.0): @@ -871,6 +871,17 @@ Version 1.7.0beta65 [September 16, 2015] (but not yet by the writer) (John Bowler). Implemented shared transform handling that is used throughout (John Bowler). +Version 1.7.0beta66 [September 17, 2015] + Enabled the low-bit-depth gray tests that were disabled in prior versions + of libpng because of problems that should have been fixed by the recent + changes to libpng17. Enabling the tests revealed bugs in those changes + which are now corrected. + Replaced the memcpy of png_transform_background with a structure copy + which is safer since it doesn't depend on knowing the first member to + be copied, also the copies are improved to copy the transform args too; + not required at present but it may prevent a bug being introduced in + the future. + Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement diff --git a/CHANGES b/CHANGES index f44d0fed6..38cae53f2 100644 --- a/CHANGES +++ b/CHANGES @@ -5168,6 +5168,17 @@ Version 1.7.0beta65 [September 16, 2015] (but not yet by the writer) (John Bowler). Implemented shared transform handling that is used throughout (John Bowler). +Version 1.7.0beta66 [September 17, 2015] + Enabled the low-bit-depth gray tests that were disabled in prior versions + of libpng because of problems that should have been fixed by the recent + changes to libpng17. Enabling the tests revealed bugs in those changes + which are now corrected. + Replaced the memcpy of png_transform_background with a structure copy + which is safer since it doesn't depend on knowing the first member to + be copied, also the copies are improved to copy the transform args too; + not required at present but it may prevent a bug being introduced in + the future. + Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement