glib: Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 17 Mar 2018 19:45:59 +0000 (12:45 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 17 Mar 2018 19:45:59 +0000 (12:45 -0700)
src/glib/NEWS
src/glib/configure.ac
src/glib/debian/changelog
src/glib/make.scm

index f18f71812bdffdeb11ec52ad5b2d037f1503d470..e9445b2556b2f7f78231d8a247dcf8e37f572bdc 100644 (file)
@@ -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
 ======================================================
 
index 48542309423a8b89a149e8081881d53f8c11cc03..3704bd9241cbc2df37967f03ad6cd4e378a14cf9 100644 (file)
@@ -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])
index 9bb08afa303a38937d2d19603efa294202ca3819..389a83494c2da2df7804233c6ecc917af55bc8fb 100644 (file)
@@ -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
index 637ab8537887afab44ba13bb3a09743ba1c0df2c..076c5732937199a59b1c5bf5e4126948df2991e6 100644 (file)
@@ -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