From: Matt Birkholz Date: Thu, 4 Jul 2019 20:42:52 +0000 (-0700) Subject: devops 0.12 X-Git-Tag: mit-scheme-pucked-devops-0.12 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e21c1931e65274db9336a76f84ecb3fb5ddef1d8;p=mit-scheme.git devops 0.12 --- diff --git a/src/devops/NEWS b/src/devops/NEWS index fdc241d31..58d9c6afa 100644 --- a/src/devops/NEWS +++ b/src/devops/NEWS @@ -20,6 +20,11 @@ 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.12 - Matt Birkholz, 2019-07-04 +========================================================= + +Add support for Ubuntu 19.04 and the new SVM architectures. + mit-scheme-pucked-devops 0.11 - Matt Birkholz, 2019-01-04 ========================================================= diff --git a/src/devops/configure.ac b/src/devops/configure.ac index ec1dfe9a6..5596d92f5 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.11], + [0.12], [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 fc2112e3f..5e568e5d3 100644 --- a/src/devops/debian/changelog +++ b/src/devops/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-devops (0.12) birchwood; urgency=low + + * Add support for Ubuntu 19.04 and the new SVM architectures. + + -- Matt Birkholz Thu, 04 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-devops (0.11) birchwood; urgency=low * Build new upstream 10.1 with 10.1 build hosts. Drop cross-compiling diff --git a/src/devops/make.scm b/src/devops/make.scm index aa01a49fe..aeb2032c1 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 11)) \ No newline at end of file +(add-subsystem-identification! "DevOps" '(0 12)) \ No newline at end of file