This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
libpng/ANNOUNCE
Glenn Randers-Pehrson 549a5101e7 Fixed inconsistency in use of "row_bytes" in pngrutil.c
The memset() should use "row_bytes" instead of "png_ptr->rowbytes".
This bug was introduced in libpng-1.2.36.
2009-05-12 05:49:10 -05:00

58 lines
1.6 KiB
Plaintext

Libpng 1.2.37beta01 - May 12, 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.37beta01.tar.gz
libpng-1.2.37beta01.tar.lzma
(Get the lzma codec from <http://tukaani.org/lzma>).
libpng-1.2.37beta01.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.2.37beta01-no-config.tar.gz
libpng-1.2.37beta01-no-config.tar.lzma
libpng-1.2.37beta01-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1237b01.zip
lp1237b01.7z
lp1237b01.tar.bz2
Project files
libpng-1.2.37beta01-project-netware.zip
libpng-1.2.37beta01-project-wince.zip
Other information:
libpng-1.2.37beta01-README.txt
libpng-1.2.37beta01-KNOWNBUGS.txt
libpng-1.2.37beta01-LICENSE.txt
libpng-1.2.37beta01-Y2K-compliance.txt
libpng-1.2.37beta01-[previous version]-diff.txt
Changes since the last public release (1.2.36):
version 1.2.37beta01 [May 12, 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).
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