about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-05 20:17:29 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-05 20:17:29 +0000
commit07b3549dc473e90f94997eb9f4fc11ea0bd8758e (patch)
tree3862a706144761dc97184f8237abf8153dae3fce /doc
parent563d2b921e5611e8db9a83a2ddc847e556e5965f (diff)
downloadnetpbm-mirror-07b3549dc473e90f94997eb9f4fc11ea0bd8758e.tar.gz
netpbm-mirror-07b3549dc473e90f94997eb9f4fc11ea0bd8758e.tar.xz
netpbm-mirror-07b3549dc473e90f94997eb9f4fc11ea0bd8758e.zip
Restore ability to have pseudo-plain-PNM with sampels that exceed maxval
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4799 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index c06ddd9a..9e3a8bca 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -8,6 +8,12 @@ not yet  BJH  Release 11.05.00
 
               pnmpad: Add -color, -promote, -extend-edge, -detect-background .
 
+              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).
+
               pamtosvg: fix "zero determinant" failure.  Introduced in
               Netpbm 11.04 (September 2023).