Imported from libpng-1.2.25beta03.tar

This commit is contained in:
Glenn Randers-Pehrson
2008-01-21 21:07:36 -06:00
parent c95be42221
commit 49f304bd07
52 changed files with 1079 additions and 132 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.25rc01 - January 17, 2008
Libpng 1.2.25beta03 - January 22, 2008
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,32 +9,32 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
libpng-1.2.25rc01.tar.gz
libpng-1.2.25rc01.tar.bz2
libpng-1.2.25beta03.tar.gz
libpng-1.2.25beta03.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.2.25rc01-no-config.tar.gz
libpng-1.2.25rc01-no-config.tar.bz2
libpng-1.2.25beta03-no-config.tar.gz
libpng-1.2.25beta03-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1225r01.zip
lp1225r01.tar.bz2
lp1225b03.zip
lp1225b03.tar.bz2
Project files
libpng-1.2.25rc01-project-netware.zip
libpng-1.2.25rc01-project-wince.zip
libpng-1.2.25beta03-project-netware.zip
libpng-1.2.25beta03-project-wince.zip
Other information:
libpng-1.2.25rc01-README.txt
libpng-1.2.25rc01-KNOWNBUGS.txt
libpng-1.2.25rc01-LICENSE.txt
libpng-1.2.25rc01-Y2K-compliance.txt
libpng-1.2.25beta03-README.txt
libpng-1.2.25beta03-KNOWNBUGS.txt
libpng-1.2.25beta03-LICENSE.txt
libpng-1.2.25beta03-Y2K-compliance.txt
Changes since the last public release (1.2.23):
@@ -66,9 +66,15 @@ version 1.2.25beta01 [January 7, 2008]
version 1.2.25beta02 [January 10, 2008]
Prevent gamma from being applied twice.
version 1.2.25rc01 [January 17, 2008]
version 1.2.25rc01 [January 17, 2001]
No changes.
version 1.2.25beta03 [January 22, 2008]
Fixed some continue-after-malloc-failure errors in pngset.c (David Hill)
Check for info_ptr == NULL in png_read_info() and png_process_data().
Check for possible use of NULL user_png_ver[] in png_create_read_struct().
Return from png_destroy_read_struct() if png_ptr_ptr is NULL.
Fix overflow of "msg" in png_decompres_chunk().
Send comments/corrections/commendations to png-mng-implement at lists.sf.net