X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0272a10d2e6d5323422c4c8600fe47ccac0df182..60435227b10297510316a88f67758fb6b6d93c10:/src/png/ANNOUNCE diff --git a/src/png/ANNOUNCE b/src/png/ANNOUNCE index 6b47f693b4..37a4b49397 100644 --- a/src/png/ANNOUNCE +++ b/src/png/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.2.20 - September 8, 2007 +Libpng 1.6.2 - April 25, 2013 This is a public release of libpng, intended for use in production codes. @@ -8,48 +8,42 @@ Files available for download: Source files with LF line endings (for Unix/Linux) and with a "configure" script - libpng-1.2.20.tar.gz - libpng-1.2.20.tar.bz2 - -Source files with LF line endings (for Unix/Linux) without the -"configure" script - - libpng-1.2.20-no-config.tar.gz - libpng-1.2.20-no-config.tar.bz2 + libpng-1.6.2.tar.xz (LZMA-compressed, recommended) + libpng-1.6.2.tar.gz Source files with CRLF line endings (for Windows), without the "configure" script - lpng1220.zip - lpng1220.tar.bz2 - -Project files - - libpng-1.2.20-project-netware.zip - libpng-1.2.20-project-wince.zip + lpng162.7z (LZMA-compressed, recommended) + lpng162.zip Other information: - libpng-1.2.20-README.txt - libpng-1.2.20-KNOWNBUGS.txt - libpng-1.2.20-LICENSE.txt - libpng-1.2.20-Y2K-compliance.txt - -Changes since the last public release (1.2.19): - -version 1.2.20 [September 8, 2007] - - Added PNG_NO_ERROR_TEXT feature, with demo in contrib/pngminim - Removed define PNG_WARN_UNINITIALIZED_ROW 1 /* 0: warning; 1: error */ - because it caused some trouble. - Revised scripts/CMakeLists.txt - 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. - Removed Intel contributions (MMX, Optimized C). + libpng-1.6.2-README.txt + libpng-1.6.2-LICENSE.txt + +Changes since the last public release (1.6.1): + + Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk handling. + Fixed incorrect warning of excess deflate data. End condition - the + warning would be produced if the end of the deflate stream wasn't read + in the last row. The warning is harmless. + Corrected the test on user transform changes on read. It was in the + png_set of the transform function, but that doesn't matter unless the + transform function changes the rowbuf size, and that is only valid if + transform_info is called. + Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c + (Flavio Medeiros). + Corrected length written to uncompressed iTXt chunks (Samuli Suominen). + Added contrib/tools/fixitxt.c, to repair the erroneous iTXt chunk length + written by libpng-1.6.0 and 1.6.1. + Disallow storing sRGB information when the sRGB is not supported. + Merge pngtest.c with libpng-1.7.0 Send comments/corrections/commendations to png-mng-implement at lists.sf.net -(subscription required; visit +(subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement -to subscribe) or to glennrp at users.sourceforge.net +to subscribe) +or to glennrp at users.sourceforge.net Glenn R-P