about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-08 20:25:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-08 20:25:41 +0000
commit89bc85205463ed4eef7df54ff734580161da5892 (patch)
treebff0a66f932cc2358a42a27e794dc5c2e98ce93b /doc
parentde02aad9d230b317c9412cfce444a469778fad0c (diff)
downloadnetpbm-mirror-89bc85205463ed4eef7df54ff734580161da5892.tar.gz
netpbm-mirror-89bc85205463ed4eef7df54ff734580161da5892.tar.xz
netpbm-mirror-89bc85205463ed4eef7df54ff734580161da5892.zip
Fix incorrect calculation of midpoint when bpercent and wpercent overlap
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3907 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 5b8a7ab2..a68dab03 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,10 +6,14 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.92.00
 
-              pbmtext: fix double-free crash with -font .  Introduced in
+              pnmnorm: Fix bug: output too dark when -bpercent and -wpercent
+              indicate overlapping values.  Broken since Netpbm 10.43 (June
+              2008).
+
+              pbmtext: Fix double-free crash with -font .  Introduced in
               Netpbm 10.91 (June 2020).
 
-              pgmtopbm: add -randomseed.
+              pgmtopbm: Add -randomseed.
 
               pcdovtoppm: Fix some garbage from the conversion from csh to sh
               in Netpbm 9.12 (March 2001) in conversion from csh arrays that
@@ -23,7 +27,7 @@ not yet  BJH  Release 10.92.00
 
               pamstereogram: Add -tileable.  Thanks Scott Pakin.
 
-              pcdovtoppm: implement -version, -plain, and -quiet.
+              pcdovtoppm: Implement -version, -plain, and -quiet.
 
               pcdovtoppm: more secure temporary file handling.