From 386b2b0a7bfeff227b02cf8ed01bfb99f1445ac6 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 15 Dec 2015 12:26:54 -0600 Subject: [PATCH] [libng17] Update CHANGES and ANNOUNCE --- ANNOUNCE | 8 ++++++-- CHANGES | 6 +++++- contrib/libtests/pngvalid.c | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index f7be620eb..e9e5b187d 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.7.0beta74 - December 14, 2015 +Libpng 1.7.0beta74 - December 15, 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. @@ -1092,7 +1092,7 @@ Version 1.7.0beta73 [December 11, 2015] Changed png_struct->options from png_byte to png_uint_32, to hold up to 16 2-bit options. -Version 1.7.0beta74 [December 14, 2015] +Version 1.7.0beta74 [December 15, 2015] Fixed copyright years in source files. Removed LE/BE dependencies in pngvalid, to 'fix' the current problem in the BigEndian tests by not testing it, making the BE code the same @@ -1100,6 +1100,10 @@ Version 1.7.0beta74 [December 14, 2015] Fixes to pngvalid for various reduced build configurations (eliminate unused statics) and a fix for the case in rgb_to_gray when the digitize option reduces graylo to 0, producing a large error. + Widened the 'limit' check on the internally calculated error limits in + the 'DIGITIZE' case (the code used prior to 1.7 for rgb_to_gray error + checks) and changed the check to only operate in non-release builds + (base build type not RC or RELEASE.) Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 82103b02f..d1a4fc441 100644 --- a/CHANGES +++ b/CHANGES @@ -5391,7 +5391,7 @@ Version 1.7.0beta73 [December 11, 2015] Changed png_struct->options from png_byte to png_uint_32, to hold up to 16 2-bit options. -Version 1.7.0beta74 [December 14, 2015] +Version 1.7.0beta74 [December 15, 2015] Fixed copyright years in source files. Removed LE/BE dependencies in pngvalid, to 'fix' the current problem in the BigEndian tests by not testing it, making the BE code the same @@ -5399,6 +5399,10 @@ Version 1.7.0beta74 [December 14, 2015] Fixes to pngvalid for various reduced build configurations (eliminate unused statics) and a fix for the case in rgb_to_gray when the digitize option reduces graylo to 0, producing a large error. + Widened the 'limit' check on the internally calculated error limits in + the 'DIGITIZE' case (the code used prior to 1.7 for rgb_to_gray error + checks) and changed the check to only operate in non-release builds + (base build type not RC or RELEASE.) Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/contrib/libtests/pngvalid.c b/contrib/libtests/pngvalid.c index c73edc3fc..e6c136e5c 100644 --- a/contrib/libtests/pngvalid.c +++ b/contrib/libtests/pngvalid.c @@ -1,7 +1,7 @@ /* pngvalid.c - validate libpng by constructing then reading png files. * - * Last changed in libpng 1.5.26 [(PENDING RELEASE)] + * Last changed in libpng 1.6.21 [(PENDING RELEASE)] * Copyright (c) 2014-2015 Glenn Randers-Pehrson * Written by John Cunningham Bowler *