about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-01-15 23:46:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-01-15 23:46:30 +0000
commitd82d66c9dcb24193c4ea61543e4b84d3d7975135 (patch)
treee602f8ba80648bf48c02c212d2251380dbb4a77c /doc/HISTORY
parent55414289f5fde5d2008f5eb9de154723106012ed (diff)
downloadnetpbm-mirror-d82d66c9dcb24193c4ea61543e4b84d3d7975135.tar.gz
netpbm-mirror-d82d66c9dcb24193c4ea61543e4b84d3d7975135.tar.xz
netpbm-mirror-d82d66c9dcb24193c4ea61543e4b84d3d7975135.zip
Remove pointer man pages, Manweb installation
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2882 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index ce13f1db..9ec0d648 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -7,13 +7,28 @@ CHANGE HISTORY
 not yet  BJH  Release 10.78.00
 
               tifftopnm: Fix memory corruption when image is more pixels
-              than can be represented as a C unsigned integer.
+              than can be represented as a C unsigned integer.  Broken in
+              Netpbm 10.11 (October 2002).
 
               svgtopam: Fix crash when out of memory.  Always broken
               (svgtopam was new in Netpbm 10.33 (March 2006)).
 
               pnmcrop: Add -closeness
 
+              Build: don't create pointer man pages anymore.  These were
+              classic man pages, created by 'make package', one for each
+              program, that just told the user to get the manual from the web
+              and that other options for manuals are available at install
+              time.  Getting documentation online is commonplace enough now
+              that the user doesn't need to be told to do it or that there are
+              other options.  The existence of pointer man pages was,
+              meanwhile, misleading, since it looked from the outside like
+              they actually contained documentation.
+
+              Build: Don't package or install Manweb setup (for accessing
+              manuals on the web with Manweb).  Probably 100% unused and
+              distracting.
+
 16.12.25 BJH  Release 10.77.00
 
               pnmpad: Fix bug: incorrect output width.  Introduced in