about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-01-31 21:25:39 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-01-31 21:25:39 +0000
commitc43d3dce72fb796dc578e603d1c7d054d04e6391 (patch)
treec252d38857de8fc2f5e52914a4b241c52495fd88 /doc/HISTORY
parent4b1cd946bb66d4590d08f7ee05cdddacb301348a (diff)
downloadnetpbm-mirror-c43d3dce72fb796dc578e603d1c7d054d04e6391.tar.gz
netpbm-mirror-c43d3dce72fb796dc578e603d1c7d054d04e6391.tar.xz
netpbm-mirror-c43d3dce72fb796dc578e603d1c7d054d04e6391.zip
check for image too big; replace colormap sort logic; use bit arithmetic instead of mask table
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@219 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index fa9e0994..b52f2fae 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,7 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.38.0
 
+
               Add pamfixtrunc.
 
               pambackground: recognize mid-row background.
@@ -14,6 +15,8 @@ not yet  BJH  Release 10.38.0
 
               libnetpbm: fix buffer overrun with PBM images < 8 columns.
 
+              pamtogif: fail properly if image to wide or high for GIF.
+
               ppmdraw: fix crash with use of freed storage.  Thanks
               John Walker <kelvin@fourmilab.ch>.