Imported from libpng-1.4.0beta23.tar

This commit is contained in:
Glenn Randers-Pehrson
2008-07-22 13:59:07 -05:00
parent d8d7b949d9
commit 72b633026b
59 changed files with 125 additions and 121 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta22 - July 21, 2008
Libpng 1.4.0beta23 - July 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,27 +9,27 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
1.4.0beta22.tar.gz
1.4.0beta22.tar.bz2
1.4.0beta23.tar.gz
1.4.0beta23.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
1.4.0beta22-no-config.tar.gz
1.4.0beta22-no-config.tar.bz2
1.4.0beta23-no-config.tar.gz
1.4.0beta23-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp140b22.zip
lp140b22.tar.bz2
lp140b23.zip
lp140b23.tar.bz2
Other information:
1.4.0beta22-README.txt
1.4.0beta22-KNOWNBUGS.txt
1.4.0beta22-LICENSE.txt
1.4.0beta22-Y2K-compliance.txt
1.4.0beta23-README.txt
1.4.0beta23-KNOWNBUGS.txt
1.4.0beta23-LICENSE.txt
1.4.0beta23-Y2K-compliance.txt
Changes since the last public release (1.2.10):
@@ -252,7 +252,7 @@ version 1.4.0beta20 [July 9, 2008]
Revised makefile.mingw
Prefer PNG_USE_PNGVCRD when _MSC_VER is defined in pngconf.h
version 1.4.0beta21 [July 21, 2008]
version 1.4.0beta21 [July 22, 2008]
Moved local array "chunkdata" from pngrutil.c to the png_struct, so
it will be freed by png_read_destroy() in case of a read error.