about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-26 02:08:27 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-26 02:08:27 +0000
commit6eb703682111782bbf570769d907e588f2d59385 (patch)
tree62085f7a401925eb87be0c838b60b6f138cf08ba /doc
parent019d5e1f88cb5d889a99bb26f733ce476cf9342d (diff)
downloadnetpbm-mirror-6eb703682111782bbf570769d907e588f2d59385.tar.gz
netpbm-mirror-6eb703682111782bbf570769d907e588f2d59385.tar.xz
netpbm-mirror-6eb703682111782bbf570769d907e588f2d59385.zip
Release 10.73.31
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@3776 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index d3b6a62a..29ef58d8 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,29 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+20.03.26 BJH  Release 10.73.31
+
+              pbmtopgm: Fix incorrect output when convolution area is not
+              square.  Always broken.  pbmtopgm was in primordial Netpbm,
+              ca 1991.
+
+              pbmtopgm: Fix crash when convolution matrix too large for word
+              size.  Always broken.  pbmtopgm was in primordial Netpbm, ca
+              1991.
+
+              pnmshear: Fix arithmetic overflow with shear angle near +/- 90
+              degrees.
+
+              pamdice: Fix junk output when -width or -height not specified.
+
+              pamdice: Fix crash when -width or -height is zero.
+
+              pamdice: Fix incorrect file names when -outstem contains "%s",
+              etc.
+
+              libnetpbm: pm_read_unknown_size, rawtopgm, zeisstopnm: crash
+              when out of memory
+
 19.12.25 BJH  Release 10.73.30
 
               pamrubber: Fix bug: -frame doesn't work.  Always broken.