Libpng 1.2.41beta06 - October 18, 2009

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.

Files available for download:

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

   libpng-1.2.41beta06.tar.xz (LZMA-compressed, recommended)
   libpng-1.2.41beta06.tar.gz
   libpng-1.2.41beta06.tar.bz2

Source files with LF line endings (for Unix/Linux) without the
"configure" script

   libpng-1.2.41beta06-no-config.tar.xz (LZMA-compressed, recommended)
   libpng-1.2.41beta06-no-config.tar.gz
   libpng-1.2.41beta06-no-config.tar.bz2

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

   lp1241b06.zip
   lp1241b06.7z
   lp1241b06.tar.bz2

Project files

   libpng-1.2.41beta06-project-netware.zip
   libpng-1.2.41beta06-project-wince.zip

Other information:

   libpng-1.2.41beta06-README.txt
   libpng-1.2.41beta06-KNOWNBUGS.txt
   libpng-1.2.41beta06-LICENSE.txt
   libpng-1.2.41beta06-Y2K-compliance.txt
   libpng-1.2.41beta06-[previous version]-diff.txt

Changes since the last public release (1.2.40):

version 1.2.41beta01 [September 25, 2009]
  Moved redundant IHDR checking into new png_check_IHDR() in png.c
    and report all errors found in the IHDR data.
  Eliminated useless call to png_check_cHRM() from pngset.c
  Expanded TAB characters in pngrtran.c

version 1.2.41beta02 [September 30, 2009]
  Revised png_check_IHDR().

version 1.2.41beta03 [October 1, 2009]
  Revised png_check_IHDR() again, to check info_ptr members instead of
    the contents of the returned parameters.

version 1.2.41beta04 [October 7, 2009]
  Added "xcode" project similar one already in libpng-1.4.0beta (Alam Arias).
  Ported some cosmetic changes from libpng-1.4.0beta86.
  Eliminated a shadowed declaration of "pp" in png_handle_sPLT().

version 1.2.41beta05 [October 17, 2009]
  Revised pngconf.h to make it easier to enable iTXt support.  From libpng
    version 1.2.9 through 1.2.40, defining PNG_iTXt_SUPPORTED did not work
    as expected.
  Ported some cosmetic changes from libpng-1.4.0beta87, changing
    many "#if defined(x)" to "#ifdef x".

version 1.2.41beta06 [October 18, 2009]
  Restored PNG_USE_LOCAL_ARRAYS code in pngread.c that was inadvertently
    deleted in libpng-1.2.41beta05.
  Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h
    as in libpng-1.4.0beta78 and later.

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