devops 0.12 mit-scheme-pucked-devops-0.12
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 4 Jul 2019 20:42:52 +0000 (13:42 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 4 Jul 2019 20:42:52 +0000 (13:42 -0700)
src/devops/NEWS
src/devops/configure.ac
src/devops/debian/changelog
src/devops/make.scm

index fdc241d313feb43f224e338ff582dc87a8d57d38..58d9c6afa55746fd68f8d31f99c976d75cf2ce8e 100644 (file)
@@ -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
 =========================================================
 
index ec1dfe9a663ce240430740bb78663dab51932444..5596d92f53ca62a15936bcb5f781671ef273dbdd 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.11],
+        [0.12],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-devops])
 AC_CONFIG_SRCDIR([devops.pkg])
index fc2112e3f15d97f3490f26b04c2261392964c73d..5e568e5d37a2f7f1f51dfee598d54b525e31aba8 100644 (file)
@@ -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 <matt@birchwood-abbey.net>  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
index aa01a49fe10eeea4bc36bedff94681f817667902..aeb2032c14bfd98dba0e75a98bf95136560f028f 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 11))
\ No newline at end of file
+(add-subsystem-identification! "DevOps" '(0 12))
\ No newline at end of file