[libpng10] Imported from libpng-1.0.29rc3.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-09-27 07:11:59 -05:00
parent 39acfab5bc
commit ad57dbb530
52 changed files with 223 additions and 136 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.0.29rc2 - September 26, 2007
Libpng 1.0.29rc3 - September 27, 2007
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,32 +9,32 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
libpng-1.0.29rc2.tar.gz
libpng-1.0.29rc2.tar.bz2
libpng-1.0.29rc3.tar.gz
libpng-1.0.29rc3.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.0.29rc2-no-config.tar.gz
libpng-1.0.29rc2-no-config.tar.bz2
libpng-1.0.29rc3-no-config.tar.gz
libpng-1.0.29rc3-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1029r02.zip
lp1029r02.tar.bz2
lp1029r03.zip
lp1029r03.tar.bz2
Project files
libpng-1.0.29rc2-project-netware.zip
libpng-1.0.29rc2-project-wince.zip
libpng-1.0.29rc3-project-netware.zip
libpng-1.0.29rc3-project-wince.zip
Other information:
libpng-1.0.29rc2-README.txt
libpng-1.0.29rc2-KNOWNBUGS.txt
libpng-1.0.29rc2-LICENSE.txt
libpng-1.0.29rc2-Y2K-compliance.txt
libpng-1.0.29rc3-README.txt
libpng-1.0.29rc3-KNOWNBUGS.txt
libpng-1.0.29rc3-LICENSE.txt
libpng-1.0.29rc3-Y2K-compliance.txt
Changes since the last public release (1.0.27):
@@ -62,7 +62,7 @@ version 1.2.20rc2 [August 27, 2007]
Revised #ifdefs to ensure one and only one of pnggccrd.c, pngvcrd.c,
or part of pngrutil.c is selected.
version 1.2.20rc3 [September 26, 2007]
version 1.2.20rc3 [September 27, 2007]
Remove a little more code in pngwutil.c when PNG_NO_WRITE_FILTER is selected.
Added /D _CRT_SECURE_NO_WARNINGS to visual6c and visualc71 projects.
Compile png_mmx_support() in png.c even when PNG_NO_MMX_CODE is defined.
@@ -101,6 +101,10 @@ version 1.2.21rc2 [September 26, 2007]
Fixed potential out-of-bounds reads in png_handle_sCAL(),
png_handle_iTXt(), and png_push_read_tEXt().
Remove some PNG_CONST declarations from pngwutil.c to avoid compiler warnings
Revised makefiles to update paths in libpng.pc properly.
version 1.2.21rc2 [September 27, 2007]
Revised makefiles to update "Libs" in libpng.pc properly.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net