[libpng16] Imported from libpng-1.6.23rc01.tar

This commit is contained in:
Glenn Randers-Pehrson
2016-06-01 19:12:55 -05:00
parent 1017744c94
commit 1fdac25f66
25 changed files with 61 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
Libpng 1.6.23beta02 - June 1, 2016
Libpng 1.6.23rc01 - June 2, 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.23beta02.tar.xz (LZMA-compressed, recommended)
1.6.23beta02.tar.gz
1.6.23rc01.tar.xz (LZMA-compressed, recommended)
1.6.23rc01.tar.gz
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1623b02.7z (LZMA-compressed, recommended)
lp1623b02.zip
lp1623r01.7z (LZMA-compressed, recommended)
lp1623r01.zip
Other information:
1.6.23beta02-README.txt
1.6.23beta02-LICENSE.txt
libpng-1.6.23beta02-*.asc (armored detached GPG signatures)
1.6.23rc01-README.txt
1.6.23rc01-LICENSE.txt
libpng-1.6.23rc01-*.asc (armored detached GPG signatures)
Changes since the last public release (1.6.22):
@@ -34,7 +34,7 @@ Version 1.6.23beta01 [May 29, 2016]
positions. Fixed the sequential reader to handle these more robustly
(John Bowler).
Version 1.6.23beta02 [June 1, 2016]
Version 1.6.23rc01 [June 2, 2016]
Corrected progressive read input buffer in pngvalid.c. The previous version
the code invariably passed just one byte at a time to libpng. The intent
was to pass a random number of bytes in the range 0..511.