about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-18 00:06:03 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-18 00:06:03 +0000
commitd48a2029915d779215178261f3a529b10acb992a (patch)
treeb04f14927f916e66a80a30dc4ccd6deb242b787e /doc
parente165d1d85c5e1ee87540d2e326f97e4d539cfee0 (diff)
downloadnetpbm-mirror-d48a2029915d779215178261f3a529b10acb992a.tar.gz
netpbm-mirror-d48a2029915d779215178261f3a529b10acb992a.tar.xz
netpbm-mirror-d48a2029915d779215178261f3a529b10acb992a.zip
Release 10.70.05
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2495 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY16
-rw-r--r--doc/Netpbm.programming5
-rw-r--r--doc/USERDOC7
3 files changed, 19 insertions, 9 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 0dd02828..ff28d250 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,22 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+15.05.18 BJH  Release 10.70.05
+
+              pbmtoxbm: Fix bug: crash with zero width input.  Broken in
+              Netpbm 10.37 (December 2006).
+
+              pbmtomgr: Fix incorrect output when input is too large (must be
+              at most 4095 pixels high or wide).  Always broken.  (pbmtomgr
+              was new in 1989).
+
+              pbmtomacp: fix wild pointer dereference with -b larger than
+              image height.  Always broken.  (pbmtomacp was new in X.V11R3
+              (March 1988).
+
+              Build: don't build and install libjbig and libjasper if we
+              are using external versions of them instead.
+
 15.04.30 BJH  Release 10.70.04
 
               pnmconvol: Fix bug: wrong output for pixels that convolve to
diff --git a/doc/Netpbm.programming b/doc/Netpbm.programming
index bd1c3596..62e4c569 100644
--- a/doc/Netpbm.programming
+++ b/doc/Netpbm.programming
@@ -57,9 +57,8 @@ the conventional Unix means of communicating code changes.  A Subversion
 You should update or create documentation too.  But if you don't, the Netpbm
 maintainer will do the update before releasing your code.  The source files
 for the documentation are the HTML files in the 'userguide' directory of the
-Netpbm Subversion repository:
-http://netpbm.svn.sourceforge.net/svnroot/netpbm/userguide .  The identical
-files are at http://netpbm.sourceforge.net/doc/ .
+Netpbm Subversion repository: https://svn.code.sf.net/p/netpbm/code/userguide.
+The identical files are at http://netpbm.sourceforge.net/doc/ .
 
 There are some automated tests in the package - shell scripts in files
 named such as "pbmtog3.test".  You can use those to verify your
diff --git a/doc/USERDOC b/doc/USERDOC
index f067059a..9d883849 100644
--- a/doc/USERDOC
+++ b/doc/USERDOC
@@ -25,17 +25,12 @@ to the Internet), just make a local copy of the HTML files.
 You can get the files from the Subversion repository using the Subversion
 client program 'svn':
 
-  URL=https://netpbm.svn.sourceforge.net/svnroot/netpbm/userguide
+  URL=https://svn.code.sf.net/p/netpbm/code/userguide
   svn export $URL
 
 This creates a directory "userguide" in your current directory containing
 all the same files that are on the web site.
 
-And a sometimes more convenient way to get those files from the Subversion
-repository is to get Sourceforge's Viewvc service to make a tarball of them:
-
-  wget http://netpbm.svn.sourceforge.net/viewvc/netpbm/userguide.tar.gz?view=tar --output-document=/tmp/userguide.tgz
-
 
 An apparent alternative is just to copy the web site with something like GNU
 Wget.  However, the Sourceforge web server has limitations on how much you can