diff --git a/ANNOUNCE b/ANNOUNCE index 613049284..1c54af490 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.5.0beta56 - November 21, 2010 +Libpng 1.5.0beta56 - November 25, 2010 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. @@ -226,7 +226,7 @@ version 1.5.0beta24 [May 7, 2010] offset of the png_ptr->rowbuf pointer into png_ptr->big_row_buf. Added more blank lines for readability. -version 1.5.0beta25 [November 21, 2010] +version 1.5.0beta25 [November 25, 2010] In pngpread.c: png_push_have_row() add check for new_row > height Removed the now-redundant check for out-of-bounds new_row from example.c @@ -451,7 +451,7 @@ Version 1.5.0beta55 [November 21, 2010] with pngwio.c and pngwutil.c because the 'write' callback and zlib compression both fail to declare their input buffers with 'const'. -Version 1.5.0beta56 [November 21, 2010] +Version 1.5.0beta56 [November 25, 2010] Send comments/corrections/commendations to png-mng-implement at lists.sf.net: (subscription required; visit diff --git a/CHANGES b/CHANGES index 730785d97..617e9331d 100644 --- a/CHANGES +++ b/CHANGES @@ -3089,7 +3089,7 @@ Version 1.5.0beta55 [November 21, 2010] with pngwio.c and pngwutil.c because the 'write' callback and zlib compression both fail to declare their input buffers with 'const'. -Version 1.5.0beta56 [November 21, 2010] +Version 1.5.0beta56 [November 25, 2010] Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/LICENSE b/LICENSE index 69c9c5df3..029708fce 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.5.0beta56, November 21, 2010, are +libpng versions 1.2.6, August 15, 2004, through 1.5.0beta56, November 25, 2010, are Copyright (c) 2004, 2006-2010 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 -November 21, 2010 +November 25, 2010 diff --git a/README b/README index d12e17087..1b7e04cf5 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for libpng version 1.5.0beta56 - November 21, 2010 (shared library 15.0) +README for libpng version 1.5.0beta56 - November 25, 2010 (shared library 15.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/libpngpf.3 b/libpngpf.3 index f9224e863..6c1f92402 100644 --- a/libpngpf.3 +++ b/libpngpf.3 @@ -1,4 +1,4 @@ -.TH LIBPNGPF 3 "November 21, 2010" +.TH LIBPNGPF 3 "November 25, 2010" .SH NAME libpng \- Portable Network Graphics (PNG) Reference Library 1.5.0beta56 (private functions) diff --git a/png.5 b/png.5 index 223e3b641..2e8f71bfb 100644 --- a/png.5 +++ b/png.5 @@ -1,4 +1,4 @@ -.TH PNG 5 "November 21, 2010" +.TH PNG 5 "November 25, 2010" .SH NAME png \- Portable Network Graphics (PNG) format .SH DESCRIPTION diff --git a/png.c b/png.c index 3df232e39..9b00f79f3 100644 --- a/png.c +++ b/png.c @@ -556,13 +556,13 @@ png_get_copyright(png_structp png_ptr) #else # ifdef __STDC__ return PNG_STRING_NEWLINE \ - "libpng version 1.5.0beta56 - November 21, 2010" PNG_STRING_NEWLINE \ + "libpng version 1.5.0beta56 - November 25, 2010" PNG_STRING_NEWLINE \ "Copyright (c) 1998-2010 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \ "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ "Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \ PNG_STRING_NEWLINE; # else - return "libpng version 1.5.0beta56 - November 21, 2010\ + return "libpng version 1.5.0beta56 - November 25, 2010\ Copyright (c) 1998-2010 Glenn Randers-Pehrson\ Copyright (c) 1996-1997 Andreas Dilger\ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc."; diff --git a/projects/vstudio/readme.txt b/projects/vstudio/readme.txt index e1f2c61be..f5a52e155 100644 --- a/projects/vstudio/readme.txt +++ b/projects/vstudio/readme.txt @@ -1,7 +1,7 @@ VisualStudio instructions -libpng version 1.5.0beta56 - November 21, 2010 +libpng version 1.5.0beta56 - November 25, 2010 Copyright (c) 1998-2010 Glenn Randers-Pehrson diff --git a/projects/vstudio/zlib.props b/projects/vstudio/zlib.props index e59131d00..4a7b1d289 100644 --- a/projects/vstudio/zlib.props +++ b/projects/vstudio/zlib.props @@ -2,7 +2,7 @@