diff --git a/ANNOUNCE b/ANNOUNCE index 143731e82..718deeb5e 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,41 +1,33 @@ -Libpng 1.5.14rc03 - January 18, 2013 +Libpng 1.5.14 - January 24, 2013 -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. +This is a public release of libpng, intended for use in production codes. Files available for download: Source files with LF line endings (for Unix/Linux) and with a "configure" script - 1.5.14rc03.tar.xz (LZMA-compressed, recommended) - 1.5.14rc03.tar.gz - 1.5.14rc03.tar.bz2 + libpng-1.5.14.tar.xz (LZMA-compressed, recommended) + libpng-1.5.14.tar.gz + libpng-1.5.14.tar.bz2 Source files with CRLF line endings (for Windows), without the "configure" script - lp1514r03.7z (LZMA-compressed, recommended) - lp1514r03.zip + lpng1514.7z (LZMA-compressed, recommended) + lpng1514.zip Other information: - 1.5.14rc03-README.txt - 1.5.14rc03-LICENSE.txt + libpng-1.5.14-README.txt + libpng-1.5.14-LICENSE.txt Changes since the last public release (1.5.13): - -Version 1.5.14beta01 [October 24, 2012] Added -DZ_SOLO to contrib/pngminim/*/makefile to work with zlib-1.2.7 Warn about the incorrect runtime library setting for VS2010 debug DLL builds. Fixed build when using #define PNG_NO_READ_GAMMA in png_do_compose() in pngrtran.c (Domani Hannes). - -Version 1.5.14beta02 [omitted] - -Version 1.5.14beta03 [December 15, 2012] - Added missing "-" in front of DNO_GZIP in contrib/pngminim/*/makefile. Check for png_ptr==NULL earlier in png_zalloc(). Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS(). Rearranged building of ARM NEON optimizations. The ARM specific code is @@ -47,24 +39,15 @@ Version 1.5.14beta03 [December 15, 2012] Fixed cases of unquoted DESTDIR in Makefile.am Fixed a minor bug in types to malloc and major bug in handling compressed iTXt. Compressed iTXt could not be handled. - -Version 1.5.14beta04 [December 19, 2012] Cleaned up whitespace in the synopsis portion of the manpage "libpng.3" Disassembled the version number in scripts/options.awk (necessary for building on SunOs). - -Version 1.5.14beta05 [December 23, 2012] Fixed Windows build issues, enabled ARM compilation. Various warnings issued by earlier versions of GCC fixed for Cygwin and Min/GW (which both use old GCCs.) ARM support is enabled by default in zlib.props (unsupported by Microsoft) and ARM compilation is made possible by deleting the check for x86. The test programs cannot be run because they are not signed. - -Version 1.5.14beta06 [January 1, 2013] - Discontinued distributing libpng-1.5.14-1.5.13-diff.txt and similar. Fixed 'make distcheck' on SUN OS - libpng.so was not being removed - -Version 1.5.14beta07 [January 6, 2012] Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h]) in configure.ac De-configured build fixes to make a range of deconfiguration options (such @@ -72,18 +55,9 @@ Version 1.5.14beta07 [January 6, 2012] pngtest and pngvalid to the libpng 1.6 versions (with some modifications) which provide more extensive testing. Replaced pngtest.png because pngtest writes the ancillary chunks in a different order. - -Version 1.5.14beta08 [January 10, 2013] Check validity of "num_unknowns" parameter of png_set_unknown_chunks() (Bug report from yuris). - -Version 1.5.14rc01 [January 17, 2013] - No changes. - -Version 1.5.14rc02 [January 17, 2013] Revised test for validity of "num_unknowns" to eliminate compiler warnings. - -Version 1.5.14rc03 [January 18, 2013] Check the validity of the "nentries" parameter of png_set_sPLT() and the "num_text" parameter of png_set_text_2(). diff --git a/CHANGES b/CHANGES index 722228452..2b56071e2 100644 --- a/CHANGES +++ b/CHANGES @@ -3980,6 +3980,9 @@ Version 1.5.14rc03 [January 18, 2013] Check the validity of the "nentries" parameter of png_set_sPLT() and the "num_text" parameter of png_set_text_2(). +Version 1.5.14 [January 24, 2013] + Removed an obsolete line from the manual. + =========================================================================== NOTICE November 17, 2012: The location of the git repository at SourceForge has changed. diff --git a/libpng-manual.txt b/libpng-manual.txt index 9cdaadc94..677535cb5 100644 --- a/libpng-manual.txt +++ b/libpng-manual.txt @@ -1,6 +1,6 @@ Libpng-manual.txt - A description on how to use and modify libpng - libpng version 1.5.14rc03 - January 18, 2013 + libpng version 1.5.14 - January 24, 2013 Updated and distributed by Glenn Randers-Pehrson Copyright (c) 1998-2012 Glenn Randers-Pehrson @@ -11,7 +11,7 @@ Libpng-manual.txt - A description on how to use and modify libpng Based on: - libpng versions 0.97, January 1998, through 1.5.14rc03 - January 18, 2013 + libpng versions 0.97, January 1998, through 1.5.14 - January 24, 2013 Updated and distributed by Glenn Randers-Pehrson Copyright (c) 1998-2012 Glenn Randers-Pehrson @@ -650,9 +650,6 @@ where 0x7fffffffL means unlimited. You can retrieve this limit with chunk_cache_max = png_get_chunk_cache_max(png_ptr); -This limit also applies to the number of buffers that can be allocated -by png_decompress_chunk() while decompressing iTXt, zTXt, and iCCP chunks. - You can also set a limit on the amount of memory that a compressed chunk other than IDAT can occupy, with @@ -4612,13 +4609,13 @@ Other rules can be inferred by inspecting the libpng source. XIV. Y2K Compliance in libpng -January 18, 2013 +January 24, 2013 Since the PNG Development group is an ad-hoc body, we can't make an official declaration. This is your unofficial assurance that libpng from version 0.71 and -upward through 1.5.14rc03 are Y2K compliant. It is my belief that earlier +upward through 1.5.14 are Y2K compliant. It is my belief that earlier versions were also Y2K compliant. Libpng only has two year fields. One is a 2-byte unsigned integer that diff --git a/libpng.3 b/libpng.3 index c0731f24a..089e5186f 100644 --- a/libpng.3 +++ b/libpng.3 @@ -1,6 +1,6 @@ -.TH LIBPNG 3 "January 18, 2013" +.TH LIBPNG 3 "January 24, 2013" .SH NAME -libpng \- Portable Network Graphics (PNG) Reference Library 1.5.14rc03 +libpng \- Portable Network Graphics (PNG) Reference Library 1.5.14 .SH SYNOPSIS \fB #include \fP @@ -492,7 +492,7 @@ Following is a copy of the libpng-manual.txt file that accompanies libpng. .SH LIBPNG.TXT Libpng-manual.txt - A description on how to use and modify libpng - libpng version 1.5.14rc03 - January 18, 2013 + libpng version 1.5.14 - January 24, 2013 Updated and distributed by Glenn Randers-Pehrson Copyright (c) 1998-2012 Glenn Randers-Pehrson @@ -503,7 +503,7 @@ Libpng-manual.txt - A description on how to use and modify libpng Based on: - libpng versions 0.97, January 1998, through 1.5.14rc03 - January 18, 2013 + libpng versions 0.97, January 1998, through 1.5.14 - January 24, 2013 Updated and distributed by Glenn Randers-Pehrson Copyright (c) 1998-2012 Glenn Randers-Pehrson @@ -1142,9 +1142,6 @@ where 0x7fffffffL means unlimited. You can retrieve this limit with chunk_cache_max = png_get_chunk_cache_max(png_ptr); -This limit also applies to the number of buffers that can be allocated -by png_decompress_chunk() while decompressing iTXt, zTXt, and iCCP chunks. - You can also set a limit on the amount of memory that a compressed chunk other than IDAT can occupy, with @@ -5105,13 +5102,13 @@ Other rules can be inferred by inspecting the libpng source. .SH XIV. Y2K Compliance in libpng -January 18, 2013 +January 24, 2013 Since the PNG Development group is an ad-hoc body, we can't make an official declaration. This is your unofficial assurance that libpng from version 0.71 and -upward through 1.5.14rc03 are Y2K compliant. It is my belief that earlier +upward through 1.5.14 are Y2K compliant. It is my belief that earlier versions were also Y2K compliant. Libpng only has two year fields. One is a 2-byte unsigned integer that @@ -5333,6 +5330,7 @@ the first widely used release: 1.5.13 15 10513 15.so.15.13[.0] 1.5.14beta01-08 15 10514 15.so.15.14[.0] 1.5.14rc01-03 15 10514 15.so.15.14[.0] + 1.5.14 15 10514 15.so.15.14[.0] Henceforth the source version will match the shared-library minor and patch numbers; the shared-library major version number will be @@ -5389,7 +5387,7 @@ possible without all of you. Thanks to Frank J. T. Wojcik for helping with the documentation. -Libpng version 1.5.14rc03 - January 18, 2013: +Libpng version 1.5.14 - January 24, 2013: Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc. Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net). @@ -5412,7 +5410,7 @@ this sentence. This code is released under the libpng license. -libpng versions 1.2.6, August 15, 2004, through 1.5.14rc03, January 18, 2013, are +libpng versions 1.2.6, August 15, 2004, through 1.5.14, January 24, 2013, are Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are distributed according to the same disclaimer and license as libpng-1.2.5 with the following individual added to the list of Contributing Authors @@ -5511,7 +5509,7 @@ certification mark of the Open Source Initiative. Glenn Randers-Pehrson glennrp at users.sourceforge.net -January 18, 2013 +January 24, 2013 .\" end of man page