2 Libpng 1.6.2 - April 25, 2013
 
   4 This is a public release of libpng, intended for use in production codes.
 
   6 Files available for download:
 
   8 Source files with LF line endings (for Unix/Linux) and with a
 
  11    libpng-1.6.2.tar.xz (LZMA-compressed, recommended)
 
  14 Source files with CRLF line endings (for Windows), without the
 
  17    lpng162.7z  (LZMA-compressed, recommended)
 
  22    libpng-1.6.2-README.txt
 
  23    libpng-1.6.2-LICENSE.txt
 
  25 Changes since the last public release (1.6.1):
 
  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
 
  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
 
  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
 
  47 or to glennrp at users.sourceforge.net