about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-09-11 02:38:48 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-09-11 02:38:48 +0000
commit7bd77004a7a252e5e33309944e04e70dc7fd8c46 (patch)
tree849a3f7d70929bb58046634ae85725362e8e69d6 /doc/HISTORY
parentdc71766e555f84091dc4cff5f2e7634f52f94bda (diff)
downloadnetpbm-mirror-7bd77004a7a252e5e33309944e04e70dc7fd8c46.tar.gz
netpbm-mirror-7bd77004a7a252e5e33309944e04e70dc7fd8c46.tar.xz
netpbm-mirror-7bd77004a7a252e5e33309944e04e70dc7fd8c46.zip
Fast path for local thresholding: don't compute unneeded global stuff
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@53 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index bbee700b..e9a64973 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,18 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.36.0
 
+              pamthreshold: don't gather global information, and reread
+              file, for local thresholding (to save time, resources).
+              Thanks Erik Auerswald <auerswal@unix-ag.uni-kl.de>.
+
+              Remove some generated files from release so build works.
+
+              Properly clean thinkjettopbm.c with 'make distclean'.
+
+              Fix version number control.
+
+              Remove general history from change file
+
               libnetpbm: BK color matching adjustments, change of
               enum bk_color.  Thanks "Kenan Kalajdzic"
               <kalajdzic@gmail.com>.