[libpng17] Imported from libpng-1.7.0beta13.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-05-12 19:11:59 -05:00
parent bd56d76417
commit c09dddc0cd
15 changed files with 32 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.7.0beta13 - May 10, 2013
Libpng 1.7.0beta13 - May 13, 2013
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.
@@ -275,9 +275,10 @@ Version 1.7.0beta12 [April 30, 2013]
Avoid dereferencing NULL pointer possibly returned from
png_create_write_struct() (Andrew Church).
Version 1.7.0beta13 [May 10, 2013]
Version 1.7.0beta13 [May 13, 2013]
Revised contrib/pngminim/*/makefile to generate pnglibconf.h with the
right zlib header files.
Separated CPPFLAGS and CFLAGS in contrib/pngminim/*/makefile
Updated contrib/pngminus/pnm2png.c (Paul Stewart):
Check for EOF
Ignore "#" delimited comments in input file to pnm2png.c.