about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-02-10 07:37:59 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-02-10 07:37:59 +0000
commited784035a8c397995f66eac86c8072cb7546643b (patch)
tree4e6d50d91761e4fe4170c9dbe57ecd4a3f4c2a67 /doc/HISTORY
parent76758a935da3169d8fd556532f4180b109589561 (diff)
downloadnetpbm-mirror-ed784035a8c397995f66eac86c8072cb7546643b.tar.gz
netpbm-mirror-ed784035a8c397995f66eac86c8072cb7546643b.tar.xz
netpbm-mirror-ed784035a8c397995f66eac86c8072cb7546643b.zip
Release 10.73.25
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@3546 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index f06128f9..bdcf87b6 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,21 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+18.02.09 BJH  Release 10.73.25
+
+              pnmtopng: fix bug: -interlace ignored.  Broken in 10.55
+              (June 2011).
+
+              pamstretch: Reject very large scale factors instead of producing
+              incorrect output.
+
+              ppmbrighten: Fix crash with -normalize when there is only one
+              intensity in the image.  Always broken - Ppmbrighten was new in
+              the first Netpbm release in 1991.
+
+              ppmdraw: Fix bug: 'setlinetype nodiag' says invalid type.
+              Always broken.  (Ppmdraw was new in Netpbm 10.29 (August 2005)).
+
 18.12.17 BJH  Release 10.73.24
 
               bmptopnm: Fix wrong output for non-colormapped OS2 BMP.  Broken