glib 0.14 mit-scheme-pucked-glib-0.14
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 21:18:16 +0000 (14:18 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:50:32 +0000 (21:50 -0700)
src/glib/NEWS
src/glib/configure.ac
src/glib/debian/changelog
src/glib/make.scm

index 62d850c7b3ea1cefb7226634cb5a6a98f5a7b7bb..2209ba42193418499645b5d146ff171d675a401a 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.14 - Matt Birkholz, 2019-12-13
+=======================================================
+
+New core.  More build improvements.
+
 mit-scheme-pucked-glib 0.13 - Matt Birkholz, 2019-07-27
 =======================================================
 
index 2a5a0e517ebeebfb93cb8b92c6a01b1158c4c55d..986da8c25aa7951353e0d235e1256921b0c71e91 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.13],
+        [0.14],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-glib])
 AC_CONFIG_SRCDIR([glib.pkg])
index 094908cac9809c57a7896dbbdadaa9cfd7bd32cf..69a1a8c28477ddf11e1a601fb6c118d42b98a134 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-glib (0.14) birchwood; urgency=low
+
+  * New core.  More build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 13 Dec 2019 00:00:00 -0000
+
 mit-scheme-pucked-glib (0.13) birchwood; urgency=low
 
   * Minor build improvements.
index af083b7ec2b4efe26132edee64e781c50621ec01..25601f87f83967d7c5bf152f5d3e715ec965fcdb 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 13))
+(add-subsystem-identification! "GLib" '(0 14))
 ((access glib-start (->environment '(glib main))))
\ No newline at end of file