about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-14 04:01:27 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-14 04:01:27 +0000
commit3ba9c81c29daf07cf339060bde7efc670e93cb8e (patch)
treebc19648e287afa1e6b08038c1a67b4d6fdd82553 /doc/HISTORY
parent7f5a12073d3a2b4b649f9ad6f7ef26998b9e8034 (diff)
downloadnetpbm-mirror-3ba9c81c29daf07cf339060bde7efc670e93cb8e.tar.gz
netpbm-mirror-3ba9c81c29daf07cf339060bde7efc670e93cb8e.tar.xz
netpbm-mirror-3ba9c81c29daf07cf339060bde7efc670e93cb8e.zip
Fix wrong string comparison: looks at only first 4 bytes of tuple type, making GRAYSCALE_ALPHA look like GRAYSCALE
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1810 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index daf78cd9..9577c850 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -15,10 +15,15 @@ not yet  BJH  Release 10.61.00
               metadata, small images do require loss of quality in order to
               get down to a compression ratio of 1.
 
+              libpam, pamcomp: fix bug: treats tuple type GRAYSCALE_ALPHA like
+              GRAYSCALE on 32-bit machine.  Actually, looks only at first 4
+              characters (8 characters on machine with 64 bit addressess) of
+              the tuple type.  Broken since 10.56 (September 2011).
+
               pngtopam -alphapam with grayscale input: fix bug: generates
               invalid output: tuple type GRAYSCALE_ALPHA, but depth 1.  Depth
               should be 2.  Always broken (pngtopam was created in 
-              Netpbm 10.44 (September 2008).
+              Netpbm 10.44 (September 2008)).
               
               pamtotiff: fix bug: XRESOLUTION, YRESOLUTION, and RESOLUTIONUNIT
               not allowed in -tags.  Broken at least since 10.35.