Imported from libpng-1.4.0beta29.tar

This commit is contained in:
Glenn Randers-Pehrson
2008-08-09 07:11:44 -05:00
parent 43aaf6eb37
commit e0784c72f4
62 changed files with 201 additions and 129 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta28 - August 6, 2008
Libpng 1.4.0beta29 - August 9, 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,27 +9,27 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
1.4.0beta28.tar.gz
1.4.0beta28.tar.bz2
1.4.0beta29.tar.gz
1.4.0beta29.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
1.4.0beta28-no-config.tar.gz
1.4.0beta28-no-config.tar.bz2
1.4.0beta29-no-config.tar.gz
1.4.0beta29-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp140b28.zip
lp140b28.tar.bz2
lp140b29.zip
lp140b29.tar.bz2
Other information:
1.4.0beta28-README.txt
1.4.0beta28-KNOWNBUGS.txt
1.4.0beta28-LICENSE.txt
1.4.0beta28-Y2K-compliance.txt
1.4.0beta29-README.txt
1.4.0beta29-KNOWNBUGS.txt
1.4.0beta29-LICENSE.txt
1.4.0beta29-Y2K-compliance.txt
Changes since the last public release (1.2.10):
@@ -297,10 +297,15 @@ version 1.4.0beta27 [August 5, 2008]
png_debug macros.
Allow user to #define their own png_debug, png_debug1, and png_debug2.
version 1.4.0beta28 [August 6, 2008]
version 1.4.0beta28 [August 5, 2008]
Revised usage of PNG_LITERAL_SHARP in pngerror.c.
Added PNG_STRING_NEWLINE macro
version 1.4.0beta29 [August 9, 2008]
Revised usage of PNG_STRING_NEWLINE to work on non-ISO compilers.
Added PNG_STRING_COPYRIGHT macro.
Added non-ISO versions of png_debug macros.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.