Imported from libpng-1.4.0beta12.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-10-19 09:37:56 -05:00
parent beb572e616
commit ebd7f9a371
45 changed files with 136 additions and 116 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta11 - August 19, 2006
Libpng 1.4.0beta12 - October 19, 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.0beta11.tar.gz
1.4.0beta11.tar.bz2
1.4.0beta12.tar.gz
1.4.0beta12.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
1.4.0beta11-no-config.tar.gz
1.4.0beta11-no-config.tar.bz2
1.4.0beta12-no-config.tar.gz
1.4.0beta12-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp140b11.zip
lp140b11.tar.bz2
lp140b12.zip
lp140b12.tar.bz2
Other information:
1.4.0beta11-README.txt
1.4.0beta11-KNOWNBUGS.txt
1.4.0beta11-LICENSE.txt
1.4.0beta11-Y2K-compliance.txt
1.4.0beta12-README.txt
1.4.0beta12-KNOWNBUGS.txt
1.4.0beta12-LICENSE.txt
1.4.0beta12-Y2K-compliance.txt
Changes since the last public release (1.2.10):
@@ -207,6 +207,11 @@ version 1.4.0beta11 [August 19, 2006]
Added pngdefs.h that is built by makefile or configure, instead of
pngconf.h.in (Glenn).
version 1.4.0beta12 [October 19, 2006]
Changed "logical" to "bitwise" in the documentation.
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.0betaN [future]
Build shared libraries with -lz and sometimes -lm.