diff options
author | Patrick Scott <phanna@android.com> | 2010-06-28 16:55:16 -0400 |
---|---|---|
committer | Patrick Scott <phanna@android.com> | 2010-06-28 16:55:16 -0400 |
commit | 5f6bd84e375226bf228fc8ac90318957ec9e1e7f (patch) | |
tree | da1284f5023ad422da3263b48f1cefa6d6443912 /ANNOUNCE | |
parent | 342380c79a16cc2e5ba7859c3fc4e40f2661ea45 (diff) | |
download | external_libpng-5f6bd84e375226bf228fc8ac90318957ec9e1e7f.zip external_libpng-5f6bd84e375226bf228fc8ac90318957ec9e1e7f.tar.gz external_libpng-5f6bd84e375226bf228fc8ac90318957ec9e1e7f.tar.bz2 |
Upgrade libpng to 1.2.44 for security fixes.
Change-Id: Iae257ca6ea7031a99f38e9de196d71ef8b94f9aa
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 55 |
1 files changed, 23 insertions, 32 deletions
@@ -1,5 +1,5 @@ -Libpng 1.2.38 - July 16, 2009 +Libpng 1.2.44 - June 26, 2010 This is a public release of libpng, intended for use in production codes. @@ -8,57 +8,48 @@ Files available for download: Source files with LF line endings (for Unix/Linux) and with a "configure" script - libpng-1.2.38.tar.gz - libpng-1.2.38.tar.lzma - (Get the lzma codec from <http://tukaani.org/lzma>). - libpng-1.2.38.tar.bz2 + libpng-1.2.44.tar.xz (LZMA-compressed, recommended) + libpng-1.2.44.tar.gz + libpng-1.2.44.tar.bz2 Source files with LF line endings (for Unix/Linux) without the "configure" script - libpng-1.2.38-no-config.tar.gz - libpng-1.2.38-no-config.tar.lzma - libpng-1.2.38-no-config.tar.bz2 + libpng-1.2.44-no-config.tar.xz (LZMA-compressed, recommended) + libpng-1.2.44-no-config.tar.gz + libpng-1.2.44-no-config.tar.bz2 Source files with CRLF line endings (for Windows), without the "configure" script - lpng1238.zip - lpng1238.7z - lpng1238.tar.bz2 + lpng1244.zip + lpng1244.7z + lpng1244.tar.bz2 Project files - libpng-1.2.38-project-netware.zip - libpng-1.2.38-project-wince.zip + libpng-1.2.44-project-netware.zip + libpng-1.2.44-project-wince.zip Other information: - libpng-1.2.38-README.txt - libpng-1.2.38-KNOWNBUGS.txt - libpng-1.2.38-LICENSE.txt - libpng-1.2.38-Y2K-compliance.txt - libpng-1.2.38-[previous version]-diff.txt + libpng-1.2.44-README.txt + libpng-1.2.44-KNOWNBUGS.txt + libpng-1.2.44-LICENSE.txt + libpng-1.2.44-Y2K-compliance.txt + libpng-1.2.44-[previous version]-diff.txt -Changes since the last public release (1.2.37): +Changes since the last public release (1.2.43): -version 1.2.38 [July 16, 2009] - - Revised libpng*.txt and libpng.3 to mention calling png_set_IHDR() - multiple times and to specify the sample order in the tRNS chunk, - because the ISO PNG specification has a typo in the tRNS table. - Changed several PNG_UNKNOWN_CHUNK_SUPPORTED to - PNG_HANDLE_AS_UNKNOWN_SUPPORTED, to make the png_set_keep mechanism - available for ignoring known chunks even when not saving unknown chunks. - Added PNG_NO_HANDLE_AS_UNKNOWN in the PNG_LEGACY_SUPPORTED block of - pngconf.h, and moved the various unknown chunk macro definitions - outside of the PNG_READ|WRITE_ANCILLARY_CHUNK_SUPPORTED blocks. - Added a reference to the libpng license in each source file. - Rebuilt configure scripts with autoconf-2.63. +version 1.2.44 [June 26, 2010] + Rewrote png_process_IDAT_data to consistently treat extra data as warnings + and handle end conditions more cleanly. + Removed the now-redundant check for out-of-bounds new_row from example.c 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 |