Imported from libpng-1.2.37beta01.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-05-14 05:09:37 -05:00
parent 2f76e90d1a
commit 5f26656fc5
15 changed files with 962 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.37beta01 - May 13, 2009
Libpng 1.2.37beta01 - May 14, 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.
@@ -43,7 +43,7 @@ Other information:
Changes since the last public release (1.2.36):
version 1.2.37beta01 [May 13, 2009]
version 1.2.37beta01 [May 14, 2009]
Fixed inconsistency in pngrutil.c, introduced in libpng-1.2.36. The
memset() was using "png_ptr->rowbytes" instead of "row_bytes", which
the corresponding png_malloc() uses (Joe Drew).