about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-22 19:32:33 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-22 19:32:33 +0000
commiteaefcd776d24134c5741bc908919988529ab74f7 (patch)
tree75d98247695137166d7eec706971d0fdc1e8546d /doc
parentf187d36ed6d15d8826323fd8ab884bdfb8cbcfd8 (diff)
downloadnetpbm-mirror-eaefcd776d24134c5741bc908919988529ab74f7.tar.gz
netpbm-mirror-eaefcd776d24134c5741bc908919988529ab74f7.tar.xz
netpbm-mirror-eaefcd776d24134c5741bc908919988529ab74f7.zip
New ash function
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1553 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index c40a7b12..8628a508 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -15,6 +15,10 @@ not yet  BJH  Release 10.56.00
               pnmtops: Add PBM fast path.  Thanks Prophet of the Way
               <afu@wta.att.ne.jp>.
 
+              libppmcmap and most programs that use color maps: speedup with
+              new color hash function.  Thanks Prophet of the Way
+              <afu@wta.att.ne.jp>.
+
               pnmtopng: fix bug: with -alpha specifying a mask which contains
               no fully transparent area, output PNG is fully opaque.
               Introduced in 10.29.
@@ -25,6 +29,9 @@ not yet  BJH  Release 10.56.00
               pnmquant: work with older Perl that doesn't have 3-argument open.
               Thanks Slaven Rezic <srezic@iconmobile.com>.
 
+              ppmcie: fix bug: fails with "X coordinate out of range" error.
+              Introduced in 10.51.
+
               Build: To find libpng, use the Pkgconfig database entry instead
               of libpng-config if it is available.