about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-10-16 22:28:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-10-16 22:28:11 +0000
commitb97366a082a03cecb5004335d76c3bec9f21010a (patch)
tree1a072681407b504751aaf7c80713bb15ad1014b1
parent58de3a53d11a726750e3722701f3f67d711ae3c5 (diff)
downloadnetpbm-mirror-b97366a082a03cecb5004335d76c3bec9f21010a.tar.gz
netpbm-mirror-b97366a082a03cecb5004335d76c3bec9f21010a.tar.xz
netpbm-mirror-b97366a082a03cecb5004335d76c3bec9f21010a.zip
Release 10.47.21
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@1333 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rwxr-xr-xbuildtools/configure.pl2
-rw-r--r--doc/HISTORY4
-rw-r--r--version.mk2
3 files changed, 6 insertions, 2 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 29887642..08d38098 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -1547,7 +1547,7 @@ EOF
 
 
 
-sub printBadPngConfigCFlagsWarning($) {
+sub printBadPngConfigCflagsWarning($) {
     my ($pngCFlags) = @_;
 
     print << 'EOF';
diff --git a/doc/HISTORY b/doc/HISTORY
index 234a9b3f..03b774d2 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,10 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+10.10.16 BJH  Release 10.47.21
+
+              configure: fix crash when libpng test compile fails.
+
 10.09.30 BJH  Release 10.47.20
 
               pm_floatFromBigendFloat, pm_doubleFromBigendFloat, fitstopnm:
diff --git a/version.mk b/version.mk
index efff5f45..95d75e7d 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 47
-NETPBM_POINT_RELEASE = 20
+NETPBM_POINT_RELEASE = 21