[libpng16] Imported from libpng-1.6.0beta27.tar

This commit is contained in:
Glenn Randers-Pehrson
2012-08-11 18:15:41 -05:00
parent 3744f94fd1
commit 0f08665bfb
15 changed files with 551 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.6.0beta27 - August 10, 2012
Libpng 1.6.0beta27 - August 11, 2012
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.
@@ -399,7 +399,7 @@ Version 1.6.0beta26 [July 10, 2012]
Moved scripts/chkfmt to contrib/tools.
Changed "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386.
Version 1.6.0beta27 [August 10, 2012]
Version 1.6.0beta27 [August 11, 2012]
Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
Do not use __restrict when GNUC is <= 3.1
Removed references to png_zalloc() and png_zfree() from the manual.