about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
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).