Imported from libpng-1.2.24beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-11-30 16:33:40 -06:00
parent 541b47ac2a
commit 03dfa028d2
50 changed files with 124 additions and 129 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.24beta01 - November 20, 2007
Libpng 1.2.24beta02 - November 30, 2007
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.
@@ -9,37 +9,37 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
libpng-1.2.24beta01.tar.gz
libpng-1.2.24beta01.tar.bz2
libpng-1.2.24beta02.tar.gz
libpng-1.2.24beta02.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.2.24beta01-no-config.tar.gz
libpng-1.2.24beta01-no-config.tar.bz2
libpng-1.2.24beta02-no-config.tar.gz
libpng-1.2.24beta02-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1224b01.zip
lp1224b01.tar.bz2
lp1224b02.zip
lp1224b02.tar.bz2
Project files
libpng-1.2.24beta01-project-netware.zip
libpng-1.2.24beta01-project-wince.zip
libpng-1.2.24beta02-project-netware.zip
libpng-1.2.24beta02-project-wince.zip
Other information:
libpng-1.2.24beta01-README.txt
libpng-1.2.24beta01-KNOWNBUGS.txt
libpng-1.2.24beta01-LICENSE.txt
libpng-1.2.24beta01-Y2K-compliance.txt
libpng-1.2.24beta02-README.txt
libpng-1.2.24beta02-KNOWNBUGS.txt
libpng-1.2.24beta02-LICENSE.txt
libpng-1.2.24beta02-Y2K-compliance.txt
Changes since the last public release (1.2.23):
version 1.2.24beta01 [November 20, 2007]
version 1.2.24beta01 [November 30, 2007]
Moved misplaced test for malloc failure in png_set_sPLT(). This bug was
introduced in libpng-1.2.20beta01.
Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER
@@ -47,6 +47,8 @@ version 1.2.24beta01 [November 20, 2007]
when png_ptr is NULL (Marshall Clow).
Updated handling of symbol prefixes in Makefile.am and configure.ac (Mike
Frysinger).
Removed a useless test and fixed incorrect test in png_set_cHRM_fixed()
(David Hill).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net