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

index e9abba4e9edc7c08ff7137484c1ca6cb84aab94d..fb6ab8628227c8ac3c36c33eac574494a432c244 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-screen 0.9 - Matt Birkholz, 2019-12-13
+============================================================
+
+New core.  More build improvements.
+
 mit-scheme-pucked-gtk-screen 0.8 - Matt Birkholz, 2019-07-27
 ============================================================
 
index 1bd2aebcfbf8d5077a7718328ace9e337711e483..afacf05b36d84a28f79e6976b6a43e1157a5cf43 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked gtk-screen plugin],
-        [0.8],
+        [0.9],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gtk-screen])
 AC_CONFIG_SRCDIR([gtk-screen.pkg])
index 4e71fd4cc998b697edbbfb817b7499f0e9859182..f6e56077966bbf73ea260aee4eda87fa49cc323a 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gtk-screen (0.9) 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-gtk-screen (0.8) birchwood; urgency=low
 
   * Minor build improvements.
index d0fb55aad1e1692e39a636d6d4faafe4fbeeba2f..9a6747b4fc05e6a07d620d4b22731f2545a7fd0e 100644 (file)
@@ -7,4 +7,4 @@ Load the Gtk-Screen option. |#
 (with-loader-base-uri (system-library-uri "gtk-screen/")
   (lambda ()
     (load-package-set "gtk-screen")))
-(add-subsystem-identification! "Gtk-Screen" '(0 8))
\ No newline at end of file
+(add-subsystem-identification! "Gtk-Screen" '(0 9))
\ No newline at end of file