[libpng17] Updated CHANGES and ANNOUNCE

This commit is contained in:
Glenn Randers-Pehrson 2015-12-18 22:28:13 -06:00
parent a78c4e286a
commit 0e249e9d93
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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