]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
glib 0.16 mit-scheme-pucked-glib-0.16
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 2 Oct 2022 16:03:15 +0000 (10:03 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 2 Oct 2022 16:12:23 +0000 (10:12 -0600)
src/glib/NEWS
src/glib/configure.ac
src/glib/debian/changelog
src/glib/debian/control
src/glib/glib.texi
src/glib/make.scm

index 757922a59704c3d796cce8bc9be22532ee30d968..c9346b2642b2b9d214c1ac06ab10e0ff9e481b63 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.16 - Matt Birkholz, 2022-10-02
+=======================================================
+
+New binary format.  Requires core version 12.2.
+
 mit-scheme-pucked-glib 0.15 - Matt Birkholz, 2020-07-18
 =======================================================
 
index 192d26c24efbeae0a58f4d8abc6b09938a3952f3..12a96a235ec3d78650d24e15f6a7222bea9672c9 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.15],
+        [0.16],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-glib])
 AC_CONFIG_SRCDIR([glib.pkg])
index 6400bd4b90ae3a563a7dcd511aaa030bb0fc88c6..029c7ee37b483cafc8cac8ad99d208a0b3df4170 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-glib (0.16) birchwood; urgency=low
+
+  * New binary format.  Requires core version 12.2.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 02 Oct 2022 00:00:00 -0000
+
 mit-scheme-pucked-glib (0.15) birchwood; urgency=low
 
   * New binary format.  Requires core version 12.
index 3b1046e37cd5076a003f4a5298f2854ab1c44566..d6c1f0b05a250faa307da8b7b5776c607b0373aa 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 12),
+               mit-scheme-pucked (>= 12.2),
                texinfo, texlive,
                libglib2.0-dev
 Standards-Version: 3.9.4
@@ -13,7 +13,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-glib
 Architecture: any
-Depends: mit-scheme-pucked (>= 12),
+Depends: mit-scheme-pucked (>= 12.2),
         ${shlibs:Depends}, ${misc:Depends}
 Description: GLib/GIO plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index 2337f64f7e3e13b9fdf25a0d3bce870d83e022e2..fdf29102eef8bd2f93ae1e99010b4f2ec70c8529 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename glib.info
 @include version.texi
-@set SCMVERS 10.1.20
+@set SCMVERS 12.2
 @settitle GLib Plugin Manual
 @comment %**end of header
 
index be178dbae7390c0bf06836a410d8fef01e69778c..9d63dd4a1f4191c6f5e2b9e2ed20601361992d69 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 15))
+(add-subsystem-identification! "GLib" '(0 16))
 ((access glib-start (->environment '(glib main))))
\ No newline at end of file