]> git.saurik.com Git - wxWidgets.git/blame - src/png/ANNOUNCE
Misc validity fixes to samples/xrc/rc/*.xrc.
[wxWidgets.git] / src / png / ANNOUNCE
CommitLineData
72281370 1
fff5f7d5 2Libpng 1.6.2 - April 25, 2013
0272a10d
VZ
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
fff5f7d5
VZ
11 libpng-1.6.2.tar.xz (LZMA-compressed, recommended)
12 libpng-1.6.2.tar.gz
0272a10d
VZ
13
14Source files with CRLF line endings (for Windows), without the
15"configure" script
16
fff5f7d5
VZ
17 lpng162.7z (LZMA-compressed, recommended)
18 lpng162.zip
0272a10d
VZ
19
20Other information:
21
fff5f7d5
VZ
22 libpng-1.6.2-README.txt
23 libpng-1.6.2-LICENSE.txt
24
25Changes 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
b61cc19c 42
9c0d9ce3
DS
43Send comments/corrections/commendations to png-mng-implement at lists.sf.net
44(subscription required; visit
45https://lists.sourceforge.net/lists/listinfo/png-mng-implement
46to subscribe)
47or to glennrp at users.sourceforge.net
0272a10d
VZ
48
49Glenn R-P