Imported from libpng-1.4.0beta36.tar

This commit is contained in:
Glenn Randers-Pehrson
2008-10-25 20:03:28 -05:00
parent 56f6396137
commit 97a9b48789
62 changed files with 140 additions and 127 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta35 - October 6, 2008
Libpng 1.4.0beta36 - October 26, 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.0beta35.tar.gz
1.4.0beta35.tar.bz2
1.4.0beta36.tar.gz
1.4.0beta36.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
1.4.0beta35-no-config.tar.gz
1.4.0beta35-no-config.tar.bz2
1.4.0beta36-no-config.tar.gz
1.4.0beta36-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp140b35.zip
lp140b35.tar.bz2
lp140b36.zip
lp140b36.tar.bz2
Other information:
1.4.0beta35-README.txt
1.4.0beta35-KNOWNBUGS.txt
1.4.0beta35-LICENSE.txt
1.4.0beta35-Y2K-compliance.txt
1.4.0beta36-README.txt
1.4.0beta36-KNOWNBUGS.txt
1.4.0beta36-LICENSE.txt
1.4.0beta36-Y2K-compliance.txt
Changes since the last public release (1.2.10):
@@ -332,6 +332,9 @@ version 1.4.0beta35 [October 6, 2008]
Change png_set_gray_1_2_4_to_8() to png_set_expand_gray_1_2_4_to_8()
in example.c (debian bug report)
version 1.4.0beta36 [October 26, 2008]
Sync with tEXt vulnerability fix in libpng-1.2.33rc02.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.