]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/ANNOUNCE
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / src / png / ANNOUNCE
index 6b47f693b4495c1ddd28cd0ff1d667a819ddf827..37a4b49397672beb4a5779bfa20734540c960026 100644 (file)
@@ -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