diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-12-08 02:54:00 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-12-08 02:54:00 +0000 |
commit | 1a2027b4112f1b66023db8563e47db35899654a8 (patch) | |
tree | a9b9f48844bedb0d003a9fe337e39b583eae03ef /doc | |
parent | 6eb04c5ebd4cd3cae0ce4de2921ce7a4b709d473 (diff) | |
download | netpbm-mirror-1a2027b4112f1b66023db8563e47db35899654a8.tar.gz netpbm-mirror-1a2027b4112f1b66023db8563e47db35899654a8.tar.xz netpbm-mirror-1a2027b4112f1b66023db8563e47db35899654a8.zip |
Release 10.86.18
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@3997 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 17818cd6..12c6994b 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,6 +4,15 @@ Netpbm. CHANGE HISTORY -------------- +20.12.08 BJH Release 10.86.18 + + pamarith: Fix bug: fails with more than two operands for + -mulitply, -minimum, -maximum, -nand, and -nor. + + pamaddnoise: fix bug: garbage output with -type impulse. Always + broken (pamaddnoise's precursors pnmaddnoise was new to Netpbm + in Netpbm 10.29 (August 2005). + 20.09.26 BJH Release 10.86.17 pamfunc: Fix always wrong output with -not. Always broken. @@ -1939,6 +1948,10 @@ CHANGE HISTORY Add ppmtoascii. Thanks "Frank Ch. Eigler" <fche@elastic.org>. + pamarith: Allow more than two operands for functions for which + it makes sense (all but -subtract, -difference, -compare, + -divide, -shiftleft, and -shiftright). + pnmtops: Add -bitsperpixel option. pamx: Make exit status 0 instead of 10 when window manager |