From d6037dcb09811b872c1a4fd6bc0df564e620f0eb Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 23 Jun 2016 12:14:15 -0500 Subject: [PATCH] [libpng17] Update CHANGES and ANNOUNCE --- ANNOUNCE | 7 +++++-- CHANGES | 5 ++++- contrib/libtests/pngstest.c | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 3702943d9..cab1e5055 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.7.0beta82 - June 11, 2016 +Libpng 1.7.0beta82 - June 23, 2016 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. @@ -1290,7 +1290,7 @@ Version 1.7.0beta80 [May 6, 2016] unreachable code in pz_default_settings and eliminated a spurious warning in pngcp for small files. -Version 1.7.0beta81 [June 11, 2016] +Version 1.7.0beta81 [June 23, 2016] Check for CLOCK_PROCESS_CPUTIME_ID when building /contrib/libtests/timepng. Otherwise it does not build on platforms that don't supply clock_gettime(). Add check for clock_gettime() in Makefile.am and configure.ac @@ -1379,6 +1379,9 @@ Version 1.7.0beta81 [June 11, 2016] previously were swapped. Avoid potential overflow of the PNG_IMAGE_SIZE macro. This macro is not used within libpng, but is used in some of the examples. + Put the SKIP definition in the correct place. It needs to come after the + png.h include (see all the other .c files in contrib/libtests) because it + depends on PNG_LIBPNG_VER. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index e30260d6c..b746a5347 100644 --- a/CHANGES +++ b/CHANGES @@ -5590,7 +5590,7 @@ Version 1.7.0beta80 [May 6, 2016] unreachable code in pz_default_settings and eliminated a spurious warning in pngcp for small files. -Version 1.7.0beta81 [June 11, 2016] +Version 1.7.0beta81 [June 23, 2016] Check for CLOCK_PROCESS_CPUTIME_ID when building /contrib/libtests/timepng. Otherwise it does not build on platforms that don't supply clock_gettime(). Add check for clock_gettime() in Makefile.am and configure.ac @@ -5679,6 +5679,9 @@ Version 1.7.0beta81 [June 11, 2016] previously were swapped. Avoid potential overflow of the PNG_IMAGE_SIZE macro. This macro is not used within libpng, but is used in some of the examples. + Put the SKIP definition in the correct place. It needs to come after the + png.h include (see all the other .c files in contrib/libtests) because it + depends on PNG_LIBPNG_VER. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/contrib/libtests/pngstest.c b/contrib/libtests/pngstest.c index 250f05513..d4c9c17d7 100644 --- a/contrib/libtests/pngstest.c +++ b/contrib/libtests/pngstest.c @@ -3,7 +3,7 @@ * * Copyright (c) 2013-2016 John Cunningham Bowler * - * Last changed in libpng 1.6.22 [May 26, 2016] + * Last changed in libpng 1.6.24 [(PENDING RELEASE)] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer