ANNOUNCE 1.8 KB
Newer Older
1

2
Libpng 1.6.2rc01 - April 18, 2013
3

4 5
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.
6

7 8 9 10 11
Files available for download:

Source files with LF line endings (for Unix/Linux) and with a
"configure" script

12 13
   1.6.2rc01.tar.xz (LZMA-compressed, recommended)
   1.6.2rc01.tar.gz
14

15 16 17
Source files with CRLF line endings (for Windows), without the
"configure" script

18 19
   lp162r01.7z  (LZMA-compressed, recommended)
   lp162r01.zip
20 21 22

Other information:

23 24
   1.6.2rc01-README.txt
   1.6.2rc01-LICENSE.txt
25

26
Changes since the last public release (1.6.1):
27

28
Version 1.6.2beta01 [April 14, 2013]
29
  Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk handling.
30 31 32
  Fixed incorrect warning of excess deflate data. End condition - the
    warning would be produced if the end of the deflate stream wasn't read
    in the last row.  The warning is harmless.
33 34 35 36
  Corrected the test on user transform changes on read. It was in the
    png_set of the transform function, but that doesn't matter unless the
    transform function changes the rowbuf size, and that is only valid if
    transform_info is called.
37 38
  Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c
    (Flavio Medeiros).
39
  Corrected length written to uncompressed iTXt chunks (Samuli Suominen).
40

41
Version 1.6.2rc01 [April 18, 2013]
42 43
  Added contrib/tools/fixitxt.c, to repair the erroneous iTXt chunk length
    written by libpng-1.6.0 and 1.6.1.
44
    Levchenko).
45
  Disallow storing sRGB information when the sRGB is not supported.
46

47 48 49 50 51 52 53
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