about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-03-28 01:50:27 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-03-28 01:50:27 +0000
commitc49d14be332e9939e7f9583b8f81fe9b977341f4 (patch)
tree17a8d237b3be47e880c00d27f5f282e1ec13dcb2 /doc
parent1e50cc0a1c2b29f06f451b220556990a1e4fc89a (diff)
downloadnetpbm-mirror-c49d14be332e9939e7f9583b8f81fe9b977341f4.tar.gz
netpbm-mirror-c49d14be332e9939e7f9583b8f81fe9b977341f4.tar.xz
netpbm-mirror-c49d14be332e9939e7f9583b8f81fe9b977341f4.zip
Release 10.47.64
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@2928 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 8775db62..40e81300 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,34 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+17.03.28 BJH  Release 10.47.64
+
+              tifftonm: Fix incorrect PBM output with two-color paletted TIFF
+              image.  Broken in primordial Netpbm, ca 1990.
+
+              giftopnm: Fix buffer overflow/crash with invalid GIF input.
+              Broken since primorial Netpbm.
+
+              bmptopnm: Fix buffer overflow/crash with negative height or
+              width in OS/2 BMP.  Broken since primordial Netpbm.
+
+              tifftopnm: Fix memory corruption when image is more pixels
+              than can be represented as a C unsigned integer.  Broken in
+              Netpbm 10.11 (October 2002).
+
+              tifftopnmcmyk: Default rows per strip to the TIFF library
+              default instead of whatever yields 8K strips.
+
+              tifftopnmcmyk: Fix bug: fails with very wide images and no
+              -rowsperstrip.  Always broken.  (Tifftopnmcmyk was new in Netpbm
+              8.2 (March 2000).
+
+              svgtopam: Fix crash when out of memory.  Always broken
+              (svgtopam was new in Netpbm 10.33 (March 2006)).
+
+              libnetpbm: ppmd_fill_path: remove debug trace.  Always broken
+              (ppmd_fill_path was new in Netpbm 10.34 (June 2006).
+
 16.09.26 BJH  Release 10.47.63
 
               Build: Add warning when libpng versions is later than 1.4, since