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