gtk 0.12 mit-scheme-pucked-gtk-0.12
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 09:36:18 +0000 (04:36 -0500)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 09:36:18 +0000 (04:36 -0500)
src/gtk/NEWS
src/gtk/configure.ac
src/gtk/debian/changelog
src/gtk/make.scm

index be4f0a04bd37df706dbe7b610d0286074b409771..ba432572fdd29d70d2ded83ed9f544751f9498f2 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-gtk 0.12 - Matt Birkholz, 2019-07-27
+======================================================
+
+Minor build improvements.
+
 mit-scheme-pucked-gtk 0.11 - Matt Birkholz, 2019-07-03
 =======================================================
 
index d1c894f2d56bd6a6011078f3795d10904aaf7d02..601728a64618e9d01758e9c49464898d0c73d1ff 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 gtk plugin],
-        [0.11],
+        [0.12],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gtk])
 AC_CONFIG_SRCDIR([gtk.pkg])
index 733d14f62202a398bd2f3473ebf6370cdea4b519..c58cec8773422e7bdc9d1edc2eec82dd2183fc46 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gtk (0.12) birchwood; urgency=low
+
+  * Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 27 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-gtk (0.11) birchwood; urgency=low
 
   * New release upstream.  Downcased many symbols.
index 9287f043286f6f714176387344503fc976a088e9..371839cb3f651dca4bca954c0786ca8a77f9c2b0 100644 (file)
@@ -7,5 +7,5 @@ Load the Gtk option. |#
 (with-loader-base-uri (system-library-uri "gtk/")
   (lambda ()
     (load-package-set "gtk")))
-(add-subsystem-identification! "Gtk" '(0 11))
+(add-subsystem-identification! "Gtk" '(0 12))
 ((access gtk-start (->environment '(gtk main))))
\ No newline at end of file