[libpng10] Imported from libpng-1.0.43rc01.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-02-12 07:11:59 -06:00
parent c802480614
commit 1f6c3eb4e0
56 changed files with 202 additions and 175 deletions

View File

@@ -1,70 +1,61 @@
Libpng 1.0.42 - December 18, 2008
Libpng 1.0.43rc01 - February 12, 2009
This is a public release of libpng, intended for use in production codes.
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.
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
libpng-1.0.42.tar.gz
libpng-1.0.42.tar.lzma
libpng-1.0.43rc01.tar.gz
libpng-1.0.43rc01.tar.lzma
(Get the lzma codec from <http://tukaani.org/lzma>).
libpng-1.0.42.tar.bz2
libpng-1.0.43rc01.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.0.42-no-config.tar.gz
libpng-1.0.42-no-config.tar.lzma
libpng-1.0.42-no-config.tar.bz2
libpng-1.0.43rc01-no-config.tar.gz
libpng-1.0.43rc01-no-config.tar.lzma
libpng-1.0.43rc01-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lpng1042.zip
lpng1042.7z
lpng1042.tar.bz2
lp1043r01.zip
lp1043r01.7z
lp1043r01.tar.bz2
Project files
libpng-1.0.42-project-netware.zip
libpng-1.0.42-project-wince.zip
libpng-1.0.43rc01-project-netware.zip
libpng-1.0.43rc01-project-wince.zip
Other information:
libpng-1.0.42-README.txt
libpng-1.0.42-KNOWNBUGS.txt
libpng-1.0.42-LICENSE.txt
libpng-1.0.42-Y2K-compliance.txt
libpng-1.0.43rc01-README.txt
libpng-1.0.43rc01-KNOWNBUGS.txt
libpng-1.0.43rc01-LICENSE.txt
libpng-1.0.43rc01-Y2K-compliance.txt
libpng-1.0.43rc01-[previous version]-diff.txt
Changes since the last public release (1.0.41):
Changes since the last public release (1.0.42):
version 1.0.42 [December 18, 2008]
version 1.2.34beta01 [December 18, 2008]
Revised png_warning() to write its message on standard output by default
when warning_fn is NULL. This was the behavior prior to libpng-1.2.9.
Fixed string vs pointer-to-string error in png_check_keyword().
Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
Added check for zero-area RGB cHRM triange in png_check_cHRM_fixed().
In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
check for all-zero coordinates that is detected by the triangle check.
Revised png_warning() to write its message on standard output by default
when warning_fn is NULL.
Corrected off-by-one error in bKGD validity check in png_write_bKGD()
and in png_handle_bKGD().
Merged with png_debug from libpng-1.4.0 to remove newlines.
Removed redundant check for key==NULL before calling png_check_keyword()
to ensure that new_key gets initialized and removed extra warning
(Arvan Pritchard).
Added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
PNG_TRANSFORM_STRIP_FILLER (Jim Barry).
version 1.2.35beta01 [February 4, 2009]
Zero out some arrays of pointers after png_malloc(). (Tavis Ormandy)
version 1.2.35beta02 [Feburary 4, 2009]
Zero out more arrays of pointers after png_malloc().
version 1.2.35beta03 [February 12, 2009]
Use png_memset() instead of a loop to intialize pointers. We realize
this will not work on platforms where the NULL pointer is not all zeroes.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net