Imported from libpng-1.2.36beta05.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-04-24 14:06:00 -05:00
parent 89ad3aa168
commit 977c6bd44c
21 changed files with 35 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.36beta05 - April 20, 2009
Libpng 1.2.36beta05 - April 24, 2009
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.
@@ -85,7 +85,7 @@ version 1.2.36beta03 [March 27, 2009]
version 1.2.36beta04 [April 5, 2009]
Fixed potential memory leak of "new_name" in png_write_iCCP() (Ralph Giles)
version 1.2.36beta05 [April 20, 2009]
version 1.2.36beta05 [April 24, 2009]
Added "ifndef PNG_SKIP_SETJMP_CHECK" block in pngconf.h to allow
application code writers to bypass the check for multiple inclusion
of setjmp.h when they know that it is safe to ignore the situation.