about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-05-04 01:03:24 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-05-04 01:03:24 +0000
commitb2f780d9e1249f8595c5d1ba39a529fc0c0e9893 (patch)
tree189b290dac41a88a215287415ee6462348bc0679 /doc/HISTORY
parent35dea34710a2750d9aa1b04a6d6e112baf5ca6cf (diff)
downloadnetpbm-mirror-b2f780d9e1249f8595c5d1ba39a529fc0c0e9893.tar.gz
netpbm-mirror-b2f780d9e1249f8595c5d1ba39a529fc0c0e9893.tar.xz
netpbm-mirror-b2f780d9e1249f8595c5d1ba39a529fc0c0e9893.zip
Fix -missing, -firstisdefault
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@914 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 3423481e..46a2218f 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -15,6 +15,12 @@ not yet  BJH  Release 10.47.00
 
               giftopnm: improve efficiency.
 
+              pnmremap: fix: -firstisdefault uses an arbitrary color from the
+              map as default.
+
+              pnmremap: fix -missing:  where map file (ergo output) is not
+              depth 3, uses an arbitrary color.
+
               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).