From 0e249e9d93a610dbcef89e4b4f32bb1d1137fb20 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 18 Dec 2015 22:28:13 -0600 Subject: [PATCH] [libpng17] Updated CHANGES and ANNOUNCE --- ANNOUNCE | 6 ++++-- CHANGES | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 22c696e88..0912baf9c 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.7.0beta74 - December 18, 2015 +Libpng 1.7.0beta74 - December 19, 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. @@ -1092,7 +1092,7 @@ Version 1.7.0beta73 [December 11, 2015] Changed png_struct->options from png_byte to png_uint_32, to hold up to 16 2-bit options. -Version 1.7.0beta74 [December 18, 2015] +Version 1.7.0beta74 [December 19, 2015] Fixed copyright years in source files. Removed LE/BE dependencies in pngvalid, to 'fix' the current problem in the BigEndian tests by not testing it, making the BE code the same @@ -1121,6 +1121,8 @@ Version 1.7.0beta74 [December 18, 2015] of the current state Disabled 'methodical' filter selection code. It is incomplete; it works but does not do anything useful except, maybe, on really enormous images. + Added .travis.yml configuration file to control Travis continuous + integration testing (David Drysdale). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index f031edbb6..fbdab7bdd 100644 --- a/CHANGES +++ b/CHANGES @@ -5391,7 +5391,7 @@ Version 1.7.0beta73 [December 11, 2015] Changed png_struct->options from png_byte to png_uint_32, to hold up to 16 2-bit options. -Version 1.7.0beta74 [December 18, 2015] +Version 1.7.0beta74 [December 19, 2015] Fixed copyright years in source files. Removed LE/BE dependencies in pngvalid, to 'fix' the current problem in the BigEndian tests by not testing it, making the BE code the same @@ -5420,6 +5420,8 @@ Version 1.7.0beta74 [December 18, 2015] of the current state Disabled 'methodical' filter selection code. It is incomplete; it works but does not do anything useful except, maybe, on really enormous images. + Added .travis.yml configuration file to control Travis continuous + integration testing (David Drysdale). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit