about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-08-21 17:23:45 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-08-21 17:23:45 +0000
commitefb51278489f3ddcce49091c845e4260ef2f4dca (patch)
tree4ddcacff2348c4aad63b567ec188aeb089815315 /doc/HISTORY
parent33357a4144a4cb31927de7a4f544814aa4d1e372 (diff)
downloadnetpbm-mirror-efb51278489f3ddcce49091c845e4260ef2f4dca.tar.gz
netpbm-mirror-efb51278489f3ddcce49091c845e4260ef2f4dca.tar.xz
netpbm-mirror-efb51278489f3ddcce49091c845e4260ef2f4dca.zip
Fix incorrect random number generator (range [0,2) instead of [0,1)) by using pm_drand, reject options meaningless for specified noise type, add -salt
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4607 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 206b6ff3..09616dee 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,11 @@ CHANGE HISTORY
 
 not yet  BJH  Release 11.04.00
 
+              pamaddnoise: add -salt.
+
+              pamaddnoise: reject options that aren't meaningful for the type
+              of noise specified rather than just ignore them.
+
               ppmtosixel: Add -7bit, so it works on more terminals, including
               xterms.  Thanks Scott Pakin.
 
@@ -33,6 +38,9 @@ not yet  BJH  Release 11.04.00
               ppmfade: fix incorrect block mode fade.  Always broken
               (ppmfade was new in Netpbm 8.4 (April 2000)).
 
+              pamaddnoise: fix very incorrect noise added for all types.
+              Introduced in Netpbm 10.94 (March 2021).
+
               pgmtexture: Fix buffer overflow with maxval > 255.  Always
               broken.  Maxvals > 255 were possible starting in Netpbm 9.0
               (April 2000).
@@ -380,7 +388,7 @@ not yet  BJH  Release 11.04.00
               ppmshift: Add -seed .
 
               pamaddnoise: Fix incorrect output for -type poisson.  Always
-              broken.  (pamaddnoise's precursor pnmaddnoies was new to Netpbm
+              broken.  (pamaddnoise's precursor pnmaddnoise was new to Netpbm
               in Netpbm 10.29 (August 2005)).
 
               pamaddnoise: fix bug: garbage output with -type impulse.  Always