about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-06-27 02:04:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-06-27 02:04:41 +0000
commit9174fafa11c2c01c48066c4dd4dcf2790ba1f6c9 (patch)
treee1ef457e124bab80f42075dbf344035b9d41e7a0
parent41940d88c082a27d5b52d584fc044d6fa832aabd (diff)
downloadnetpbm-mirror-9174fafa11c2c01c48066c4dd4dcf2790ba1f6c9.tar.gz
netpbm-mirror-9174fafa11c2c01c48066c4dd4dcf2790ba1f6c9.tar.xz
netpbm-mirror-9174fafa11c2c01c48066c4dd4dcf2790ba1f6c9.zip
Release 10.82.02
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3268 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--doc/HISTORY6
-rw-r--r--version.mk2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index d5a0e634..d3cb991f 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,12 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+18.06.27 BJH  Release 10.82.02
+
+              Pngtopam: Fix bogus warning of non-square pixels when image does
+              not contain pixel resolution information.  Introduced in Netpbm
+              10.48 (September 2009)
+
 18.04.28 BJH  Release 10.82.01
 
               ilbmtoppm: Fix bug: may fail with bogus error message about an
diff --git a/version.mk b/version.mk
index 29bafede..62f630cb 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 82
-NETPBM_POINT_RELEASE = 1
+NETPBM_POINT_RELEASE = 2