devops 0.14 pucked mit-scheme-pucked-devops-0.14
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:32:21 +0000 (21:32 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:52:27 +0000 (21:52 -0700)
src/devops/NEWS
src/devops/configure.ac
src/devops/debian/changelog
src/devops/make.scm
src/devops/pucked.texi

index 55a9e895f4533da6e6f52cff798bad0421786c7f..869dc924bcffad491ac85b0d9a70851ca014ba6d 100644 (file)
@@ -20,6 +20,12 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-devops 0.14 - Matt Birkholz, 2019-12-13
+=========================================================
+
+New core.  More build improvements.  Support a flag day for
+mit-scheme-10.1.10 x86-64.
+
 mit-scheme-pucked-devops 0.13 - Matt Birkholz, 2019-07-27
 =========================================================
 
index 3f9bcc24a9ad699b657327138d9de8c89e79c2b7..264b6c10a9bbbe55802e6dc101a23121d1150f9d 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked Developer Operations plugin],
-        [0.13],
+        [0.14],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-devops])
 AC_CONFIG_SRCDIR([devops.pkg])
index 8138f839cb2e4a75043719ca96a0a6cd7a88848d..7d0833e29bd2b4dff6e37c492f3edf16377e967c 100644 (file)
@@ -1,3 +1,10 @@
+mit-scheme-pucked-devops (0.14) birchwood; urgency=low
+
+  * New core.  More build improvements.  Support a flag day for
+    mit-scheme-10.1.10 x86-64.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 13 Dec 2019 00:00:00 -0000
+
 mit-scheme-pucked-devops (0.13) birchwood; urgency=low
 
   * Build tweak.
index e3ff62958e846c8ee058b9c47a3719d5fa4c13f9..d407c141e4a27f71578d5137f98d28249ec3f87b 100644 (file)
@@ -6,4 +6,4 @@ Load the Developer Operations plugin. |#
 (with-loader-base-uri (system-library-uri "devops/")
   (lambda ()
     (load-package-set "devops")))
-(add-subsystem-identification! "DevOps" '(0 13))
\ No newline at end of file
+(add-subsystem-identification! "DevOps" '(0 14))
\ No newline at end of file
index 3a3b60ad229d692c63ea6bea63c2148c41c7e373..02be1425bfacc8969436028632f53afd59cf1900 100644 (file)
@@ -1,8 +1,8 @@
 @node Changes
 @chapter How so ``pucked?''
 
-The user visible differences between MIT/GNU Scheme version 10.1.9 and
-MIT/GNU Scheme Pucked version 10.1.11 are detailed in @ref{Release
+The user visible differences between MIT/GNU Scheme version 10.1.10 and
+MIT/GNU Scheme Pucked version 10.1.20 are detailed in @ref{Release
 Notes, , , user, MIT/GNU Scheme Pucked User Manual}.  This chapter is
 a review of @emph{all} source code changes, with reference to the
 output of specific @code{git diff} commands.
@@ -23,8 +23,8 @@ The command lines in this table assume you have defined @code{cmd} as
 above.
 
 @item $cmd dist/
-@code{PROJECT_NAME} was changed.  @file{debian/} was added.  All
-plugin code was removed from the core source distribution.
+@code{PROJECT_NAME} was changed.  @file{debian/} is included in the
+source distribution, and all plugin code is removed.
 
 @item $cmd doc/
 The project name, email and version were changed.  The manpage and
@@ -40,8 +40,10 @@ No changes were made.
 
 @item $cmd src/microcode/
 The project and program names were changed as well as the microcode
-version and copyright notice.  Support for multiple executables (for
-multiple Scheme architectures) was dropped.
+version and copyright notice.  Barak Pearlmutter's patch ``allow
+autoreconf force'' was applied to avoid a hitch in the Debian package
+build.  Support for multiple executables (for multiple Scheme
+architectures) was dropped.
 
 @item $cmd src/runtime/
 The @code{pucked} feature was introduced.  The runtime source is now
@@ -83,7 +85,7 @@ files.
 No changes were made to the rest of the standard subsystems except
 their @file{Makefile-fragment}s.
 
-@item $cmd tests
+@item $cmd tests/
 No changes were made to the test suites.
 
 @end table