From: Matt Birkholz Date: Sat, 17 Mar 2018 19:45:59 +0000 (-0700) Subject: glib: Increment version. X-Git-Tag: mit-scheme-pucked-x11-0.2.2~29 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=308ecebbd98875dc9cd26e1d10b4b36598795524;p=mit-scheme.git glib: Increment version. --- diff --git a/src/glib/NEWS b/src/glib/NEWS index f18f71812..e9445b255 100644 --- a/src/glib/NEWS +++ b/src/glib/NEWS @@ -19,6 +19,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-glib 0.7 - Matt Birkholz, 2018-03-16 +====================================================== + +Require the use of with-glib-lock, except with the globally exported +open-input-gfile, open-output-gfile, and gdirectory-read. + mit-scheme-pucked-glib 0.6 - Matt Birkholz, 2018-01-12 ====================================================== diff --git a/src/glib/configure.ac b/src/glib/configure.ac index 485423094..3704bd924 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.6], + [0.7], [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 9bb08afa3..389a83494 100644 --- a/src/glib/debian/changelog +++ b/src/glib/debian/changelog @@ -1,3 +1,8 @@ +mit-scheme-pucked-glib (0.7) birchwood; urgency=low + + * Require the use of with-glib-lock, except with the globally + exported open-input-gfile, open-output-gfile, and gdirectory-read. + mit-scheme-pucked-glib (0.6) birchwood; urgency=low * Disable attempt to deduct time blocked in GLib. It stimulates too diff --git a/src/glib/make.scm b/src/glib/make.scm index 637ab8537..076c57329 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 6)) +(add-subsystem-identification! "GLib" '(0 7)) ((access glib-start (->environment '(glib main)))) \ No newline at end of file