From 74419654635d636a69bbed7936729b7991702f0a Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 25 Sep 2015 18:54:12 -0500 Subject: [PATCH] [libpng17] Update CHANGES and ANNOUNCE --- ANNOUNCE | 8 +++++--- CHANGES | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index a473b0316..cc4fac64f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -925,19 +925,21 @@ Version 1.7.0beta66 [September 25, 2015] original works of the author of the code. The licence used is the Creative Commons Public Domain (CC0-1.0) one, which is appropriate for non-source-code works. The resultant images were used to generate - the recently-updated pngstest-errors.h file. + the recently-updated pngstest-errors.h file (John Bowler). Added test files generated by "contrib/testpngs/makepngs.sh --small" with MAKEPNG set to the makepng compiled from the current contrib/libtests/makepngs.sh, to the "contrib/testpngs" directory. Made png_rgb_to_gray() optimization fixes. This fixes the code that optimizes RGB to Gray transformations that only selected on channel and clarifies the handling of max_depth in the transform - code. + code (John Bowler). Incorporated new test PNG files into make check. tests/pngstest-* are changed so that the new test files are divided into 8 groups by gamma and alpha channel. These tests have considerably better code and pixel-value coverage than contrib/pngsuite; however,coverage is - still incomplete. + still incomplete (John Bowler). + Fixed png_set_tRNS_to_alpha for low-bit-depth gray and enabled + low-bit-depth gray tests in pngvalid (John Bowler). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 81e112930..b10814021 100644 --- a/CHANGES +++ b/CHANGES @@ -5224,19 +5224,21 @@ Version 1.7.0beta66 [September 25, 2015] original works of the author of the code. The licence used is the Creative Commons Public Domain (CC0-1.0) one, which is appropriate for non-source-code works. The resultant images were used to generate - the recently-updated pngstest-errors.h file. + the recently-updated pngstest-errors.h file (John Bowler). Added test files generated by "contrib/testpngs/makepngs.sh --small" with MAKEPNG set to the makepng compiled from the current contrib/libtests/makepngs.sh, to the "contrib/testpngs" directory. Made png_rgb_to_gray() optimization fixes. This fixes the code that optimizes RGB to Gray transformations that only selected on channel and clarifies the handling of max_depth in the transform - code. + code (John Bowler). Incorporated new test PNG files into make check. tests/pngstest-* are changed so that the new test files are divided into 8 groups by gamma and alpha channel. These tests have considerably better code and pixel-value coverage than contrib/pngsuite; however,coverage is - still incomplete. + still incomplete (John Bowler). + Fixed png_set_tRNS_to_alpha for low-bit-depth gray and enabled + low-bit-depth gray tests in pngvalid (John Bowler). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit