summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-09-19 07:51:26 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-09-19 07:58:00 -0500
commitaf557d98e17396306239995d8d3b6b8f236a2044 (patch)
tree59788bb814541b485d0fef8e20fc94ef19286934
parent551019baf6b4ef58ff22d917a8c89d069a00dbb1 (diff)
downloadlibpng-af557d98e17396306239995d8d3b6b8f236a2044.tar.gz
[libpng16] Imported from libpng-1.6.14beta03.tarv1.6.14beta03
-rw-r--r--ANNOUNCE8
-rw-r--r--CHANGES6
-rw-r--r--LICENSE4
-rw-r--r--README2
-rw-r--r--contrib/libtests/pngvalid.c6
-rw-r--r--libpng-manual.txt6
-rw-r--r--libpng.314
-rw-r--r--libpngpf.32
-rw-r--r--png.52
-rw-r--r--png.c4
-rw-r--r--png.h10
-rw-r--r--pngconf.h2
-rw-r--r--projects/vstudio/readme.txt2
-rw-r--r--projects/vstudio/zlib.props2
-rw-r--r--scripts/README.txt2
-rw-r--r--scripts/pnglibconf.h.prebuilt2
16 files changed, 37 insertions, 37 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index e41c5a043..9e06394d2 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-Libpng 1.6.14beta03 - September 18, 2014
+Libpng 1.6.14beta03 - September 19, 2014
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.
@@ -42,10 +42,10 @@ Version 1.6.14beta02 [September 18, 2014]
PNG_FLOATING_ARITHMETIC is not supported (bug report by "zootus
at users.sourceforge.net").
-Version 1.6.14beta03 [September 18, 2014]
+Version 1.6.14beta03 [September 19, 2014]
Define FE_DIVBYZERO, FE_INVALID, and FE_OVERFLOW in pngvalid.c if not
- already defined. Revert floating point exception handling to version
- 1.6.14beta01 behavior.
+ already defined. Revert floating point exception handling in pngvalid.c
+ to version 1.6.14beta01 behavior.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
diff --git a/CHANGES b/CHANGES
index 231e724c1..b996fa85d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4995,10 +4995,10 @@ Version 1.6.14beta02 [September 18, 2014]
PNG_FLOATING_ARITHMETIC is not supported (bug report by "zootus
at users.sourceforge.net").
-Version 1.6.14beta03 [September 18, 2014]
+Version 1.6.14beta03 [September 19, 2014]
Define FE_DIVBYZERO, FE_INVALID, and FE_OVERFLOW in pngvalid.c if not
- already defined. Revert floating point exception handling to version
- 1.6.14beta01 behavior.
+ already defined. Revert floating point exception handling in pngvalid.c
+ to version 1.6.14beta01 behavior.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
diff --git a/LICENSE b/LICENSE
index caa46e724..f1d3ab8ee 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.14beta03, September 18, 2014, are
+libpng versions 1.2.6, August 15, 2004, through 1.6.14beta03, September 19, 2014, are
Copyright (c) 2004, 2006-2014 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
-September 18, 2014
+September 19, 2014
diff --git a/README b/README
index ea0b18dc0..36005a295 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README for libpng version 1.6.14beta03 - September 18, 2014 (shared library 16.0)
+README for libpng version 1.6.14beta03 - September 19, 2014 (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/pngvalid.c b/contrib/libtests/pngvalid.c
index f4eda7225..0c833dac8 100644
--- a/contrib/libtests/pngvalid.c
+++ b/contrib/libtests/pngvalid.c
@@ -35,13 +35,13 @@
#endif
#ifndef FE_DIVBYZERO
-#define FE_DIVBYZERO 0
+# define FE_DIVBYZERO 0
#endif
#ifndef FE_INVALID
-#define FE_INVALID 0
+# define FE_INVALID 0
#endif
#ifndef FE_OVERFLOW
-#define FE_OVERFLOW 0
+# define FE_OVERFLOW 0
#endif
/* Define the following to use this test against your installed libpng, rather
diff --git a/libpng-manual.txt b/libpng-manual.txt
index 48fdb1205..592342466 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.6.14beta03 - September 18, 2014
+ libpng version 1.6.14beta03 - September 19, 2014
Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net>
Copyright (c) 1998-2014 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.6.14beta03 - September 18, 2014
+ libpng versions 0.97, January 1998, through 1.6.14beta03 - September 19, 2014
Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2014 Glenn Randers-Pehrson
@@ -5276,7 +5276,7 @@ Other rules can be inferred by inspecting the libpng source.
XVI. Y2K Compliance in libpng
-September 18, 2014
+September 19, 2014
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 9c6f73342..9ce77d5c5 100644
--- a/libpng.3
+++ b/libpng.3
@@ -1,4 +1,4 @@
-.TH LIBPNG 3 "September 18, 2014"
+.TH LIBPNG 3 "September 19, 2014"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.14beta03
.SH SYNOPSIS
@@ -504,7 +504,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.6.14beta03 - September 18, 2014
+ libpng version 1.6.14beta03 - September 19, 2014
Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net>
Copyright (c) 1998-2014 Glenn Randers-Pehrson
@@ -515,7 +515,7 @@ libpng-manual.txt - A description on how to use and modify libpng
Based on:
- libpng versions 0.97, January 1998, through 1.6.14beta03 - September 18, 2014
+ libpng versions 0.97, January 1998, through 1.6.14beta03 - September 19, 2014
Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2014 Glenn Randers-Pehrson
@@ -5780,7 +5780,7 @@ Other rules can be inferred by inspecting the libpng source.
.SH XVI. Y2K Compliance in libpng
-September 18, 2014
+September 19, 2014
Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
@@ -6085,7 +6085,7 @@ possible without all of you.
Thanks to Frank J. T. Wojcik for helping with the documentation.
-Libpng version 1.6.14beta03 - September 18, 2014:
+Libpng version 1.6.14beta03 - September 19, 2014:
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
@@ -6108,7 +6108,7 @@ this sentence.
This code is released under the libpng license.
-libpng versions 1.2.6, August 15, 2004, through 1.6.14beta03, September 18, 2014, are
+libpng versions 1.2.6, August 15, 2004, through 1.6.14beta03, September 19, 2014, are
Copyright (c) 2004,2006-2014 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
@@ -6207,7 +6207,7 @@ certification mark of the Open Source Initiative.
Glenn Randers-Pehrson
glennrp at users.sourceforge.net
-September 18, 2014
+September 19, 2014
.\" end of man page
diff --git a/libpngpf.3 b/libpngpf.3
index cb9647f0b..9d7a82349 100644
--- a/libpngpf.3
+++ b/libpngpf.3
@@ -1,4 +1,4 @@
-.TH LIBPNGPF 3 "September 18, 2014"
+.TH LIBPNGPF 3 "September 19, 2014"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.14beta03
(private functions)
diff --git a/png.5 b/png.5
index eebef221e..968208ea3 100644
--- a/png.5
+++ b/png.5
@@ -1,4 +1,4 @@
-.TH PNG 5 "September 18, 2014"
+.TH PNG 5 "September 19, 2014"
.SH NAME
png \- Portable Network Graphics (PNG) format
.SH DESCRIPTION
diff --git a/png.c b/png.c
index 841266eae..154dee61e 100644
--- a/png.c
+++ b/png.c
@@ -773,13 +773,13 @@ png_get_copyright(png_const_structrp png_ptr)
#else
# ifdef __STDC__
return PNG_STRING_NEWLINE \
- "libpng version 1.6.14beta03 - September 18, 2014" PNG_STRING_NEWLINE \
+ "libpng version 1.6.14beta03 - September 19, 2014" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2014 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.6.14beta03 - September 18, 2014\
+ return "libpng version 1.6.14beta03 - September 19, 2014\
Copyright (c) 1998-2014 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";
diff --git a/png.h b/png.h
index a6c07871e..52629b58b 100644
--- a/png.h
+++ b/png.h
@@ -1,7 +1,7 @@
/* png.h - header file for PNG reference library
*
- * libpng version 1.6.14beta03 - September 18, 2014
+ * libpng version 1.6.14beta03 - September 19, 2014
* Copyright (c) 1998-2014 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
@@ -11,7 +11,7 @@
* Authors and maintainers:
* libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
* libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger
- * libpng versions 0.97, January 1998, through 1.6.14beta03 - September 18, 2014: Glenn
+ * libpng versions 0.97, January 1998, through 1.6.14beta03 - September 19, 2014: Glenn
* See also "Contributing Authors", below.
*
* Note about libpng version numbers:
@@ -235,7 +235,7 @@
*
* This code is released under the libpng license.
*
- * libpng versions 1.2.6, August 15, 2004, through 1.6.14beta03, September 18, 2014, are
+ * libpng versions 1.2.6, August 15, 2004, through 1.6.14beta03, September 19, 2014, are
* Copyright (c) 2004, 2006-2014 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:
@@ -347,7 +347,7 @@
* Y2K compliance in libpng:
* =========================
*
- * September 18, 2014
+ * September 19, 2014
*
* Since the PNG Development group is an ad-hoc body, we can't make
* an official declaration.
@@ -417,7 +417,7 @@
/* Version information for png.h - this should match the version in png.c */
#define PNG_LIBPNG_VER_STRING "1.6.14beta03"
#define PNG_HEADER_VERSION_STRING \
- " libpng version 1.6.14beta03 - September 18, 2014\n"
+ " libpng version 1.6.14beta03 - September 19, 2014\n"
#define PNG_LIBPNG_VER_SONUM 16
#define PNG_LIBPNG_VER_DLLNUM 16
diff --git a/pngconf.h b/pngconf.h
index 149e2cb5b..fb6df00bf 100644
--- a/pngconf.h
+++ b/pngconf.h
@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
- * libpng version 1.6.14beta03 - September 18, 2014
+ * libpng version 1.6.14beta03 - September 19, 2014
*
* Copyright (c) 1998-2014 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
diff --git a/projects/vstudio/readme.txt b/projects/vstudio/readme.txt
index d1c31b7ab..5fab90c2a 100644
--- a/projects/vstudio/readme.txt
+++ b/projects/vstudio/readme.txt
@@ -1,7 +1,7 @@
VisualStudio instructions
-libpng version 1.6.14beta03 - September 18, 2014
+libpng version 1.6.14beta03 - September 19, 2014
Copyright (c) 1998-2010 Glenn Randers-Pehrson
diff --git a/projects/vstudio/zlib.props b/projects/vstudio/zlib.props
index 1a3f8b4a5..1eb8ffc2d 100644
--- a/projects/vstudio/zlib.props
+++ b/projects/vstudio/zlib.props
@@ -2,7 +2,7 @@
<!--
* zlib.props - location of zlib source
*
- * libpng version 1.6.14beta03 - September 18, 2014
+ * libpng version 1.6.14beta03 - September 19, 2014
*
* Copyright (c) 1998-2011 Glenn Randers-Pehrson
*
diff --git a/scripts/README.txt b/scripts/README.txt
index 2493b8793..c36da3c4d 100644
--- a/scripts/README.txt
+++ b/scripts/README.txt
@@ -1,5 +1,5 @@
-Makefiles for libpng version 1.6.14beta03 - September 18, 2014
+Makefiles for libpng version 1.6.14beta03 - September 19, 2014
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile
diff --git a/scripts/pnglibconf.h.prebuilt b/scripts/pnglibconf.h.prebuilt
index 2b5cf8925..7bf179c1d 100644
--- a/scripts/pnglibconf.h.prebuilt
+++ b/scripts/pnglibconf.h.prebuilt
@@ -2,7 +2,7 @@
/* pnglibconf.h - library build configuration */
-/* Libpng version 1.6.14beta03 - September 18, 2014 */
+/* Libpng version 1.6.14beta03 - September 19, 2014 */
/* Copyright (c) 1998-2014 Glenn Randers-Pehrson */