0c062e839d
which are only used by sequential PNG readers. This can save some resources in applications that only do progressive reading.
67 lines
2.0 KiB
Plaintext
67 lines
2.0 KiB
Plaintext
|
|
Libpng 1.2.37beta02 - May 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.37beta02.tar.gz
|
|
libpng-1.2.37beta02.tar.lzma
|
|
(Get the lzma codec from <http://tukaani.org/lzma>).
|
|
libpng-1.2.37beta02.tar.bz2
|
|
|
|
Source files with LF line endings (for Unix/Linux) without the
|
|
"configure" script
|
|
|
|
libpng-1.2.37beta02-no-config.tar.gz
|
|
libpng-1.2.37beta02-no-config.tar.lzma
|
|
libpng-1.2.37beta02-no-config.tar.bz2
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
"configure" script
|
|
|
|
lp1237b02.zip
|
|
lp1237b02.7z
|
|
lp1237b02.tar.bz2
|
|
|
|
Project files
|
|
|
|
libpng-1.2.37beta02-project-netware.zip
|
|
libpng-1.2.37beta02-project-wince.zip
|
|
|
|
Other information:
|
|
|
|
libpng-1.2.37beta02-README.txt
|
|
libpng-1.2.37beta02-KNOWNBUGS.txt
|
|
libpng-1.2.37beta02-LICENSE.txt
|
|
libpng-1.2.37beta02-Y2K-compliance.txt
|
|
libpng-1.2.37beta02-[previous version]-diff.txt
|
|
|
|
Changes since the last public release (1.2.36):
|
|
|
|
version 1.2.37beta01 [May 14, 2009]
|
|
Fixed inconsistency in pngrutil.c, introduced in libpng-1.2.36. The
|
|
memset() was using "png_ptr->rowbytes" instead of "row_bytes", which
|
|
the corresponding png_malloc() uses (Joe Drew).
|
|
Clarified usage of sig_bit versus sig_bit_p in example.c (Vincent Torri)
|
|
Updated some of the makefiles in the scripts directory (merged with
|
|
those in libpng-1.4.0beta57).
|
|
|
|
version 1.2.37beta02 [May 18, 2009]
|
|
Fixed typo in libpng documentation (FILTER_AVE should be FILTER_AVG)
|
|
Relocated misplaced #endif in pngwrite.c, sCAL chunk handler.
|
|
Conditionally compile png_combine_row() and png_read_finish_row()
|
|
which are not used by progressive readers.
|
|
|
|
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
|