[libpng15] Bump version to 1.5.10beta01

This commit is contained in:
Glenn Randers-Pehrson
2012-02-18 22:14:22 -06:00
parent 7a4e497b62
commit f9accb9df2
31 changed files with 94 additions and 100 deletions

View File

@@ -1,42 +1,37 @@
Libpng 1.5.9 - February 18, 2012
Libpng 1.5.10beta01 - February 19, 2012
This is a public release of libpng, intended for use in production codes.
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.5.9.tar.xz (LZMA-compressed, recommended)
libpng-1.5.9.tar.gz
libpng-1.5.9.tar.bz2
1.5.10beta01.tar.xz (LZMA-compressed, recommended)
1.5.10beta01.tar.gz
1.5.10beta01.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lpng159.7z (LZMA-compressed, recommended)
lpng159.zip
lp1510b01.7z (LZMA-compressed, recommended)
lp1510b01.zip
Other information:
libpng-1.5.9-README.txt
libpng-1.5.9-LICENSE.txt
1.5.10beta01-README.txt
1.5.10beta01-LICENSE.txt
Changes since the last public release (1.5.8):
Changes since the last public release (1.5.9):
Rebuilt configure scripts in the tar distributions.
Removed two unused definitions from scripts/pnglibconf.h.prebuilt
Removed some unused arrays (with #ifdef) from png_read_push_finish_row().
Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTED from pngstruct.h
Fixed CVE-2011-3026 buffer overrun bug. Deal more correctly with the test
on iCCP chunk length. Also removed spurious casts that may hide problems
on 16-bit systems.
Version 1.5.10beta01 [February 19, 2012]
Removed two useless #ifdef directives from pngread.c and one from pngrutil.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
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
to subscribe) or to glennrp at users.sourceforge.net
Glenn R-P