From 4b08faf8bee586cb271bffa41dd4f12aeb49ae5c Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 13 Dec 2019 21:32:21 -0700 Subject: [PATCH] devops 0.14 --- src/devops/NEWS | 6 ++++++ src/devops/configure.ac | 2 +- src/devops/debian/changelog | 7 +++++++ src/devops/make.scm | 2 +- src/devops/pucked.texi | 16 +++++++++------- 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/src/devops/NEWS b/src/devops/NEWS index 55a9e895f..869dc924b 100644 --- a/src/devops/NEWS +++ b/src/devops/NEWS @@ -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 ========================================================= diff --git a/src/devops/configure.ac b/src/devops/configure.ac index 3f9bcc24a..264b6c10a 100644 --- a/src/devops/configure.ac +++ b/src/devops/configure.ac @@ -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]) diff --git a/src/devops/debian/changelog b/src/devops/debian/changelog index 8138f839c..7d0833e29 100644 --- a/src/devops/debian/changelog +++ b/src/devops/debian/changelog @@ -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 Fri, 13 Dec 2019 00:00:00 -0000 + mit-scheme-pucked-devops (0.13) birchwood; urgency=low * Build tweak. diff --git a/src/devops/make.scm b/src/devops/make.scm index e3ff62958..d407c141e 100644 --- a/src/devops/make.scm +++ b/src/devops/make.scm @@ -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 diff --git a/src/devops/pucked.texi b/src/devops/pucked.texi index 3a3b60ad2..02be1425b 100644 --- a/src/devops/pucked.texi +++ b/src/devops/pucked.texi @@ -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 -- 2.25.1