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
=========================================================
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])
+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.
(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
@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.
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
@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
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