bring the new linpng 1.2.20 (without its contrib subdirectory) into trunk
[wxWidgets.git] / src / png / ANNOUNCE
1
2 Libpng 1.2.20 - September 8, 2007
3
4 This is a public release of libpng, intended for use in production codes.
5
6 Files available for download:
7
8 Source files with LF line endings (for Unix/Linux) and with a
9 "configure" script
10
11    libpng-1.2.20.tar.gz
12    libpng-1.2.20.tar.bz2
13
14 Source files with LF line endings (for Unix/Linux) without the
15 "configure" script
16
17    libpng-1.2.20-no-config.tar.gz
18    libpng-1.2.20-no-config.tar.bz2
19
20 Source files with CRLF line endings (for Windows), without the
21 "configure" script
22
23    lpng1220.zip
24    lpng1220.tar.bz2
25
26 Project files
27
28    libpng-1.2.20-project-netware.zip
29    libpng-1.2.20-project-wince.zip
30
31 Other information:
32
33    libpng-1.2.20-README.txt
34    libpng-1.2.20-KNOWNBUGS.txt
35    libpng-1.2.20-LICENSE.txt
36    libpng-1.2.20-Y2K-compliance.txt
37
38 Changes since the last public release (1.2.19):
39
40 version 1.2.20 [September 8, 2007]
41
42   Added PNG_NO_ERROR_TEXT feature, with demo in contrib/pngminim
43   Removed define PNG_WARN_UNINITIALIZED_ROW 1 /* 0: warning; 1: error */
44     because it caused some trouble.
45   Revised scripts/CMakeLists.txt
46   Remove a little more code in pngwutil.c when PNG_NO_WRITE_FILTER is selected.
47   Added /D _CRT_SECURE_NO_WARNINGS to visual6c and visualc71 projects.
48   Removed Intel contributions (MMX, Optimized C).
49
50 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
51 (subscription required; visit 
52 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
53 to subscribe) or to glennrp at users.sourceforge.net
54
55 Glenn R-P