about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-12-06 18:38:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-12-06 18:38:47 +0000
commitc5d575404174dc5d2a55bcd2fb75948b117c798e (patch)
tree735361cc366bbc9255a8104e9bc5de26a4ed508f /doc
parent58355c0dc3976512675b6d463662ff745e2854ae (diff)
downloadnetpbm-mirror-c5d575404174dc5d2a55bcd2fb75948b117c798e.tar.gz
netpbm-mirror-c5d575404174dc5d2a55bcd2fb75948b117c798e.tar.xz
netpbm-mirror-c5d575404174dc5d2a55bcd2fb75948b117c798e.zip
Add -verbose
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2334 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 3981cc2b..a86b5afa 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,14 +6,13 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.69.00
 
+              pamcrater: Add -verbose.
+
               ppmtoarbtxt: Fail if a #() escape sequence runs off end of
               file or is too long to process; before, the program would
               treat the text from # to EOF or where the buffer filled up
               as literal text, even ignoring any #() within.
 
-              ppmtoarbtxt: Fix some undefined behavior when program limits
-              are exceeded (i.e. buffer overruns).
-
               NetBSD: show actual numbers in messages instead of "f" or
               no information, by using NetBSD's vasprintf.
 
@@ -24,6 +23,9 @@ not yet  BJH  Release 10.69.00
               anytopnm: convert all images in a multi-image GIF instead of
               just the first.
 
+              ppmtoarbtxt: Fix some undefined behavior when program limits
+              are exceeded (i.e. buffer overruns).
+
               pambackground: fix bug: segfault or incorrect results in most
               cases.  Thanks Ludolf Holzheid (ludolf.holzheid@gmx.de).
               Introduced in Netpbm 10.37 (December 2006).