diff --git a/ANNOUNCE b/ANNOUNCE index e706ee640f8b3049ea4a501d330f52e8ce002e26..340430a9d21788d407c3eadedba57df3fc5d042d 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.6.0beta36 - December 27, 2012 +Libpng 1.6.0beta36 - January 1, 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. @@ -578,7 +578,7 @@ Version 1.6.0beta35 [December 23, 2012] 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.6.0beta36 [December 27, 2012] +Version 1.6.0beta36 [January 1, 2013] Discontinued distributing libpng-1.x.x.tar.bz2. Discontinued distributing libpng-1.7.0-1.6.0-diff.txt and similar. Rebuilt configure with autoconf-2.69 (inadvertently not done in beta33) diff --git a/CHANGES b/CHANGES index aff7c7707dd6343ea91eb7dde98b63fb9f6553c9..ceeae4a49856bd00ea9437ca5a89b02caf4d267c 100644 --- a/CHANGES +++ b/CHANGES @@ -4330,7 +4330,7 @@ Version 1.6.0beta35 [December 23, 2012] 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.6.0beta36 [December 27, 2012] +Version 1.6.0beta36 [January 1, 2013] Discontinued distributing libpng-1.x.x.tar.bz2. Discontinued distributing libpng-1.7.0-1.6.0-diff.txt and similar. Rebuilt configure with autoconf-2.69 (inadvertently not done in beta33) diff --git a/LICENSE b/LICENSE index b2dd10e752917d8e800098f26c3a2a8fa29258d5..58774e98f0ec7eccee5cc08ef4f67a13d41eb21a 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ this sentence. This code is released under the libpng license. -libpng versions 1.2.6, August 15, 2004, through 1.6.0beta36, December 23, 2012, are +libpng versions 1.2.6, August 15, 2004, through 1.6.0beta36, January 1, 2013, are Copyright (c) 2004, 2006-2012 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 @@ -108,4 +108,4 @@ certification mark of the Open Source Initiative. Glenn Randers-Pehrson glennrp at users.sourceforge.net -December 23, 2012 +January 1, 2013 diff --git a/README b/README index 68b45192221eaa5cd890c8e4061e8efb722e7cbb..9b2388520dc864fa924be9d5b1e11c18e194d4cb 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for libpng version 1.6.0beta36 - December 23, 2012 (shared library 16.0) +README for libpng version 1.6.0beta36 - January 1, 2013 (shared library 16.0) See the note about version numbers near the top of png.h See INSTALL for instructions on how to install libpng. diff --git a/contrib/libtests/gentests.sh b/contrib/libtests/gentests.sh index c3698a85e2e67c382dd7faa831babeb7622556f1..364dc1c957a8bdbdeefeb2bd3abc4343e02b5ced 100755 --- a/contrib/libtests/gentests.sh +++ b/contrib/libtests/gentests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2012 John Cunningham Bowler +# Copyright (c) 2013 John Cunningham Bowler # # Last changed in libpng 1.6.0 [(PENDING RELEASE)] # diff --git a/contrib/libtests/makepng.c b/contrib/libtests/makepng.c index 67fffc5006e955a4bd84e2e285b4b4ca66ec6e0c..d3b4295495c89fb28f3a3e7baa19f423e02fd755 100644 --- a/contrib/libtests/makepng.c +++ b/contrib/libtests/makepng.c @@ -1,6 +1,6 @@ /* makepng.c * - * Copyright (c) 2012 John Cunningham Bowler + * Copyright (c) 2013 John Cunningham Bowler * * Last changed in libpng 1.6.0 [(PENDING RELEASE)] * diff --git a/contrib/libtests/pngstest.c b/contrib/libtests/pngstest.c index 71d9a5a9cfbca71c5a622473aa9c74266f61ec61..36af2723023218cd357b619d4b638156a8712f76 100644 --- a/contrib/libtests/pngstest.c +++ b/contrib/libtests/pngstest.c @@ -1,7 +1,7 @@ /*- * pngstest.c * - * Copyright (c) 2012 John Cunningham Bowler + * Copyright (c) 2013 John Cunningham Bowler * * Last changed in libpng 1.6.0 [(PENDING RELEASE)] * diff --git a/contrib/libtests/pngunknown.c b/contrib/libtests/pngunknown.c index 88f0cef3ac923eced2eb2faaa9abdcc755504bf9..b885dc89da8b219561e6c1fb697621e92a89bf02 100644 --- a/contrib/libtests/pngunknown.c +++ b/contrib/libtests/pngunknown.c @@ -2,7 +2,7 @@ /* pngunknown.c - test the read side unknown chunk handling * * Last changed in libpng 1.6.0 [(PENDING RELEASE)] - * Copyright (c) 2012 Glenn Randers-Pehrson + * Copyright (c) 2013 Glenn Randers-Pehrson * Written by John Cunningham Bowler * * This code is released under the libpng license. diff --git a/contrib/libtests/pngvalid.c b/contrib/libtests/pngvalid.c index a5fa68d0b52c9d6657c9467fe7adc5b918ea9899..d6214518fe9c2dde0928ab5ac7eb2c51fc27aac5 100644 --- a/contrib/libtests/pngvalid.c +++ b/contrib/libtests/pngvalid.c @@ -2,7 +2,7 @@ /* pngvalid.c - validate libpng by constructing then reading png files. * * Last changed in libpng 1.6.0 [(PENDING RELEASE)] - * Copyright (c) 2012 Glenn Randers-Pehrson + * Copyright (c) 2013 Glenn Randers-Pehrson * Written by John Cunningham Bowler * * This code is released under the libpng license. diff --git a/contrib/libtests/tarith.c b/contrib/libtests/tarith.c index a006d2922182d69191910281b19ed5030b18271c..1a022bcc521e90d31479c626b6ec33a64be0e699 100644 --- a/contrib/libtests/tarith.c +++ b/contrib/libtests/tarith.c @@ -1,7 +1,7 @@ /* tarith.c * - * Copyright (c) 2011,2012 John Cunningham Bowler + * Copyright (c) 2011-2013 John Cunningham Bowler * * Last changed in libpng 1.6.0 [(PENDING RELEASE)] * diff --git a/contrib/libtests/timepng.c b/contrib/libtests/timepng.c index 4d57804280dbc8152bed010a5c24affde088adfd..2bd94f7c942a0431424cefed935064f3cf82b216 100644 --- a/contrib/libtests/timepng.c +++ b/contrib/libtests/timepng.c @@ -1,6 +1,6 @@ /* timepng.c * - * Copyright (c) 2012 John Cunningham Bowler + * Copyright (c) 2013 John Cunningham Bowler * * Last changed in libpng 1.6.0 [(PENDING RELEASE)] * diff --git a/contrib/pngminim/decoder/pngusr.dfa b/contrib/pngminim/decoder/pngusr.dfa index cae307f395b53d0d807b15aaaf4b486fb5fa936b..4f402721ab0e0322747638eba060a76b7013138e 100644 --- a/contrib/pngminim/decoder/pngusr.dfa +++ b/contrib/pngminim/decoder/pngusr.dfa @@ -1,6 +1,6 @@ # pngminim/decoder/pngusr.dfa # -# Copyright (c) 2010-2011 Glenn Randers-Pehrson +# Copyright (c) 2010-2013 Glenn Randers-Pehrson # # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer diff --git a/contrib/pngminim/decoder/pngusr.h b/contrib/pngminim/decoder/pngusr.h index 9d9c50c4078a4c8c3ae5a51fa1c306f20daf6c42..841da0c28a19bf6fe38b38d4e28b4e319e538b2a 100644 --- a/contrib/pngminim/decoder/pngusr.h +++ b/contrib/pngminim/decoder/pngusr.h @@ -1,6 +1,6 @@ /* minrdpngconf.h: headers to make a minimal png-read-only library * - * Copyright (c) 2007, 2010-2011 Glenn Randers-Pehrson + * Copyright (c) 2007, 2010-2013 Glenn Randers-Pehrson * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer diff --git a/contrib/pngminim/encoder/pngusr.dfa b/contrib/pngminim/encoder/pngusr.dfa index ee88443c9dd86ca0a4ccfc05ca8a5df9da1d5d36..88d8b2a07ab2770b560b264f50ba298758f4b6b8 100644 --- a/contrib/pngminim/encoder/pngusr.dfa +++ b/contrib/pngminim/encoder/pngusr.dfa @@ -1,6 +1,6 @@ # pngminim/encoder/pngusr.dfa # -# Copyright (c) 2010-2011 Glenn Randers-Pehrson +# Copyright (c) 2010-2013 Glenn Randers-Pehrson # # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer diff --git a/contrib/pngminim/encoder/pngusr.h b/contrib/pngminim/encoder/pngusr.h index 2033aadb20012b7fd5566bb673eaede3dc947349..a050ef3eb63395dc9e00e2c8a4bc7b8b200628e5 100644 --- a/contrib/pngminim/encoder/pngusr.h +++ b/contrib/pngminim/encoder/pngusr.h @@ -1,6 +1,6 @@ /* minwrpngconf.h: headers to make a minimal png-write-only library * - * Copyright (c) 2007, 2010-2011 Glenn Randers-Pehrson + * Copyright (c) 2007, 2010-2013 Glenn Randers-Pehrson * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer diff --git a/contrib/pngminim/preader/pngusr.dfa b/contrib/pngminim/preader/pngusr.dfa index 216c421ca66743e4e2c28b707c6ba35c7d78b130..ac297f41bd7bd83fb3d093096d70e6e2e6223122 100644 --- a/contrib/pngminim/preader/pngusr.dfa +++ b/contrib/pngminim/preader/pngusr.dfa @@ -1,6 +1,6 @@ # pngminim/preader/pngusr.dfa # -# Copyright (c) 2010-2011 Glenn Randers-Pehrson +# Copyright (c) 2010-2013 Glenn Randers-Pehrson # # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer diff --git a/contrib/pngminim/preader/pngusr.h b/contrib/pngminim/preader/pngusr.h index 73cfecfbf0680da29e36c06959b14d7161538297..d84863472f651f4d4ab801da71a7e27de4668054 100644 --- a/contrib/pngminim/preader/pngusr.h +++ b/contrib/pngminim/preader/pngusr.h @@ -1,6 +1,6 @@ /* minrdpngconf.h: headers to make a minimal png-read-only library * - * Copyright (c) 2009, 2010-2011 Glenn Randers-Pehrson + * Copyright (c) 2009, 2010-2013 Glenn Randers-Pehrson * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer diff --git a/contrib/tools/checksum-icc.c b/contrib/tools/checksum-icc.c index 74b3c3f03945a365537341ed840b23d31f725837..96aa4107c6d2bd04efd94446a6d26259741b8423 100644 --- a/contrib/tools/checksum-icc.c +++ b/contrib/tools/checksum-icc.c @@ -1,6 +1,6 @@ /* checksum-icc.c * - * Copyright (c) 2012 John Cunningham Bowler + * Copyright (c) 2013 John Cunningham Bowler * * Last changed in libpng 1.6.0 [(PENDING RELEASE)] * diff --git a/libpng-manual.txt b/libpng-manual.txt index cf50d34c1c06f269a1f5dd4d5f537bfdd2501df6..3b0cd1c79e799eb3463d39b1c846cc482c836906 100644 --- a/libpng-manual.txt +++ b/libpng-manual.txt @@ -1,9 +1,9 @@ libpng-manual.txt - A description on how to use and modify libpng - libpng version 1.6.0beta36 - December 23, 2012 + libpng version 1.6.0beta36 - January 1, 2013 Updated and distributed by Glenn Randers-Pehrson - Copyright (c) 1998-2011 Glenn Randers-Pehrson + Copyright (c) 1998-2013 Glenn Randers-Pehrson This document is released under the libpng license. For conditions of distribution and use, see the disclaimer @@ -11,9 +11,9 @@ libpng-manual.txt - A description on how to use and modify libpng Based on: - libpng versions 0.97, January 1998, through 1.6.0beta36 - December 23, 2012 + libpng versions 0.97, January 1998, through 1.6.0beta36 - January 1, 2013 Updated and distributed by Glenn Randers-Pehrson - Copyright (c) 1998-2011 Glenn Randers-Pehrson + Copyright (c) 1998-2013 Glenn Randers-Pehrson libpng 1.0 beta 6 version 0.96 May 28, 1997 Updated and distributed by Andreas Dilger @@ -5128,7 +5128,7 @@ Other rules can be inferred by inspecting the libpng source. XVI. Y2K Compliance in libpng -December 23, 2012 +January 1, 2013 Since the PNG Development group is an ad-hoc body, we can't make an official declaration. diff --git a/libpng.3 b/libpng.3 index e934656ebcf98c01d86f873f4e2e61618038c1ed..b4b7f16735d4d867b387f0da2e2143e932441fd1 100644 --- a/libpng.3 +++ b/libpng.3 @@ -1,4 +1,4 @@ -.TH LIBPNG 3 "December 23, 2012" +.TH LIBPNG 3 "January 1, 2013" .SH NAME libpng \- Portable Network Graphics (PNG) Reference Library 1.6.0beta36 .SH SYNOPSIS @@ -504,10 +504,10 @@ 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.6.0beta36 - December 23, 2012 + libpng version 1.6.0beta36 - January 1, 2013 Updated and distributed by Glenn Randers-Pehrson - Copyright (c) 1998-2011 Glenn Randers-Pehrson + Copyright (c) 1998-2013 Glenn Randers-Pehrson This document is released under the libpng license. For conditions of distribution and use, see the disclaimer @@ -515,9 +515,9 @@ libpng-manual.txt - A description on how to use and modify libpng Based on: - libpng versions 0.97, January 1998, through 1.6.0beta36 - December 23, 2012 + libpng versions 0.97, January 1998, through 1.6.0beta36 - January 1, 2013 Updated and distributed by Glenn Randers-Pehrson - Copyright (c) 1998-2011 Glenn Randers-Pehrson + Copyright (c) 1998-2013 Glenn Randers-Pehrson libpng 1.0 beta 6 version 0.96 May 28, 1997 Updated and distributed by Andreas Dilger @@ -5633,7 +5633,7 @@ Other rules can be inferred by inspecting the libpng source. .SH XVI. Y2K Compliance in libpng -December 23, 2012 +January 1, 2013 Since the PNG Development group is an ad-hoc body, we can't make an official declaration. @@ -5901,7 +5901,7 @@ possible without all of you. Thanks to Frank J. T. Wojcik for helping with the documentation. -Libpng version 1.6.0beta36 - December 23, 2012: +Libpng version 1.6.0beta36 - January 1, 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). @@ -5924,7 +5924,7 @@ this sentence. This code is released under the libpng license. -libpng versions 1.2.6, August 15, 2004, through 1.6.0beta36, December 23, 2012, are +libpng versions 1.2.6, August 15, 2004, through 1.6.0beta36, January 1, 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 @@ -6023,7 +6023,7 @@ certification mark of the Open Source Initiative. Glenn Randers-Pehrson glennrp at users.sourceforge.net -December 23, 2012 +January 1, 2013 .\" end of man page diff --git a/libpngpf.3 b/libpngpf.3 index 7bf2201ec4ef9c09b7c0e0d06287109411d51b8b..b57e94c9bbd14d55240feb4deec043d2f108abae 100644 --- a/libpngpf.3 +++ b/libpngpf.3 @@ -1,4 +1,4 @@ -.TH LIBPNGPF 3 "December 23, 2012" +.TH LIBPNGPF 3 "January 1, 2013" .SH NAME libpng \- Portable Network Graphics (PNG) Reference Library 1.6.0beta36 (private functions) diff --git a/png.5 b/png.5 index 71bcaca9c78a8dc12730e0ecac472a8842c61c2c..0cf6c22a5e021d458dc9cca2adceae47bfc9b53c 100644 --- a/png.5 +++ b/png.5 @@ -1,4 +1,4 @@ -.TH PNG 5 "December 23, 2012" +.TH PNG 5 "January 1, 2013" .SH NAME png \- Portable Network Graphics (PNG) format .SH DESCRIPTION diff --git a/projects/vstudio/readme.txt b/projects/vstudio/readme.txt index e92f4284408a3e2c2ff41c87fa15b73908238a5a..1c280805c852490f545db7c7dbe546c01bbb6bf2 100644 --- a/projects/vstudio/readme.txt +++ b/projects/vstudio/readme.txt @@ -1,7 +1,7 @@ VisualStudio instructions -libpng version 1.6.0beta36 - December 23, 2012 +libpng version 1.6.0beta36 - January 1, 2013 Copyright (c) 1998-2010 Glenn Randers-Pehrson diff --git a/projects/vstudio/zlib.props b/projects/vstudio/zlib.props index 7a7c469345c33d30c94e91fbf2b9150d2f1a973d..e49181555fd2f2e5fb313169f927efa4326b9910 100644 --- a/projects/vstudio/zlib.props +++ b/projects/vstudio/zlib.props @@ -2,7 +2,7 @@