[libpng17] Imported from libpng-1.7.0beta89.tar

This commit is contained in:
Glenn Randers-Pehrson
2017-08-18 20:05:22 -05:00
parent 0b2b7d8ab5
commit ef5a5760d4
25 changed files with 64 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.7.0beta88 - August 18, 2017
Libpng 1.7.0beta89 - August 19, 2017
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.
@@ -9,20 +9,20 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
1.7.0beta88.tar.xz (LZMA-compressed, recommended)
1.7.0beta88.tar.gz
1.7.0beta89.tar.xz (LZMA-compressed, recommended)
1.7.0beta89.tar.gz
Source files with CRLF line endings (for Windows), without the
"configure" script
/scratch/glennrp/Libpng17/lp170b88.7z (LZMA-compressed, recommended)
/scratch/glennrp/Libpng17/lp170b88.zip
/scratch/glennrp/Libpng17/lp170b89.7z (LZMA-compressed, recommended)
/scratch/glennrp/Libpng17/lp170b89.zip
Other information:
1.7.0beta88-README.txt
1.7.0beta88-LICENSE.txt
libpng-1.7.0beta88-*.asc (armored detached GPG signatures)
1.7.0beta89-README.txt
1.7.0beta89-LICENSE.txt
libpng-1.7.0beta89-*.asc (armored detached GPG signatures)
Changes since the last public release (1.6.0):
@@ -1431,9 +1431,11 @@ Version 1.7.0beta87 [April 1, 2017]
makefile.linux and makefile.solaris-x86 (Cosmin).
Merged some recent changes from libpng-1.6.30beta01.
Version 1.7.0beta88 [August 18, 2017]
Version 1.7.0beta88 [August 7. 2017]
Added private png_check_chunk_name() and png_check_chunk_length()
functions.
Version 1.7.0beta89 [August 19, 2017]
Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.c to stop
some Coverity issues (162705, 162706, and 162707).