libpng/ANNOUNCE
Glenn Randers-Pehrson 49ee184ba0 [libpng14] Removed reference to png_zalloc() and png_zfree() from the manual.
They have not been exported to applications since libpng12.
2012-08-03 07:28:32 -05:00

44 lines
1.3 KiB
Plaintext

Libpng 1.4.13beta01 - August 3, 2012
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.13beta01.tar.xz (LZMA-compressed, recommended)
1.4.13beta01.tar.gz
1.4.13beta01.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1413b01.7z (LZMA-compressed, recommended)
lp1413b01.zip
Other information:
1.4.13beta01-README.txt
1.4.13beta01-LICENSE.txt
Changes since the last public release (1.4.11):
version 1.4.12 [July 10, 2012]
Added two images to contrib/pngsuite (1-bit and 2-bit transparent grayscale),
and renamed three whose names were inconsistent with those in
pngsuite/README.txt.
Changed "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386.
version 1.4.13beta01 [August 3, 2012]
Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
Removed references to png_zalloc() and png_zfree() from the manual.
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
Glenn R-P