glib 0.12 mit-scheme-pucked-glib-0.12
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:16:33 +0000 (16:16 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:16:33 +0000 (16:16 -0700)
src/glib/NEWS
src/glib/configure.ac
src/glib/debian/changelog
src/glib/glib.texi
src/glib/make.scm

index ef41b8982759c19b613ed7f928d96432547d7cad..7ff708569031c460ae6a08d75e9e9076afbcceca 100644 (file)
@@ -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
 =======================================================
 
index 3336d41b8a71820f14426548dea58784ee82de30..06ce605d551ed2813833f447a04a850b0037f53d 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.11],
+        [0.12],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-glib])
 AC_CONFIG_SRCDIR([glib.pkg])
index cde320e1ee8baef30712e39c965dca250f5f65bb..95698d12780904f97312814c8dee5def85877a70 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-glib (0.12) birchwood; urgency=low
+
+  * New release upstream.  Downcased many symbols.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 03 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-glib (0.11) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index 5e94e7366c683d41e0d1ee09eddefd07ea655a9f..60523097f81a74c694cc99801f58975c678189e6 100644 (file)
@@ -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
 
index 162a17f4ff3523ae20275efc53f7fde70636e617..ca5fcf85b1a1bf9455c4b585f17744ff9b9e60d4 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 11))
+(add-subsystem-identification! "GLib" '(0 12))
 ((access glib-start (->environment '(glib main))))
\ No newline at end of file