]> git.saurik.com Git - wxWidgets.git/blob - src/png/ANNOUNCE
Add wxDEPRECATED_MSG() and use it in a couple of places.
[wxWidgets.git] / src / png / ANNOUNCE
1
2 Libpng 1.6.2 - April 25, 2013
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.6.2.tar.xz (LZMA-compressed, recommended)
12 libpng-1.6.2.tar.gz
13
14 Source files with CRLF line endings (for Windows), without the
15 "configure" script
16
17 lpng162.7z (LZMA-compressed, recommended)
18 lpng162.zip
19
20 Other information:
21
22 libpng-1.6.2-README.txt
23 libpng-1.6.2-LICENSE.txt
24
25 Changes since the last public release (1.6.1):
26
27 Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk handling.
28 Fixed incorrect warning of excess deflate data. End condition - the
29 warning would be produced if the end of the deflate stream wasn't read
30 in the last row. The warning is harmless.
31 Corrected the test on user transform changes on read. It was in the
32 png_set of the transform function, but that doesn't matter unless the
33 transform function changes the rowbuf size, and that is only valid if
34 transform_info is called.
35 Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c
36 (Flavio Medeiros).
37 Corrected length written to uncompressed iTXt chunks (Samuli Suominen).
38 Added contrib/tools/fixitxt.c, to repair the erroneous iTXt chunk length
39 written by libpng-1.6.0 and 1.6.1.
40 Disallow storing sRGB information when the sRGB is not supported.
41 Merge pngtest.c with libpng-1.7.0
42
43 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
44 (subscription required; visit
45 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
46 to subscribe)
47 or to glennrp at users.sourceforge.net
48
49 Glenn R-P