Imported from libpng-1.2.2beta6.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-03-31 07:33:55 -06:00
parent 73d57cb97b
commit 25228abdc1
58 changed files with 126 additions and 107 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.2beta5 - March 26, 2002
Libpng 1.2.2beta6 - March 31, 2002
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.
@@ -44,6 +44,11 @@ version 1.2.2beta5 [March 26, 2002]
Changed "()" to "{}" in pkgconfig/libpngNN.pc.
Revised makefiles to put png.h and pngconf.h only in $prefix/include/libpngNN
Revised makefiles to make symlink to libpng.so.NN in addition to libpngNN.so
version 1.2.2beta6 [March 31, 2002]
Prevent png_zalloc() from trying to memset memory that it failed to acquire.
Add typecasts of PNG_MAX_UINT in pngset_cHRM_fixed() (Matt Holgate).
Ensure that the right function (user or default) is used to free the
png_struct after an error in png_create_read_struct_2().
Send comments/corrections/commendations to
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu