core 10.1.9 mit-scheme-pucked-10.1.9
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 8 Jan 2019 03:52:49 +0000 (20:52 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 8 Jan 2019 21:14:06 +0000 (14:14 -0700)
debian/changelog
doc/configure.ac
doc/mit-scheme-pucked.1
doc/ref-manual/scheme.texinfo
doc/user-manual/user.texinfo
src/configure.ac

index 3dad216f7f1b43c99d270c74e9185ad5411dbbb6..dd155a634b630f64634854cc06bddd1d946d02e4 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (10.1.9) birchwood; urgency=low
+
+  * Merge with master after 10.1.4 release.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Mon, 07 Jan 2019 00:00:00 -0000
+
 mit-scheme-pucked (10.1.7) birchwood; urgency=low
 
   * Merge with master after 10.1.3 release.
index a2fac9a27b6de1eff5f9f70e5243f4b5a6521ff6..413e5274ca42cbe8df5837c248050e219b9838c6 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked documentation],
-       [10.1.7],
+       [10.1.9],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked-doc])
 AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
index b2c63f342b7ae3539fd0211deed91aee1cb27586..141f909827b495b3cbb147c456141ffa1f540eea 100644 (file)
@@ -1,4 +1,4 @@
-.TH "mit-scheme-pucked" "1" "10.1.7" "Friar Puck and The MIT/GNU Scheme Team" ""
+.TH "mit-scheme-pucked" "1" "10.1.9" "Friar Puck and The MIT/GNU Scheme Team" ""
 .SH "NAME"
 .LP
 mit-scheme-pucked - Friar Puck's MIT/GNU Scheme development environment
index 078e59a59cf242d73f44b607e30d0e88accb3f2a..f127742521d7238e3cc2392c9ff7f0a636acd168 100644 (file)
@@ -4,7 +4,7 @@
 @comment From automake's version.texi someday:
 @set EDITION 1.106
 @set UPDATED 19 May 2018
-@set SCMVERS 10.1.7
+@set SCMVERS 10.1.9
 @settitle MIT/GNU Scheme Pucked Reference Manual
 @comment %**end of header
 @setchapternewpage odd
index a9fa1caeee4dbae9a00a890b8c6f2ca279f94d8a..098ad0e69cb8d2b9d9bbd2de498ea0071112b865 100644 (file)
@@ -4,7 +4,7 @@
 @comment From automake's version.texi someday:
 @set EDITION 1.95
 @set UPDATED 5 June 2018
-@set SCMVERS 10.1.7
+@set SCMVERS 10.1.9
 @settitle MIT/GNU Scheme Pucked User Manual
 @comment %**end of header
 @setchapternewpage odd
@@ -4019,16 +4019,16 @@ gpg --import ~/Downloads/codemaster.txt
 Then verify the signature on the @file{.changes} file like this:
 
 @example
-gpg --verify ~/Downloads/mit-scheme-pucked_10.1.7-1_amd64.changes
+gpg --verify ~/Downloads/mit-scheme-pucked_10.1.9-1_amd64.changes
 @end example
 
 And compare the checksum in the @file{.changes} file to one
 computed from your downloaded file.
 
 @example
-grep mit-scheme-pucked_10.1.7-1_amd64.deb \
-     mit-scheme-pucked_10.1.7-1_amd64.changes
-sha256sum mit-scheme-pucked_10.1.7-1_amd64.deb
+grep mit-scheme-pucked_10.1.9-1_amd64.deb \
+     mit-scheme-pucked_10.1.9-1_amd64.changes
+sha256sum mit-scheme-pucked_10.1.9-1_amd64.deb
 @end example
 
 After you have downloaded and verified all of the required files, you
@@ -4037,7 +4037,7 @@ can install them, required packages first, e.g.@: starting with
 @code{mit-scheme-pucked-x11-screen}.
 @verbatim
 P=~/Downloads/mit-scheme-pucked
-sudo dpkg --install ${P}_10.1.7-1_amd64.deb
+sudo dpkg --install ${P}_10.1.9-1_amd64.deb
 sudo dpkg --install ${P}-gdbm_0.2.1-1_amd64.deb
 sudo dpkg --install ${P}-blowfish_0.2.1-1_amd64.deb
 sudo dpkg --install ${P}-edwin_3.116.1-1_amd64.deb
@@ -4087,26 +4087,26 @@ slower than the native machine.
 
 Click on the name of your Scheme machine architecture in the list of
 binaries for the core system.  Save the file, which should be named
-something like @file{mit-scheme-pucked-10.1.7-i386.tar.gz}.
+something like @file{mit-scheme-pucked-10.1.9-i386.tar.gz}.
 
 Compile the Scheme interpreter using the following steps:
 
 @enumerate
 @item
 Unpack the archive to create your build directory, e.g.@:
-@file{mit-scheme-pucked-10.1.7}.  For example,
+@file{mit-scheme-pucked-10.1.9}.  For example,
 
 @example
-tar xzf mit-scheme-pucked-10.1.7-i386.tar.gz
+tar xzf mit-scheme-pucked-10.1.9-i386.tar.gz
 @end example
 
-will create a new directory @file{mit-scheme-pucked-10.1.7}.
+will create a new directory @file{mit-scheme-pucked-10.1.9}.
 
 @item
 Move into the @file{src} subdirectory of the new directory:
 
 @example
-cd mit-scheme-pucked-10.1.7/src
+cd mit-scheme-pucked-10.1.9/src
 @end example
 
 @item
index 1e539603fa101e6a208c2c3f72e11440a7bde4e5..d517db2f28294718b7369476260ddcbe2ebf3f76 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked],
-       [10.1.7],
+       [10.1.9],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked])
 AC_CONFIG_SRCDIR([microcode/boot.c])