libpng/ANNOUNCE
Glenn Randers-Pehrson c87ddbb3ce [master] Make png_set|get_compression_buffer_size() available even
when PNG_WRITE_SUPPORTED is not enabled.  There was no good reason
for this restriction, and PNG readers can gain a speed benefit in
reading large iCCP chunks by increasing png_ptr->zbuf_size via
these functions.
2010-01-07 11:10:16 -06:00

47 lines
1.4 KiB
Plaintext

Libpng 1.4.1beta01 - January 7, 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.1beta01.tar.xz (LZMA-compressed, recommended)
1.4.1beta01.tar.gz
1.4.1beta01.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp141b01.zip
lp141b01.7z
Other information:
1.4.1beta01-README.txt
1.4.1beta01-LICENSE.txt
Changes since the last public release (1.4.0):
version 1.4.1beta01 [January 7, 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.
Make png_set|get_compression_buffer_size() available even when
PNG_WRITE_SUPPORTED is not enabled.
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