about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-17 02:51:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-17 02:51:18 +0000
commitb9e9b5c053a824da0c1c978a19bf2c9a50c07224 (patch)
treef2ae4590031856979b0766f7a9f23f3993f4da7a /doc
parentd5134d10177ce64bc0d0c666d33dd1d4d54d72a9 (diff)
downloadnetpbm-mirror-b9e9b5c053a824da0c1c978a19bf2c9a50c07224.tar.gz
netpbm-mirror-b9e9b5c053a824da0c1c978a19bf2c9a50c07224.tar.xz
netpbm-mirror-b9e9b5c053a824da0c1c978a19bf2c9a50c07224.zip
Add -output, make Standard Output work normally, thanks to a temporary file
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2189 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 238d159c..6a3fe42c 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,11 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.67.00
 
+              pamtotiff: add -output, use Standard Output normally (before, it
+              had to be seekable.  Also, you could do an append operation to
+              Standard Output; now you have to use -output for that).  Thanks
+              Prophet of the Way <afu@wta.att.ne.jp>.
+
               pamsharpness: put primary output on Standard Output instead of
               on Standard Error as a Netpbm message.
 
@@ -13,10 +18,16 @@ not yet  BJH  Release 10.67.00
               was designed by Ron Vantreese (ait_frog-netpbm@yahoo.com).
 
               jpegtopnm -dumpexif: fix incorrect display of resolution.
+              Always broken.  (-dumpexif was new in Netpbm 9.18 September
+              2001).
 
               jpegtopnm -dumpexif: fix truncated make, model, or datetime.
+              Always broken.  (-dumpexif was new in Netpbm 9.18 September
+              2001).
 
               jpegtopnm -dumpexif: fix wild pointer with invalid EXIF data.
+              Always broken.  (-dumpexif was new in Netpbm 9.18 September
+              2001).
 
               Build: Fix inconsistent use of upper and lower case Y and N in 
               make variables, causing static library not to get built.