Revision f6c761dda11fc605a76230b45bd9ca4d2d362b36 authored by Glenn Randers-Pehrson on 28 January 2010, 13:21:44 UTC, committed by Glenn Randers-Pehrson on 28 January 2010, 13:22:50 UTC
1 parent 877b08d
Raw File
ANNOUNCE

Libpng 1.4.1beta06 - January 28, 2010

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

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

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

   lp141b06.zip
   lp141b06.7z

Other information:

   1.4.1beta06-README.txt
   1.4.1beta06-LICENSE.txt

Changes since the last public release (1.4.0):

version 1.4.1beta01 [January 10, 2010]
  Updated CMakeLists.txt for consistent indentation and to avoid an
    unclosed if-statement warning (Philip Lowman).
  Revised Makefile.am and Makefile.in to remove references to Y2KINFO,
    KNOWNBUG, and libpng.la (Robert Schwebel).
  Revised the makefiles to install the same files and symbolic
    links as configure, except for libpng.la and libpng14.la.
  Make png_set|get_compression_buffer_size() available even when
    PNG_WRITE_SUPPORTED is not enabled.
  Revised Makefile.am and Makefile.in to simplify their maintenance.
  Revised scripts/makefile.linux to install a link to libpng14.so.14.1

version 1.4.1beta02 [January 9, 2010]
  Revised the rest of the makefiles to install a link to libpng14.so.14.1

version 1.4.1beta03 [January 10, 2010]
  Removed png_set_premultiply_alpha() from scripts/*.def

version 1.4.1rc01 [January 16, 2010]
  No changes.

version 1.4.1beta04 [January 23, 2010]
  Revised png_decompress_chunk() to improve speed and memory usage when
    decoding large chunks.
  Added png_set|get_chunk_malloc_max() functions.

version 1.4.1beta05 [January 26, 2010]
  Relocated "int k" declaration in pngtest.c to minimize its scope.

version 1.4.1beta06 [January 28, 2010]
  Revised png_decompress_chunk() to use a two-pass method suggested by
    John Bowler.

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
back to top