Imported from libpng-1.4.0beta15.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-11-16 20:35:49 -06:00
parent 6b12c08bfc
commit ae4bd5c2be
46 changed files with 4564 additions and 4288 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta14 - November 14, 2006
Libpng 1.4.0beta15 - November 17, 2006
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,27 +9,27 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
1.4.0beta14.tar.gz
1.4.0beta14.tar.bz2
1.4.0beta15.tar.gz
1.4.0beta15.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
1.4.0beta14-no-config.tar.gz
1.4.0beta14-no-config.tar.bz2
1.4.0beta15-no-config.tar.gz
1.4.0beta15-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp140b14.zip
lp140b14.tar.bz2
lp140b15.zip
lp140b15.tar.bz2
Other information:
1.4.0beta14-README.txt
1.4.0beta14-KNOWNBUGS.txt
1.4.0beta14-LICENSE.txt
1.4.0beta14-Y2K-compliance.txt
1.4.0beta15-README.txt
1.4.0beta15-KNOWNBUGS.txt
1.4.0beta15-LICENSE.txt
1.4.0beta15-Y2K-compliance.txt
Changes since the last public release (1.2.10):
@@ -217,9 +217,14 @@ version 1.4.0beta13 [November 10, 2006]
Fix potential buffer overflow in sPLT chunk handler.
Fix Makefile.am to not try to link to noexistent files.
version 1.4.0beta14 [November 14, 2006]
version 1.4.0beta14 [November 15, 2006]
Check all exported functions for NULL png_ptr.
version 1.4.0beta15 [November 17, 2006]
Relocated two misplaced tests for NULL png_ptr.
Built Makefile.in with automake-1.9.6 instead of 1.9.2.
Build configure with autoconf-2.60 instead of 2.59
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.