From 605f8d046f1018242d257f39b93a212237b88378 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 6 Dec 2015 20:12:23 -0600 Subject: [PATCH] [libpng17] Update CHANGES and ANNOUNCE --- ANNOUNCE | 14 +++++++++----- CHANGES | 12 ++++++++---- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index d994b65ef..d4bebaa79 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.7.0beta72 - December 5, 2015 +Libpng 1.7.0beta72 - December 7, 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. @@ -1072,14 +1072,18 @@ Version 1.7.0beta70 [December 3, 2015] In particular an abort as a result of a bogus colorspace information (gAMA, cHRM, sBIT etc) prevents the write of the PLTE chunk. -Version 1.7.0beta71 [December 5, 2015] +Version 1.7.0beta71 [omitted] +Version 1.7.0beta72 [December 7, 2015] Implemented new filter selection heuristic. Attempted to make the selection options more intuitive. Fixed a build break in no-write-filters cases. - Re-applied some recent patches to libpng17beta70 that were + Re-applied some recent patches to libpng-1.7.0beta70 that were accidentally lost while publishing the beta70 tar distribution. - -Version 1.7.0beta72 [December 5, 2015] + Fixed g++ builds, where enums (int), G++ objects (int) and (unsigned) + were being used together in ?: + Fixed stack smashing problem in write png_copy_row that was introduced + in libpng-1.7.0beta70. This also resulted in PNG data with random + row bytes. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 1c554ab5d..e6435c2fe 100644 --- a/CHANGES +++ b/CHANGES @@ -5371,14 +5371,18 @@ Version 1.7.0beta70 [December 3, 2015] In particular an abort as a result of a bogus colorspace information (gAMA, cHRM, sBIT etc) prevents the write of the PLTE chunk. -Version 1.7.0beta71 [December 5, 2015] +Version 1.7.0beta71 [omitted] +Version 1.7.0beta72 [December 7, 2015] Implemented new filter selection heuristic. Attempted to make the selection options more intuitive. Fixed a build break in no-write-filters cases. - Re-applied some recent patches to libpng17beta70 that were + Re-applied some recent patches to libpng-1.7.0beta70 that were accidentally lost while publishing the beta70 tar distribution. - -Version 1.7.0beta72 [December 5, 2015] + Fixed g++ builds, where enums (int), G++ objects (int) and (unsigned) + were being used together in ?: + Fixed stack smashing problem in write png_copy_row that was introduced + in libpng-1.7.0beta70. This also resulted in PNG data with random + row bytes. (subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement