summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-01-01 07:22:30 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-01-01 09:10:21 -0600
commite86c64a512a9c6d1f7d316e04ac3a2738ec65fcb (patch)
tree7434c3cc3dbd1298e8d2585419eadf506551dc9d
parentc11abedafef7a3814eccbe238e51a3d596f31b34 (diff)
downloadlibpng-1.5.14beta06.tar.gz
[libpng15] Imported from libpng-1.5.14beta06.tarv1.5.14beta06
-rw-r--r--LICENSE4
-rw-r--r--Makefile.in4
-rw-r--r--README2
-rw-r--r--libpngpf.32
-rw-r--r--png.52
-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
9 files changed, 13 insertions, 9 deletions
diff --git a/LICENSE b/LICENSE
index 7f3d850b4..48cb3dede 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.14beta06, December 23, 2012, are
+libpng versions 1.2.6, August 15, 2004, through 1.5.14beta06, 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/Makefile.in b/Makefile.in
index 1b5e17d44..9f2d39e1a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1542,6 +1542,10 @@ uninstall-hook:
rm -f '$(DESTDIR)$(bindir)/libpng-config'
rm -f '$(DESTDIR)$(libdir)/libpng.a'
rm -f '$(DESTDIR)$(libdir)/libpng.la'
+ rm -f '$(DESTDIR)$(libdir)/libpng.so'
+ rm -f '$(DESTDIR)$(libdir)/libpng.so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@'
+ rm -f '$(DESTDIR)$(libdir)/libpng.sl'
+ rm -f '$(DESTDIR)$(libdir)/libpng.dylib'
rm -f '$(DESTDIR)$(libdir)/libpng.dll.a'
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/README b/README
index e8319a7c6..95943b74a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README for libpng version 1.5.14beta06 - December 23, 2012 (shared library 15.0)
+README for libpng version 1.5.14beta06 - January 1, 2013 (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 4479494d0..86093d8f5 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.5.14beta06
(private functions)
diff --git a/png.5 b/png.5
index 71bcaca9c..0cf6c22a5 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 33e9fc5db..7cc4e56af 100644
--- a/projects/vstudio/readme.txt
+++ b/projects/vstudio/readme.txt
@@ -1,7 +1,7 @@
VisualStudio instructions
-libpng version 1.5.14beta06 - December 23, 2012
+libpng version 1.5.14beta06 - January 1, 2013
Copyright (c) 1998-2010 Glenn Randers-Pehrson
diff --git a/projects/vstudio/zlib.props b/projects/vstudio/zlib.props
index 2e8672df4..ad08b55e0 100644
--- a/projects/vstudio/zlib.props
+++ b/projects/vstudio/zlib.props
@@ -2,7 +2,7 @@
<!--
* zlib.props - location of zlib source
*
- * libpng version 1.5.14beta06 - December 23, 2012
+ * libpng version 1.5.14beta06 - January 1, 2013
*
* Copyright (c) 1998-2011 Glenn Randers-Pehrson
*
diff --git a/scripts/README.txt b/scripts/README.txt
index e5124e3ec..fe5dbe5df 100644
--- a/scripts/README.txt
+++ b/scripts/README.txt
@@ -1,5 +1,5 @@
-Makefiles for libpng version 1.5.14beta06 - December 23, 2012
+Makefiles for libpng version 1.5.14beta06 - January 1, 2013
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile
diff --git a/scripts/pnglibconf.h.prebuilt b/scripts/pnglibconf.h.prebuilt
index 7b613ca78..40cf2377f 100644
--- a/scripts/pnglibconf.h.prebuilt
+++ b/scripts/pnglibconf.h.prebuilt
@@ -3,7 +3,7 @@
/* pnglibconf.h - library build configuration */
-/* Libpng 1.5.14beta06 - December 23, 2012 */
+/* Libpng 1.5.14beta06 - January 1, 2013 */
/* Copyright (c) 1998-2012 Glenn Randers-Pehrson */