about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-09-26 23:52:08 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-09-26 23:52:08 +0000
commit4c361c0a7638b4f068e8b524e4ff43374a286018 (patch)
tree0aef192966a1ae996a9f2a0364f3ccbb15d512c7 /doc/HISTORY
parentcd7f17a619a0421a1dfb2ceb09f4af60ead8ad5f (diff)
downloadnetpbm-mirror-4c361c0a7638b4f068e8b524e4ff43374a286018.tar.gz
netpbm-mirror-4c361c0a7638b4f068e8b524e4ff43374a286018.tar.xz
netpbm-mirror-4c361c0a7638b4f068e8b524e4ff43374a286018.zip
Promote Development to Advanced
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3972 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY63
1 files changed, 37 insertions, 26 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 4c987946..8779bd44 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,37 +4,20 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
-20.09.16 BJH  Release 10.91.04
+20.09.26 BJH  Release 10.92.00
 
-              pamtojpeg2k: Fix failure with most -progression values.  Always
-              broken (pamtojpeg2k was new in Netpbm 10.12 (November 2002)).
-
-              pamtojpeg2k: Fix wrong result with -tilegrdtly.  Always
-              broken (pamtojpeg2k was new in Netpbm 10.12 (November 2002)).
+              pnmcrop: Make -margin effective with -blank-image=minimize.
 
-              jpeg2ktopam: Fix crash whenever the program fails.  Broken in
-              Netpbm 10.42 (March 2008).
-
-              pamarith: Fix crash with -compare where inputs are PBM.  Broken
-              in Netpbm 10.14 (February 2003).
+              pnmnorm: With bounds specified as -bpercent or -bsingle and
+              -wpercent or -wsingle, and the image has only one brightness,
+              don't attempt any normalization - leave image as is.  (Previous
+              version produces all black with -keephues).
 
-              pamfunc: Fix crash with -changemaxval and PBM input.  Always
-              broken.  -changemaxval was new in Netpbm 10.65 (December 2013).
-
-              pammixmulti: Fix bug: -randomseed ignored on some systems.
-              Always broken.  (pammixmulti was new in Netpbm 10.85 (December
-              2018).
-
-20.09.05 BJH  Release 10.91.03
+              pgmtopbm: Add -randomseed.
 
               pamfunc: Fix always wrong output with -not.  Always broken.
               (-not was new in Netpbm 10.40 (September 2007)).
 
-              ximtoppm: Fix bug: invalid memory references with pathological
-              image input.  Broken in Netpbm 10.91.00 (June 2020).
-
-20.08.29 BJH  Release 10.91.02
-
               pamdepth: fix bug: doesn't work on PAM with black and white
               tuple type.
 
@@ -42,16 +25,44 @@ CHANGE HISTORY
               indicate overlapping values.  Broken since Netpbm 10.43 (June
               2008).
 
-20.07.21 BJH  Release 10.91.01
-
               pbmtext: Fix double-free crash with -font .  Introduced in
               Netpbm 10.91 (June 2020).
 
+              jpeg2ktopam: Fix crash whenever the program fails.  Broken in
+              Netpbm 10.42 (March 2008).
+
+              pamtojpeg2k: Fix failure with most -progression values.  Always
+              broken (pamtojpeg2k was new in Netpbm 10.12 (November 2002)).
+
+              pamtojpeg2k: Fix wrong result with -tilegrdtly.  Always
+              broken (pamtojpeg2k was new in Netpbm 10.12 (November 2002)).
+
+              pamarith: Fix crash with -compare where inputs are PBM or
+              BLACKANDWHITE PAM.  Broken in Netpbm 10.14 (February 2003).
+
+              pamfunc: Fix crash with -changemaxval and PBM or BLACKANDWHITE
+              PAM input.  Always broken.  -changemaxval was new in Netpbm
+              10.65 (December 2013).
+
+              pammixmulti: Fix bug: -randomseed ignored on some systems.
+              Always broken.  (pammixmulti was new in Netpbm 10.85 (December
+              2018).
+
               pcdovtoppm: Fix some garbage from the conversion from csh to sh
               in Netpbm 9.12 (March 2001) in conversion from csh arrays that
               should have stopped it from working at all, despite reports from
               users that they were using it.
 
+              ximtoppm: Fix bug: invalid memory references with pathological
+              image input.  Broken in Netpbm 10.91 (June 2020).
+
+              Configure: remove obsolete question about URL to put in pointer
+              man pages of yesteryear.
+
+              Build: fix bug: PKG_CONFIG make variable not used for merge
+              build.  Always broken (PKG_CONFIG was new in Netpbm 10.76
+              (September 2016).
+
 20.06.28 BJH  Release 10.91.00
 
               pamstretch-gen: Add -quiet (supposedly added in 10.86, but never