about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-13 01:46:55 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-13 01:46:55 +0000
commit54ad36d8348cf9783db242b0dc766b7e81fe5297 (patch)
tree7428668aeba42782abaf3fa5ab0316a325b40d5c
parentf9991b5fefb8cd05bafb25aaf88962b724fc78b6 (diff)
downloadnetpbm-mirror-54ad36d8348cf9783db242b0dc766b7e81fe5297.tar.gz
netpbm-mirror-54ad36d8348cf9783db242b0dc766b7e81fe5297.tar.xz
netpbm-mirror-54ad36d8348cf9783db242b0dc766b7e81fe5297.zip
Update HISTORY
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2485 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--doc/HISTORY11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 584efd19..6ee1b44b 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,10 +6,6 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.71.00
 
-              pbmtomacp: fix wild pointer dereference with -b larger than
-              image height.  Always broken.  (pbmtomacp was new in X.V11R3
-              (March 1988).
-
               pnmconvol: Fix bug: wrong output for pixels that convolve to
               negative values (should be clipped to zero).  Introduced in
               Netpbm 10.68 (September 2014).
@@ -18,6 +14,13 @@ not yet  BJH  Release 10.71.00
               of Standard Input.  Always present (st45topgm was new in Netpbm
               10.70 (March 2015).
 
+              pbmtomgr: Fix incorrect output when input is too large (must be
+              at most 4095 pixels high or wide).
+
+              pbmtomacp: fix wild pointer dereference with -b larger than
+              image height.  Always broken.  (pbmtomacp was new in X.V11R3
+              (March 1988).
+
               ppmtorgb3: Fix buffer overflow with long input file name.
               Always present.  (ppmtorgb3 was new in X.V11R4 (November 1989).