Imported from libpng-1.4.0beta13.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-11-07 20:38:11 -06:00
parent ebd7f9a371
commit 3779c69674
49 changed files with 133 additions and 1024 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta12 - October 19, 2006
Libpng 1.4.0beta13 - November 8, 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.0beta12.tar.gz
1.4.0beta12.tar.bz2
1.4.0beta13.tar.gz
1.4.0beta13.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
1.4.0beta12-no-config.tar.gz
1.4.0beta12-no-config.tar.bz2
1.4.0beta13-no-config.tar.gz
1.4.0beta13-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp140b12.zip
lp140b12.tar.bz2
lp140b13.zip
lp140b13.tar.bz2
Other information:
1.4.0beta12-README.txt
1.4.0beta12-KNOWNBUGS.txt
1.4.0beta12-LICENSE.txt
1.4.0beta12-Y2K-compliance.txt
1.4.0beta13-README.txt
1.4.0beta13-KNOWNBUGS.txt
1.4.0beta13-LICENSE.txt
1.4.0beta13-Y2K-compliance.txt
Changes since the last public release (1.2.10):
@@ -212,6 +212,11 @@ version 1.4.0beta12 [October 19, 2006]
Work around Intel-Mac compiler bug by setting PNG_NO_MMX_CODE in pngconf.h
Add a typecast to stifle compiler warning in pngrutil.c
version 1.4.0beta13 [November 8, 2006]
Fix potential buffer overflow in sPLT chunk handler.
Fix Makefile.am to not try to link to noexistent files.
Fix pngerror.c to not use NULL png_ptr.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.