about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-05-11 17:22:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-05-11 17:22:47 +0000
commitcb9af4621ae2e29732c8ab4662fd438093f86a48 (patch)
tree77b2ad836bbe2d75e055be26782826e99bd9cbbd /doc/HISTORY
parent4da4b139d5f97baf6ca4099044f9b191841315eb (diff)
downloadnetpbm-mirror-cb9af4621ae2e29732c8ab4662fd438093f86a48.tar.gz
netpbm-mirror-cb9af4621ae2e29732c8ab4662fd438093f86a48.tar.xz
netpbm-mirror-cb9af4621ae2e29732c8ab4662fd438093f86a48.zip
Fix color-format-but-grayscale optimization
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1901 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 4fe3d939..86779002 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -12,6 +12,11 @@ not yet  BJH  Release 10.63.00
               Perl programs: make them shell programs that reinvoke themselves
               as perl so we can get the Perl interpreter from the PATH.
 
+              pnmtopng: fix bug: output bigger than it needs to be when the
+              input is a color format image that contains only gray.  Broken
+              since at least 10.26 (May 2001), but after 10.18 (September
+              2003).  Thanks Ludolf Holzheid (lholzheid@bihl-wiedemann.de).
+
               pamtilt: fix bug: incorrect output or invalid memory access
               crash.  Always broken (program was new in Neptbm 10.30
               (October 2005)).