From 9583e7d99a6d8806974c270bbb9e927e73fd89a0 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 3 Jul 2019 16:16:33 -0700 Subject: [PATCH] glib 0.12 --- src/glib/NEWS | 5 +++++ src/glib/configure.ac | 2 +- src/glib/debian/changelog | 6 ++++++ src/glib/glib.texi | 2 +- src/glib/make.scm | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/glib/NEWS b/src/glib/NEWS index ef41b8982..7ff708569 100644 --- a/src/glib/NEWS +++ b/src/glib/NEWS @@ -19,6 +19,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-glib 0.12 - Matt Birkholz, 2019-07-03 +======================================================= + +New release upstream. Downcased many symbols. + mit-scheme-pucked-glib 0.11 - Matt Birkholz, 2018-11-27 ======================================================= diff --git a/src/glib/configure.ac b/src/glib/configure.ac index 3336d41b8..06ce605d5 100644 --- a/src/glib/configure.ac +++ b/src/glib/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme Pucked glib plugin], - [0.11], + [0.12], [matt@birchwood-abbey.net], [mit-scheme-pucked-glib]) AC_CONFIG_SRCDIR([glib.pkg]) diff --git a/src/glib/debian/changelog b/src/glib/debian/changelog index cde320e1e..95698d127 100644 --- a/src/glib/debian/changelog +++ b/src/glib/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-glib (0.12) birchwood; urgency=low + + * New release upstream. Downcased many symbols. + + -- Matt Birkholz Wed, 03 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-glib (0.11) birchwood; urgency=low * New release upstream supporting Unicode and plugins. diff --git a/src/glib/glib.texi b/src/glib/glib.texi index 5e94e7366..60523097f 100644 --- a/src/glib/glib.texi +++ b/src/glib/glib.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename glib.info @include version.texi -@set SCMVERS 9.2.15 +@set SCMVERS 10.1.11 @settitle GLib Plugin Manual @comment %**end of header diff --git a/src/glib/make.scm b/src/glib/make.scm index 162a17f4f..ca5fcf85b 100644 --- a/src/glib/make.scm +++ b/src/glib/make.scm @@ -6,5 +6,5 @@ Load the Glib option. |# (with-loader-base-uri (system-library-uri "glib/") (lambda () (load-package-set "glib"))) -(add-subsystem-identification! "GLib" '(0 11)) +(add-subsystem-identification! "GLib" '(0 12)) ((access glib-start (->environment '(glib main)))) \ No newline at end of file -- 2.25.1