about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-03-26 17:01:59 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-03-26 17:01:59 +0000
commitc470857d986025b832c499556b115f4cda648c5d (patch)
tree3ab3306e05156665f756cb6fe2de11c38b6bf962 /doc/HISTORY
parent1bcd81d32608921c526da62bfd7d87508d48d3ae (diff)
downloadnetpbm-mirror-c470857d986025b832c499556b115f4cda648c5d.tar.gz
netpbm-mirror-c470857d986025b832c499556b115f4cda648c5d.tar.xz
netpbm-mirror-c470857d986025b832c499556b115f4cda648c5d.zip
Update history for release
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@601 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 39f790d3..4cc96dfd 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,10 +4,27 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
-not yet  BJH  Release 10.42.00
+08.03.26 BJH  Release 10.42.00
 
               anytopnm: Recognize xwd image by 'file' type.
 
+              pamflip: Rewrite low-memory algorithm; use temp files and
+              conserve virtual as well as real memory.
+
+              tifftopnm: orient raster properly in row-by-row operation
+              when TIFF uses nonstandard raster orientation.  (ORIENTATION
+              tag).
+
+              pbmtext: fail cleanly if -width, -space, or -lspace is
+              too large for computation.  Thanks Prophet of the Way
+              <afu@wta.att.ne.jp>.
+
+              pbmtext: fix negative -space.
+
+              pbmtext: fail cleanly if input line is > 5000 characters.
+
+              pamundice: Fix bogus error about missing "-instem" option.
+
               pgmdeshadow: fix crash in option processing.
 
               pgmmedian: fix crash.
@@ -26,25 +43,8 @@ not yet  BJH  Release 10.42.00
 
               pnmnlfilt: fix internal error "impossible alpha value".
 
-              tifftopnm: orient raster properly in row-by-row operation
-              when TIFF uses nonstandard raster orientation.  (ORIENTATION
-              tag).
-
-              pamflip: Rewrite low-memory algorithm; use temp files and
-              conserve virtual as well as real memory.
-
-              pamundice: Fix bogus error about missing "-instem" option.
-
               Add pm_tmpfile_fd() and pm_make_tmpfile_fd().
 
-              pbmtext: fail cleanly if input line is > 5000 characters.
-
-              pbmtext: fail cleanly if -width, -space, or -lspace is
-              too large for computation.  Thanks Prophet of the Way
-              <afu@wta.att.ne.jp>.
-
-              pbmtext: fix negative -space.
-
               Various things to make it build on Windows without POSIX
               emulation.