]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/ANNOUNCE
Give NULL explicit type to make interface recognizeable
[wxWidgets.git] / src / png / ANNOUNCE
index a168b728dd7ed09f9564178c88f256f29861554a..6b47f693b4495c1ddd28cd0ff1d667a819ddf827 100644 (file)
@@ -1,29 +1,55 @@
 
-Libpng 1.2.7 - September 12, 2004
-
-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.
-
-Changes since the last public release (1.2.6):
-
-  Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
-  Removed unused pngasmrd.h file.
-  Removed references to uu.net for archived files.  Added references to
-    PNG Spec (second edition) and the PNG ISO/IEC Standard.
-  Added "test-dd" target in 15 makefiles, to run pngtest in DESTDIR.
-  Fixed bug with "optimized window size" in the IDAT datastream, that
-    causes libpng to write PNG files with incorrect zlib header bytes.
-  Fixed bug with sCAL chunk and big-endian machines (David Munro).
-  Undid new code added in 1.2.6 to update the color_type in
-    png_set_filler().
-  Added png_set_add_alpha() that updates color type.
-  Revised png_set_strip_filler() to not remove alpha if color_type has alpha.
-  Added makefile.hp64
-  Changed projects/msvc/png32ms.def to scripts/png32ms.def in makefile.cygwin
-
-Send comments/corrections/commendations to
-png-implement@ccrc.wustl.edu (subscription required; write to
-majordomo@ccrc.wustl.edu with "subscribe png-implement" in the message)
-or to glennrp@users.sourceforge.net
+Libpng 1.2.20 - September 8, 2007
+
+This is a public release of libpng, intended for use in production codes.
+
+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
+
+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
+
+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).
+
+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
 
 Glenn R-P