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

index 6fdabe4a634c0d26d324a3161ce3e5b3063664ff..e6485c9805cffeda66255478c4479c5fa80117cb 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.11 - Matt Birkholz, 2019-07-03
+=======================================================
+
+New release upstream.  Downcased many symbols.
+
 mit-scheme-pucked-gtk 0.10 - Matt Birkholz, 2018-11-27
 =======================================================
 
index 3f79db592db6cf8302049ff4dcd4dbf1484b757f..6458b97b1d36354b3e76109140ca9105964cbc03 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.10],
+        [0.11],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gtk])
 AC_CONFIG_SRCDIR([gtk.pkg])
index f23791493c7b35d731ca108d07a4434686eafd34..733d14f62202a398bd2f3473ebf6370cdea4b519 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gtk (0.11) 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-gtk (0.10) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index 4499563ef94353be4373636d480f2c394489275e..6727d4c850c6882cf9080dfb235a8286233e3bce 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename gtk.info
 @include version.texi
-@set SCMVERS 9.2.15
+@set SCMVERS 10.1.11
 @settitle Gtk Plugin Manual
 @comment %**end of header
 
index 934b8209d8da08f987eed32bb1c9b203b9370156..9287f043286f6f714176387344503fc976a088e9 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 10))
+(add-subsystem-identification! "Gtk" '(0 11))
 ((access gtk-start (->environment '(gtk main))))
\ No newline at end of file