about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-01 19:13:19 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-01 19:13:19 +0000
commit0343f6d0ab7ea01660189a79ad0953128a533d2f (patch)
tree9e7353d30a9353e0255561ae3489d8eb9d25cecb /doc
parentc7ecefa5ffafb15c6163104e5de06cbdd47a2528 (diff)
downloadnetpbm-mirror-0343f6d0ab7ea01660189a79ad0953128a533d2f.tar.gz
netpbm-mirror-0343f6d0ab7ea01660189a79ad0953128a533d2f.tar.xz
netpbm-mirror-0343f6d0ab7ea01660189a79ad0953128a533d2f.zip
Fix bug: does not read the color dictionary with 'mustopen' when user explicitly names the color dictionary file with -rgb
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1919 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index b32ab0ae..fbcfb122 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -40,10 +40,14 @@ not yet  BJH  Release 10.63.00
               middle of the AND mask.  Always broken (program was new in
               Netpbm 9.3 (June 2000)).
 
+              ppmtoxpm: fix bug: ignores inability to open the specified color
+              dictionary file (-rgb) and just doesn't use color names.
+              Introduced in Netpbm 10.15 (April 2003).
+
               libnetpbm: fix bug: ppm_freecolornames() has wild pointer
               dereference when the color name table was generated empty
               because the color dictionary file was not openable.  ppmtoxpm
-              suffers from this.
+              suffers from this.  Broken in 10.15 (April 2003).
 
               sparc64 pbmtog3: fix bug that causes crash due to unaligned
               memory access.