diff --git a/ANNOUNCE b/ANNOUNCE index 186f2730e..dc80abfd9 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.7.0beta26 - December 27, 2013 +Libpng 1.7.0beta26 - December 28, 2013 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. @@ -468,10 +468,11 @@ Version 1.7.0beta25 [December 26, 2013] Merged files with version 1.6.8 that have not changed since then. Rebuilt configure scripts with automake-1.14.1 and autoconf-2.69 -Version 1.7.0beta26 [December 27, 2013] +Version 1.7.0beta26 [December 28, 2013] Added libpng 1.5 checks to pngvalid.c Merged with 1.5 and 1.6 changes to create a single pngvalid.c Added dSIG to chunk list in png.h + Removed #error macro from contrib/tools/pngfix.c (Thomas Klausner). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 59c024431..318c6a924 100644 --- a/CHANGES +++ b/CHANGES @@ -4757,10 +4757,11 @@ Version 1.7.0beta25 [December 26, 2013] Merged files with version 1.6.8 that have not changed since then. Rebuilt configure scripts with automake-1.14.1 and autoconf-2.69 -Version 1.7.0beta26 [December 27, 2013] +Version 1.7.0beta26 [December 28, 2013] Added libpng 1.5 checks to pngvalid.c Merged with 1.5 and 1.6 changes to create a single pngvalid.c Added dSIG to chunk list in png.h + Removed #error macro from contrib/tools/pngfix.c (Thomas Klausner). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/contrib/tools/pngfix.c b/contrib/tools/pngfix.c index 245adb6f2..1c2388596 100644 --- a/contrib/tools/pngfix.c +++ b/contrib/tools/pngfix.c @@ -32,7 +32,6 @@ # define FIX_GCC volatile #else # define FIX_GCC -# error not tested #endif #define PROGRAM_NAME "pngfix"