about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-11-25 03:05:49 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-11-25 03:05:49 +0000
commit52cb53d8dc6e2e1c6475f9152d98e8468f1b467f (patch)
tree1363ea159bb083b44010506185217697d13d3852
parentabffcc7dea33ed9e4de95880c658fcc6749c5a94 (diff)
downloadnetpbm-mirror-52cb53d8dc6e2e1c6475f9152d98e8468f1b467f.tar.gz
netpbm-mirror-52cb53d8dc6e2e1c6475f9152d98e8468f1b467f.tar.xz
netpbm-mirror-52cb53d8dc6e2e1c6475f9152d98e8468f1b467f.zip
Release 10.72.03
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2657 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/pnmtops.c2
-rw-r--r--doc/HISTORY6
-rw-r--r--version.mk2
3 files changed, 8 insertions, 2 deletions
diff --git a/converter/other/pnmtops.c b/converter/other/pnmtops.c
index 349c0a66..c1dadc3e 100644
--- a/converter/other/pnmtops.c
+++ b/converter/other/pnmtops.c
@@ -1950,7 +1950,7 @@ convertPage(FILE *       const ifP,
             bool         const dict,
             bool         const vmreclaim,
             bool         const levelIsGiven,
-            bool         const levelGiven) {
+            unsigned int const levelGiven) {
     
     struct pam inpam;
     float scols, srows;
diff --git a/doc/HISTORY b/doc/HISTORY
index 730c412e..e3579f9c 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,12 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+15.11.25 BJH  Release 10.72.03
+
+              pnmtops: fix bug: always things -level=N is -level=1.
+              Introduced after Netpbm 10.26 (January 2005) but before 10.35
+              (August 2006).  Manifests only with recent compilers.
+
 15.10.31 BJH  Release 10.72.02
 
               anytopnm: use --mime-type option instead of --mime on newer
diff --git a/version.mk b/version.mk
index b93f4048..348612e3 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 72
-NETPBM_POINT_RELEASE = 2
+NETPBM_POINT_RELEASE = 3