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