about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-28 19:47:49 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-28 19:47:49 +0000
commit2468696c1739c475cb95a49813599a567f65219f (patch)
tree207b8cce487f7ead45c731d6fd64f26994f389e9 /doc/HISTORY
parent1a04fa9529619b1bd59424fda68a76c8a4a59332 (diff)
downloadnetpbm-mirror-2468696c1739c475cb95a49813599a567f65219f.tar.gz
netpbm-mirror-2468696c1739c475cb95a49813599a567f65219f.tar.xz
netpbm-mirror-2468696c1739c475cb95a49813599a567f65219f.zip
Release 10.86.40
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@4823 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 5e548f31..8efa7be7 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,20 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+23.12.28 BJH  Release 10.86.40
+
+              pnmconvol: Restore ability of convolution matrix to be a
+              pseudo-plain-PNM with samples that exceed the maxval.  Lost in
+              10.30 (October 2005) because maxval-checking code was added to
+              libnetpbm.  (Was fixed in 10.47.08 in November 2010, but only in
+              the 10.47 series).
+
+              pnmpad: fix wrong results with old-style options (e.g. "-t50").
+
+              pnmpad: fix behavior with -left, -right, and -width together or
+              -top, -bottom, -height together: ignores -width where it should
+              fail.  Broken in Netpbm 10.72 (September 2015).
+
 23.09.27 BJH  Release 10.86.39
 
               pamtosvg: fix hang.