about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-04-29 19:15:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-04-29 19:15:42 +0000
commitaf14211e948791885eb82744d97a4b68a19b4198 (patch)
treeffb8fde34096c08453d796b31937fe677c771ab7 /doc
parent31569bde18b131ebf34f03bd01a3854130078f29 (diff)
downloadnetpbm-mirror-af14211e948791885eb82744d97a4b68a19b4198.tar.gz
netpbm-mirror-af14211e948791885eb82744d97a4b68a19b4198.tar.xz
netpbm-mirror-af14211e948791885eb82744d97a4b68a19b4198.zip
data block size 255 instead of 254
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1684 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index c1d5d4a2..e827dea5 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,10 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.59.00
 
+              pamtogif: Make data blocks 255 bytes instead of 254.  255 is
+              the maximum allowed by GIF.  254 was intended to not trigger
+              potential bugs in programs that read the file.
+
               ppmdraw: Add 'filledcircle' command class.  Thanks
               Elijah Griffin <eli@panix.com>.