about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-27 18:47:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-27 18:47:05 +0000
commit85712627fbdb78dd8a84f061d7c674c78709b19d (patch)
tree8a00578a1351481f01edfaf05f9b4948f5ff1506 /doc/HISTORY
parenta13b96e2453c318a76aff348e848ecbff73b830d (diff)
downloadnetpbm-mirror-85712627fbdb78dd8a84f061d7c674c78709b19d.tar.gz
netpbm-mirror-85712627fbdb78dd8a84f061d7c674c78709b19d.tar.xz
netpbm-mirror-85712627fbdb78dd8a84f061d7c674c78709b19d.zip
Detect too-large -width, -space, -lspace; detect too-long input line; fix negative -space
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@572 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 24550879..9bc27fdf 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -17,6 +17,14 @@ not yet  BJH  Release 10.42.00
 
               Add pm_tmpfile_fd() and pm_make_tmpfile_fd().
 
+              pbmtext: fail cleanly if input line is > 5000 characters.
+
+              pbmtext: fail cleanly if -width, -space, or -lspace is
+              too large for computation.  Thanks Prophet of the Way
+              <afu@wta.att.ne.jp>.
+
+              pbmtext: fix negative -space.
+
               Various things to make it build on Windows without POSIX
               emulation.