about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-04-26 20:05:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-04-26 20:05:11 +0000
commitb5049ee52a113d7bfa24a7bb2fdd9c0e6292dc2f (patch)
tree91f342c128b7c19f7ede1415f0d36675e119713d /doc/HISTORY
parent442a8edf800ca1dd57e04d26e85b47d00dc615ad (diff)
downloadnetpbm-mirror-b5049ee52a113d7bfa24a7bb2fdd9c0e6292dc2f.tar.gz
netpbm-mirror-b5049ee52a113d7bfa24a7bb2fdd9c0e6292dc2f.tar.xz
netpbm-mirror-b5049ee52a113d7bfa24a7bb2fdd9c0e6292dc2f.zip
update history
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@899 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 4593e3d4..4ec292d2 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -13,6 +13,10 @@ not yet  BJH  Release 10.47.00
 
               Remove nstring.h from exported interfaces.
 
+              pnmremap: fix loss of dithering when the map (and thus the
+              output) has lower maxval than the input.  (Old code scales down
+              to the new maxval before dithering).
+
               ximtoppm: fix crash in command line processing.
 
               ppmrainbow: exit with proper exit status upon failure.