]> git.saurik.com Git - wxWidgets.git/blame - src/png/ANNOUNCE
add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAGE_TEXT (modified patch 1957542)
[wxWidgets.git] / src / png / ANNOUNCE
CommitLineData
0272a10d
VZ
1
2Libpng 1.2.20 - September 8, 2007
3
4This is a public release of libpng, intended for use in production codes.
5
6Files available for download:
7
8Source 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
14Source 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
20Source files with CRLF line endings (for Windows), without the
21"configure" script
22
23 lpng1220.zip
24 lpng1220.tar.bz2
25
26Project files
27
28 libpng-1.2.20-project-netware.zip
29 libpng-1.2.20-project-wince.zip
30
31Other 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
38Changes since the last public release (1.2.19):
39
40version 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
50Send comments/corrections/commendations to png-mng-implement at lists.sf.net
51(subscription required; visit
52https://lists.sourceforge.net/lists/listinfo/png-mng-implement
53to subscribe) or to glennrp at users.sourceforge.net
54
55Glenn R-P