about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-09-20 01:49:48 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-09-20 01:49:48 +0000
commit0be276edf7e34fddc5d85b27c1e2e2d2ee46e3ce (patch)
treea7b1a00085e402698def07c7fd7a041088531308 /doc
parent227836fed83ba221b78bcf7b66d417336497ba58 (diff)
downloadnetpbm-mirror-0be276edf7e34fddc5d85b27c1e2e2d2ee46e3ce.tar.gz
netpbm-mirror-0be276edf7e34fddc5d85b27c1e2e2d2ee46e3ce.tar.xz
netpbm-mirror-0be276edf7e34fddc5d85b27c1e2e2d2ee46e3ce.zip
Fix unsigned integer arithmetic bug
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3063 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 3fca3f61..d8a69b79 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -23,6 +23,10 @@ not yet  BJH  Release 10.80.00
               contrast images (i.e. little difference between foreground and
               background).
 
+              ppmbrighten: fix bug: red pixels change hue.  Introduced in
+              after Netpbm 10.11 (October 2002) and before Netpbm 10.18
+              (September 2003).
+
               palmtopnm: fix crash if invalid input contains color index that
               is not in the palette.  Always broken (palmtopnm was new in
               Netpbm 9.10 (October 2001)).