about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-19 03:02:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-19 03:02:42 +0000
commit8c2dab4922b514045cbae8e71ba93aaf8c0fff48 (patch)
treeafb884f30d695c9faea1ea17768cded4069eaf4e /doc/HISTORY
parent921c08b68f785180a918591ea0699de6275d202d (diff)
downloadnetpbm-mirror-8c2dab4922b514045cbae8e71ba93aaf8c0fff48.tar.gz
netpbm-mirror-8c2dab4922b514045cbae8e71ba93aaf8c0fff48.tar.xz
netpbm-mirror-8c2dab4922b514045cbae8e71ba93aaf8c0fff48.zip
Release 10.70.07
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2557 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index b07f52b0..4304cab7 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,39 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+15.06.19 BJH  Release 10.70.07
+
+              pnmtopalm: Fix arithmetic overflow with ridiculously large
+              image.  Introduced after Netpbm 10.26 (January 2005) but before
+              Netpbm 10.35 (August 2006).
+
+              palmtopnm: Fix distorted output with PackBits compressed input.
+              Always broken (Ability to convert PackBits input was new in
+              Netpbm 10.27 (March 2005).
+
+              pbmtoepson: fix -protocol option - never works and sometimes
+              crashes program.  Always broken (-protocol was new in Netpbm
+              10.23 (July 2004).
+
+              pbmtoppa: fix buffer overruns, double-free crashes.  Always
+              broken (pbmtoppa was new in Netpbm 9.1 (March 2000).
+
+              pbmtomatrixorbital: fix bug: fails if you specify the input
+              file name argument.  Always broken.  (pbmtomatrixorbital was
+              new in Netpbm 10.18 (Setpember 2003).
+
+              pbmtogo: Fix bug: garbage first row.  Broken at least since
+              November 1989.
+
+              pbmtogo: Fix bug: buffer overrun with certain input.  Broken
+              at least since November 1989.
+
+              pbmtoescp2: Fix bug: overrun on certain input.  Always broken
+              (pbmtoescp2 was new in Netpbm 10.18 (September 2003)).
+
+              escp2topbm: Fix buffer overrun on certain input.  Always broken
+              (escp2topbm was new in Netpbm 10.18 (September 2003)).
+
 15.05.27 BJH  Release 10.70.06
 
               sbigtopgm: fix detection of camera type.  Always broken