about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-04-01 02:46:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-04-01 02:46:47 +0000
commit5311fdef6ed014e3b97cec4956cc25c40dc5f3c8 (patch)
treef067df11d38ec9f93e528bbb65bb1bf727a712ba /doc
parent19646f8073a34247baef1a8a012edcda1d0490dd (diff)
downloadnetpbm-mirror-5311fdef6ed014e3b97cec4956cc25c40dc5f3c8.tar.gz
netpbm-mirror-5311fdef6ed014e3b97cec4956cc25c40dc5f3c8.tar.xz
netpbm-mirror-5311fdef6ed014e3b97cec4956cc25c40dc5f3c8.zip
Limit size of pnmconvol invocation parameters
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1169 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index c953cc4e..86e3d372 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -12,6 +12,10 @@ not yet  BJH  Release 10.51.00
               pnmsmooth: Don't display pnmconvol messages (i.e. run
               pnmconvol with -quiet).
 
+              pnmsmooth: Fail politely when convolution matrix is so
+              large as to bust the system's program parameter size limit
+              on the invocation of pnmconvol.
+
               pnmsmooth: fix arithmetic overflow with absurdly large
               convolution matrix dimensions.  Thanks Prophet of the Way
               <afu@wta.att.ne.jp>.