about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-04-01 02:20:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-04-01 02:20:00 +0000
commit505ddd008bf5dcb4a123b5b7e295514e8e09d06b (patch)
tree6b675fcd9bb579a239e03d070a421572329af19b /doc/HISTORY
parent28d57524dd728dd7ba922276ec2f33ebb9f35aef (diff)
downloadnetpbm-mirror-505ddd008bf5dcb4a123b5b7e295514e8e09d06b.tar.gz
netpbm-mirror-505ddd008bf5dcb4a123b5b7e295514e8e09d06b.tar.xz
netpbm-mirror-505ddd008bf5dcb4a123b5b7e295514e8e09d06b.zip
Respect -plain, check some arithmetic overflow, fix wild pointer, simplify code by exploiting the new pnmconvol -normalize
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1165 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 6f6d5854..43283be1 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,14 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.51.00
 
+              pnmsmooth: Respect -plain.
+
+              pnmsmooth: fix arithmetic overflow with absurdly large
+              convolution matrix dimensions.
+
+              pnmsmooth: fix bug: wild pointer causes wrong arguments to
+              'pnmconvol'.
+
 10.03.27 BJH  Release 10.50.00
 
               Add pamtoavs, avstopam.  Thanks Scott Pakin.