From 1bfeb4688107009966b35d91d08489e5375325e5 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 19 Dec 2015 14:24:52 -0600 Subject: [PATCH] [libpng17] Update CHANGES and ANNOUNCE --- ANNOUNCE | 8 ++++++++ CHANGES | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/ANNOUNCE b/ANNOUNCE index 8eae84859..a1d37a0e9 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1125,6 +1125,14 @@ Version 1.7.0beta74 [December 19, 2015] integration testing (David Drysdale). Version 1.7.0beta75 [December 19, 2015] + Fixed duplicate tIME chunk from png_write_png. + Added an example program, pngcp.c, that illustrates the problem when + used to copy pngtest.png (the result is an invalid PNG because the + tIME chunk is duplicated.) + Re-enabled 'methodical' filter selection code. + Added an accurate 'methodical' measure. + Fixed incorrect references to 'pngimage' in pngcp. + Fixed incorrect debug macro in release builds. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 1361445e3..c9a28acd7 100644 --- a/CHANGES +++ b/CHANGES @@ -5424,6 +5424,14 @@ Version 1.7.0beta74 [December 19, 2015] integration testing (David Drysdale). Version 1.7.0beta75 [December 19, 2015] + Fixed duplicate tIME chunk from png_write_png. + Added an example program, pngcp.c, that illustrates the problem when + used to copy pngtest.png (the result is an invalid PNG because the + tIME chunk is duplicated.) + Re-enabled 'methodical' filter selection code. + Added an accurate 'methodical' measure. + Fixed incorrect references to 'pngimage' in pngcp. + Fixed incorrect debug macro in release builds. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit