[libpng15] Bump version to 1.5.14beta01

This commit is contained in:
Glenn Randers-Pehrson
2012-09-27 06:33:43 -05:00
26 changed files with 90 additions and 74 deletions

View File

@@ -1,33 +1,38 @@
Libpng 1.5.13 - September 27, 2012
Libpng 1.5.14beta01 - September 27, 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.13.tar.xz (LZMA-compressed, recommended)
libpng-1.5.13.tar.gz
libpng-1.5.13.tar.bz2
1.5.14beta01.tar.xz (LZMA-compressed, recommended)
1.5.14beta01.tar.gz
1.5.14beta01.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lpng1513.7z (LZMA-compressed, recommended)
lpng1513.zip
lp1514b01.7z (LZMA-compressed, recommended)
lp1514b01.zip
Other information:
libpng-1.5.13-README.txt
libpng-1.5.13-LICENSE.txt
1.5.14beta01-README.txt
1.5.14beta01-LICENSE.txt
Changes since the last public release (1.5.12):
Version 1.5.13beta01 [August 8, 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.
Revised PNG_FP_EXPORT and PNG_FIXED_EXPORT macros to avoid generating
lone semicolons (patch ported from libpng-1.6.0beta11).
Version 1.5.13beta02 [September 10, 2012]
Corrected handling of the image array and the row_pointers array in example.c
When png_set_filler is used to strip a filler channel during write, the
code prior to 1.5 would ignore the case where the output required an
@@ -38,10 +43,17 @@ Changes since the last public release (1.5.12):
expected to issue an error on the erroneous png_set_filler call.
Use png_memset() consistently (pngmem.c contained some bare "memset" calls).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
Version 1.5.13rc01 [September 17, 2012]
No changes.
Version 1.5.13 [September 27, 2012]
No changes.
Version 1.5.14beta01 [September 27, 2012]
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