about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-09-26 18:28:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-09-26 18:28:05 +0000
commitfe2079ea148d998f01c1f26bf9d5c84b00d5d37e (patch)
treeb062862164ab41e78b5efc436330db65cb2887f9 /doc/HISTORY
parent0481e8e464ad2bf770361d8f586b0cc5a0c2d4dc (diff)
downloadnetpbm-mirror-fe2079ea148d998f01c1f26bf9d5c84b00d5d37e.tar.gz
netpbm-mirror-fe2079ea148d998f01c1f26bf9d5c84b00d5d37e.tar.xz
netpbm-mirror-fe2079ea148d998f01c1f26bf9d5c84b00d5d37e.zip
Update to Release 10.40.00
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@414 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 1b16f17e..489b16b3 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,16 +4,13 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
-not yet  BJH  Release 10.40.00
-
-              pbmtonokia: fail if input is > 255 x 255.  Thanks Paul Bolle
-              <pebolle@tiscali.nl>.
+07.09.26 BJH  Release 10.40.00
 
               pamfunc: Add -andmask, -ormask, -xormask, -not,
               -shiftleft, -shiftright.
 
-              anytopnm, pnmmargin, pamstretch-gen, ppmquantall: fix
-              small temporary file security exposure.
+              pbmtonokia: fail if input is > 255 x 255.  Thanks Paul Bolle
+              <pebolle@tiscali.nl>.
 
               pnmmargin: add -plain option.    Thanks
               Prophet of the Way <afu@wta.att.ne.jp>.
@@ -22,6 +19,12 @@ not yet  BJH  Release 10.40.00
 
               pamstack: accept Standard Input properly.
 
+              pnmmargin: recognize invalid options better.  Thanks
+              Prophet of the Way <afu@wta.att.ne.jp>.
+
+              anytopnm, pnmmargin, pamstretch-gen, ppmquantall: fix
+              small temporary file security exposure.
+
               pnmtopalm: fix typo in error message.  Thanks Paul Bolle
               <pebolle@tiscali.nl>.
 
@@ -29,9 +32,6 @@ not yet  BJH  Release 10.40.00
               sample Postscript.  It doesn't really know how to do that, so
               now it just writes 8 unless you do -psfilter.
 
-              pnmmargin: recognize invalid options better.  Thanks
-              Prophet of the Way <afu@wta.att.ne.jp>.
-
               pnmtopng: Sort palette properly when alpha maxval != 255.
 
               pnmtopng: Fix array bound violation with = 256 colors and -alpha.