[libpng16] Update CHANGES and ANNOUNCE

This commit is contained in:
Glenn Randers-Pehrson 2016-12-26 19:44:25 -06:00
parent 7bb00afec3
commit 4708ca268e
2 changed files with 15 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Libpng 1.6.27beta02 - December 26, 2016
Libpng 1.6.27beta02 - December 27, 2016
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.
@ -31,8 +31,14 @@ Version 1.6.27beta01 [November 2, 2016]
entire PNG image instead of rejecting just the iCCP chunk with a warning,
if built with zlib-1.2.8.1.
Version 1.6.27beta02 [December 26, 2016]
Version 1.6.27beta02 [December 27, 2016]
Control ADLER32 checking with new PNG_IGNORE_ADLER32 option.
Removed the use of a macro containing the pre-processor 'defined'
operator. It is unclear whether this is valid; a macro that
"generates" 'defined' is not permitted, but the use of the word
"generates" within the C90 standard seems to imply more than simple
substitution of an expression itself containing a well-formed defined
operation.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -5760,8 +5760,14 @@ Version 1.6.27beta01 [November 2, 2016]
entire PNG image instead of rejecting just the iCCP chunk with a warning,
if built with zlib-1.2.8.1.
Version 1.6.27beta02 [December 26, 2016]
Version 1.6.27beta02 [December 27, 2016]
Control ADLER32 checking with new PNG_IGNORE_ADLER32 option.
Removed the use of a macro containing the pre-processor 'defined'
operator. It is unclear whether this is valid; a macro that
"generates" 'defined' is not permitted, but the use of the word
"generates" within the C90 standard seems to imply more than simple
substitution of an expression itself containing a well-formed defined
operation.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit