x11 1.0.1 mit-scheme-pucked-x11-1.0.1
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 12 Jul 2018 21:29:49 +0000 (14:29 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 12 Jul 2018 21:29:49 +0000 (14:29 -0700)
src/x11/NEWS
src/x11/configure.ac
src/x11/debian/changelog
src/x11/make.scm

index f68505b2677e57f1fb82d8fcbfbe6f4d01fd6c12..1bfb025dc4b5c4e6940777ad631c1092e7ad9d79 100644 (file)
@@ -26,6 +26,12 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
+mit-scheme-pucked-x11 1.0.1 - Matt Birkholz, 2018-06-22
+=======================================================
+
+New upstream provides missing import-x11 procedure (but does not
+increment its version!).
+
 mit-scheme-pucked-x11 1.0.0 - Matt Birkholz, 2018-06-22
 =======================================================
 
index 227df7136c601bfd29ff73c02b13de8e2605060c..71229034124f7e9f3ed858293016def933a58765 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 x11 plugin],
-        [1.0.0],
+        [1.0.1],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-x11])
 AC_CONFIG_SRCDIR([x11.pkg])
index c71341798b89370230df15822fff069f26012f6c..b7b463f5d0d4a1b8065cf23ff3e77b8dae2ca606 100644 (file)
@@ -1,3 +1,8 @@
+mit-scheme-pucked-x11 (1.0.1) birchwood; urgency=low
+
+  * New upstream provides missing import-x11 procedure (but does not
+    increment its version!).
+
 mit-scheme-pucked-x11 (1.0.0) birchwood; urgency=low
 
   * New upstream has replaced the x11 µmodule, added an import-x11
index 20f396cbe571fb48466a014f1b2be03e0db89240..77af0200a75e25b8babc2dac9ba8a763a18cf7ef 100644 (file)
@@ -5,4 +5,4 @@ Load the X11 option. |#
 (with-loader-base-uri (system-library-uri "x11/")
   (lambda ()
     (load-package-set "x11")))
-(add-subsystem-identification! "X11" '(1 0 0))
\ No newline at end of file
+(add-subsystem-identification! "X11" '(1 0 1))
\ No newline at end of file