From 90ea4af4a19f2d86eb2148e12e2c38ba9a8de738 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 1 Sep 2016 17:28:08 -0500 Subject: [PATCH] [libpng16] Update CHANGES and ANNOUNCE --- ANNOUNCE | 2 ++ CHANGES | 2 ++ contrib/tools/pngfix.c | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ANNOUNCE b/ANNOUNCE index 8f5191b61..775af145b 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -26,6 +26,8 @@ Other information: Changes since the last public release (1.6.25): Version 1.6.26beta01 [September 1, 2016] + Fixed handling zero length IDAT in pngfix (bug report by Agostino Sarubbo, + bugfix by John Bowler). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index dd96d6a0f..b8573f3fd 100644 --- a/CHANGES +++ b/CHANGES @@ -5704,6 +5704,8 @@ Version 1.6.25 [September 1, 2016] No changes. Version 1.6.26beta01 [September 1, 2016] + Fixed handling zero length IDAT in pngfix (bug report by Agostino Sarubbo, + bugfix by John Bowler). 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 765d56b8b..fef10969d 100644 --- a/contrib/tools/pngfix.c +++ b/contrib/tools/pngfix.c @@ -2,7 +2,7 @@ * * Copyright (c) 2014-2016 John Cunningham Bowler * - * Last changed in libpng 1.6.21 [January 15, 2016] + * Last changed in libpng 1.6.26 [(PENDING RELEASE)] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer