core 10.1.12 mit-scheme-pucked-10.1.12
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 08:29:27 +0000 (03:29 -0500)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 08:29:27 +0000 (03:29 -0500)
debian/changelog
doc/configure.ac
doc/ffi/ffi.texinfo
doc/mit-scheme-pucked.1
doc/ref-manual/scheme.texinfo
doc/sos/sos.texinfo
doc/user-manual/user.texinfo
src/configure.ac
src/runtime/version.scm

index 854f0b891beb27d5f51bd01bb4cc343971eff4e2..09c500533ad77afb19218dc32a8603368c98f12f 100644 (file)
@@ -1,7 +1,15 @@
+mit-scheme-pucked (10.1.12) birchwood; urgency=low
+
+  * Merge with master.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 26 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked (10.1.11) birchwood; urgency=low
 
   * Merge with master after its 10.1.9 release.
 
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 03 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked (10.1.10) birchwood; urgency=low
 
   * Merge with master after the 10.1.5 release.
index 0a75b9ab865fac88e9aff5be892fa6157ebd7466..eed1a5e7526bc652e85b848a7a04564607bb3d4e 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.10],
+       [10.1.12],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked-doc])
 AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
index 37f7a0f3f0b8988cff825a91d56e6137368ddfc9..1a4049aaad2d1c0f3a8ab0a52b10b5a1a5f52bce 100644 (file)
@@ -4,7 +4,7 @@
 @comment From automake's version.texi someday:
 @set VERSION 1.0
 @set UPDATED 10 June 2018
-@set SCMVERS 10.1.10
+@set SCMVERS 10.1.12
 @settitle MIT/GNU Scheme Pucked FFI Manual
 @comment %**end of header
 
index 9b056a0b28fc0cefde1d4d0f1bc615d30339f4d5..56ada3c67cdd895b89eb9e5cec6e4b4dbd3bdba6 100644 (file)
@@ -1,4 +1,4 @@
-.TH "mit-scheme-pucked" "1" "10.1.11" "Friar Puck and The MIT/GNU Scheme Team" ""
+.TH "mit-scheme-pucked" "1" "10.1.12" "Friar Puck and The MIT/GNU Scheme Team" ""
 .SH "NAME"
 .LP
 mit-scheme-pucked - Friar Puck's MIT/GNU Scheme development environment
index c7e7cd5043a729140079b4325df44a33cb239770..22bde80838bf9eb57325c235958ba750193a4a9a 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.10
+@set SCMVERS 10.1.12
 @settitle MIT/GNU Scheme Pucked Reference Manual
 @comment %**end of header
 @setchapternewpage odd
index 3b555b40e5a18a4c03b342604db9b3ef6d865944..c9ce9b24a46bba1ad5fb37fac741829b259e810a 100644 (file)
@@ -4,7 +4,7 @@
 @comment From automake's version.texi someday:
 @set VERSION 1.9
 @set UPDATED 14 October 2011
-@set SCMVERS 10.1.10
+@set SCMVERS 10.1.12
 @settitle MIT/GNU Scheme Pucked SOS Manual
 @comment %**end of header
 @setchapternewpage odd
index 438611d29e3ea95a9c2bf47bd40b44fafd404609..27646de4e9036dd461311bb1957262fa9845c23e 100644 (file)
@@ -4,7 +4,7 @@
 @comment From automake's version.texi someday:
 @set EDITION 1.95
 @set UPDATED 16 February 2019
-@set SCMVERS 10.1.10
+@set SCMVERS 10.1.12
 @settitle MIT/GNU Scheme Pucked User Manual
 @comment %**end of header
 @setchapternewpage odd
index d99ab119f9ee72a5753044eeaf53667e072ccc36..49f358612eb90c2ec44c0f18bbab12c212da9913 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.11],
+       [10.1.12],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked])
 AC_CONFIG_SRCDIR([microcode/boot.c])
index 47d92c761d0b76ecf98a5e1394e7e5c5c170e72c..7f2c8c3ef2bf45288d292273336eec25250b3514 100644 (file)
@@ -39,7 +39,7 @@ USA.
         (let ((now last-copyright-year)
               (then 1986))
           (iota (+ (- now then) 1) then)))
-   (add-subsystem-identification! "Release" '(10 1 11))
+   (add-subsystem-identification! "Release" '(10 1 12))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))