[libpng16] Imported from libpng-1.6.27rc01.tar

This commit is contained in:
Glenn Randers-Pehrson
2016-12-27 07:37:23 -06:00
parent 4708ca268e
commit 61a9a054fd
27 changed files with 99 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
Libpng 1.6.27beta02 - December 27, 2016
Libpng 1.6.27rc01 - 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.
@@ -8,20 +8,20 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
1.6.27beta02.tar.xz (LZMA-compressed, recommended)
1.6.27beta02.tar.gz
1.6.27rc01.tar.xz (LZMA-compressed, recommended)
1.6.27rc01.tar.gz
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1627b02.7z (LZMA-compressed, recommended)
lp1627b02.zip
lp1627r01.7z (LZMA-compressed, recommended)
lp1627r01.zip
Other information:
1.6.27beta02-README.txt
1.6.27beta02-LICENSE.txt
libpng-1.6.27beta02-*.asc (armored detached GPG signatures)
1.6.27rc01-README.txt
1.6.27rc01-LICENSE.txt
libpng-1.6.27rc01-*.asc (armored detached GPG signatures)
Changes since the last public release (1.6.26):
@@ -31,7 +31,7 @@ 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 27, 2016]
Version 1.6.27rc01 [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