[legacy] Ported png_decompress_chunk() from libpng-1.4.1

This commit is contained in:
Glenn Randers-Pehrson
2010-02-12 21:05:33 -06:00
parent 8c061f646c
commit 05a22295f2
3 changed files with 185 additions and 216 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.43beta04 - February 9, 2010
Libpng 1.2.43beta05 - February 13, 2010
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,36 +9,36 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
libpng-1.2.43beta04.tar.xz (LZMA-compressed, recommended)
libpng-1.2.43beta04.tar.gz
libpng-1.2.43beta04.tar.bz2
libpng-1.2.43beta05.tar.xz (LZMA-compressed, recommended)
libpng-1.2.43beta05.tar.gz
libpng-1.2.43beta05.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.2.43beta04-no-config.tar.xz (LZMA-compressed, recommended)
libpng-1.2.43beta04-no-config.tar.gz
libpng-1.2.43beta04-no-config.tar.bz2
libpng-1.2.43beta05-no-config.tar.xz (LZMA-compressed, recommended)
libpng-1.2.43beta05-no-config.tar.gz
libpng-1.2.43beta05-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1243b04.zip
lp1243b04.7z
lp1243b04.tar.bz2
lp1243b05.zip
lp1243b05.7z
lp1243b05.tar.bz2
Project files
libpng-1.2.43beta04-project-netware.zip
libpng-1.2.43beta04-project-wince.zip
libpng-1.2.43beta05-project-netware.zip
libpng-1.2.43beta05-project-wince.zip
Other information:
libpng-1.2.43beta04-README.txt
libpng-1.2.43beta04-KNOWNBUGS.txt
libpng-1.2.43beta04-LICENSE.txt
libpng-1.2.43beta04-Y2K-compliance.txt
libpng-1.2.43beta04-[previous version]-diff.txt
libpng-1.2.43beta05-README.txt
libpng-1.2.43beta05-KNOWNBUGS.txt
libpng-1.2.43beta05-LICENSE.txt
libpng-1.2.43beta05-Y2K-compliance.txt
libpng-1.2.43beta05-[previous version]-diff.txt
Changes since the last public release (1.2.42):
@@ -58,13 +58,16 @@ version 1.2.43beta03 [February 6, 2010]
Backported fast png_push_save_buffer() algorithm from libpng-1.4.1
version 1.2.43beta04 [February 8, 2010]
Fixed incorrect test in new png_push_save_buffer() code.
Reverted recent changes to png_push_save-buffer().
Removed PNGAPI declaration of png_calloc() and png_write_sig() in
1ibpng-1.2.X, introduced by mistake in libpng-1.2.41.
Return allocated "old_buffer" in png_push_save_buffer() before png_error().
Return allocated "old_buffer" in png_push_save_buffer() before png_error(),
to avoid a potential memory leak.
version 1.0.53rc01 and 1.2.43rc01 [February 9, 2010]
version 1.2.43beta05 [February 8, 2010]
Ported rewritten png_decompress_chunk() by John Bowler from libpng-1.4.1.
version 1.0.53rc01 and 1.2.43rc01 [February 13, 2010]
No changes.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net