about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-15 02:52:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-15 02:52:20 +0000
commit1090fcc43865b56f7d5868efe462745a0cfe5f5b (patch)
tree12aff83b9fe636bf17853b35c04b5e0a43280203 /doc
parentf3f8fc6f37c4ad9df8a286697fc4620a236f6c19 (diff)
downloadnetpbm-mirror-1090fcc43865b56f7d5868efe462745a0cfe5f5b.tar.gz
netpbm-mirror-1090fcc43865b56f7d5868efe462745a0cfe5f5b.tar.xz
netpbm-mirror-1090fcc43865b56f7d5868efe462745a0cfe5f5b.zip
Release 10.62.08
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@1929 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index ed9ddd95..215a44c4 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,30 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+13.06.14 BJH  Release 10.62.08
+
+              giftopnm: fix bug: erroneously claims GIF ends prematurely.
+              Broken in Netpbm 10.38 (March 2007).  This affects all GIfs, but
+              the problem does not manifest when Netpbm was built with Gcc
+              from 2007 and later.
+
+              libnetpbm: fix bug: ppm_freecolornames() has wild pointer
+              dereference when the color name table was generated empty
+              because the color dictionary file was not openable.  ppmtoxpm
+              suffers from this.  Broken in 10.15 (April 2003).
+
+              ppmtoxpm: fix bug: ignores inability to open the specified color
+              dictionary file (-rgb) and just doesn't use color names.
+              Introduced in Netpbm 10.15 (April 2003).
+
+              ppmforge. fix crash when -mesh is 1 or less.  Always broken
+              (program was added in Pbmplus (October 1991).  Thanks Prophet of
+              the Way <afu@wta.att.ne.jp>.
+
+              ppmforge: fix array bounds violation.  Always broken (program
+              was added in Pbmplus (October 1991).  Thanks Prophet of the Way
+              <afu@wta.att.ne.jp>.
+
 13.05.27 BJH  Release 10.62.07
 
               pnmtops: Fix bug: only first image gets converted.  Broken in