about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY73
1 files changed, 45 insertions, 28 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 7126c1f9..ec46a56c 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,49 +4,57 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
-15.03.29 BJH  Release 10.69.07
+15.03.29 BJH  Release 10.70.00
 
-              giftopnm: Fix bug: crashes if purported GIF has neither a global
-              color map nor a local one.
+              Add st4topgm, pgmtost4.
 
-15.03.03 BJH  Release 10.69.06
+              Add pgmtosbig.  Mainly a test tool for sbigtopgm.
 
-              pamtosvg: fix use of unset variable; probably results in a
-              crash.  Always present (pamtosvg was new in Netpbm 10.33 (March
-              2006).
+              Add yuy2topam.  Thanks Michael Haardt.
 
-              cameratopam: fix bug: variable used before set; unknown impact.
-              Introduced in Netpbm 10.66 (March 2014).
+              tifftopnm: allow input file to be nonseekable.
+              Thanks Ludolf Holzheid <ludolf.holzheid@gmx.de>.
 
-              build: fix incompatible type compilation error in giftopnm.
-              Broken in Netpbm 10.38 (March 2007) (but obviously manifests
-              only in recent build environments).
+              pnmhisteq: add -noblack and -nowhite.  Idea from Andrew Brooks
+              <arb@sat.dundee.ac.uk>.
 
-15.01.25 BJH  Release 10.69.05
+              pgmmorphconv: add -gradient.  Thanks Michael Haardt
+              <michael@moria.de>.
 
-              pamtilt: fix bug: unconditional crash.  Broken in Netpbm 10.63
-              (June 2013).
+              giftopnm: Fix bug: crashes if purported GIF has neither a global
+              color map nor a local one.
 
-15.01.23 BJH  Release 10.69.04
+              pgmmorphconv: fix bug: always produces PGM Plain format.
 
-              build: fix compile failure in wordint_access_be.h with Bigendian
-              target platforms.  Broken in Netpbm 10.63 (June 2013).
-
-15.01.22 BJH  Release 10.69.03
+              pamtilt: fix bug: unconditional crash.  Broken in Netpbm 10.63
+              (June 2013).
 
               pnmgamma -srgbtobt709, -bt709tosrgb: fix bug; incorrect output
               nearly always.  Always broken (These options were new in
               Netpbm 10.32 (February 2006)).
 
-              Install: make backward compatibility link ppmtotga -> pamtotga .
+              pamtosvg: fix use of unset variable; probably results in a
+              crash.  Always present (pamtosvg was new in Netpbm 10.33 (March
+              2006).
 
-15.01.01 BJH  Release 10.69.02
+              cameratopam: fix bug: variable used before set; unknown impact.
+              Introduced in Netpbm 10.66 (March 2014).
+
+              On Windows, don't leave temporary files around (previous code
+              did so because unlink of an open file fails in Windows; new
+              code deletes temporary files via atexit).  Thanks
+              Ludolf Holzheid <ludolf.holzheid@gmx.de>.
 
               Libnetpbm: fix external header file pm.h so it does not include
               internal header file pm_c_util.h.  Introduced in Netpbm
-              10.69.00 (December 2014).
+              10.69 (December 2014).
+
+              build: fix incompatible type compilation error in giftopnm.
+              Broken in Netpbm 10.38 (March 2007) (but obviously manifests
+              only in recent build environments).
 
-15.01.01 BJH  Release 10.69.01
+              build: fix compile failure in wordint_access_be.h with Bigendian
+              target platforms.  Broken in Netpbm 10.63 (June 2013).
 
               build: fix compile failure in pbmtomacp, ppmtoacad, pgmabel:
               TRUE redefined.  Introduced in Netpbm 10.69 (December 2014).
@@ -3287,7 +3295,7 @@ CHANGE HISTORY
 
               pnmtojpeg: Add -density option.
 
-              pamtotga: Add alpha capability, via "RGBA" tuple type.
+              pamtotga: Fix bugs with images with alpha planes.
 
               libnetpbm: Add ppm_readcolornamefile().
 
@@ -3621,9 +3629,17 @@ CHANGE HISTORY
               pnmmontage: add -data option.  Thanks Ben
               <bem@mad.scientist.com>.
 
-              pnmtotga: put "image ID" in TGA output.
+              pamtotga: Add alpha capability, via "RGBA" tuple type.
+
+              pamtotga: put "image ID" in TGA output.
+
+              ppmtotga: take PAM input; rename dot 'pamtotga'.  Former name
+              was a misnomer anyway; it was always a PNM program because it
+              distinguished between PGM and PPM input.
+
+              pamtotga: Add alpha capability, via "RGBA" tuple type.
 
-              ppmtotga: Correct name to pnmtotga.
+              pamtotga: put "image ID" in TGA output.
 
               pnmcomp:  Add -opacity option.
 
@@ -3952,7 +3968,8 @@ CHANGE HISTORY
 
               pnmtops: Accept maxval > 255 input.
          
-              Rename pnminterp to the more informative pnmstretch.
+              Rename pnminterp to the more informative pnmstretch and
+              pnminterp-gen to pamstretch-gen.
 
               pnmstretch: convert from pnm to pam - pamstretch.