about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-02 20:18:07 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-02 20:18:07 +0000
commit16e02f6e91a7a8be2d3d4067ad36195e01fc5b92 (patch)
tree5505011f0a33b4368c86dfef32a7a27018765850 /doc
parent91fb083edceeaf535520f744b8165914f16d7133 (diff)
downloadnetpbm-mirror-16e02f6e91a7a8be2d3d4067ad36195e01fc5b92.tar.gz
netpbm-mirror-16e02f6e91a7a8be2d3d4067ad36195e01fc5b92.tar.xz
netpbm-mirror-16e02f6e91a7a8be2d3d4067ad36195e01fc5b92.zip
Release 11.02.03
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@4627 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 3dedba44..288aded6 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,21 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+23.09.02 BJH  Release 11.02.03
+
+              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).
+
+              ppmrough: fix buffer overrun.  Always broken (Ppmrough was new
+              in Netpbm 10.9 (September 2002).
+
+              ppmrough: fix excessive roughness.  Introduced in Netpbm 10.94
+              (March 2021).
+
 23.08.18 BJH  Release 11.02.02
 
               ppmfade: fix "file not found" crash for most fade modes.