x11 1.3.4 mit-scheme-pucked-x11-1.3.4
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 08:45:57 +0000 (01:45 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:50:31 +0000 (21:50 -0700)
src/x11/NEWS
src/x11/configure.ac
src/x11/debian/changelog
src/x11/make.scm

index d3e83a69683a5ffa93bfe8eb7d6dc0b1dc01beee..f54d1d2577dd1b689363961af44efe32273a3325 100644 (file)
@@ -25,6 +25,11 @@ 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.3.4 - Matt Birkholz, 2019-12-13
+=======================================================
+
+New core.  More build improvements.
+
 mit-scheme-pucked-x11 1.3.3 - Matt Birkholz, 2019-07-27
 =======================================================
 
index 7f52d1e5d1369d9bcef4c0cef19382fab05b381c..2add0b64381ef400473b1ebba4095db1ba4bbbf5 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.3.3],
+        [1.3.4],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-x11])
 AC_CONFIG_SRCDIR([x11.pkg])
index 83d5fd231109629084a0045a4afaece5459d3a5a..a691739fad328b83abdc8b9ca8cddb42f2dcd580 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-x11 (1.3.4) 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-x11 (1.3.3) birchwood; urgency=low
 
   * Minor build improvements.
index c65f69f7241cef1ca1c2b8d8babd0260d8f0cffb..01c7aa1b753db115e3554bc52f41aaeae994eca6 100644 (file)
@@ -6,7 +6,7 @@ Load the X11 option. |#
   (lambda ()
     (load-package-set "x11")))
 
-(add-subsystem-identification! "X11" '(1 3 3))
+(add-subsystem-identification! "X11" '(1 3 4))
 
 (if (name->package '(runtime x-graphics))
     ((access link! (->environment '(runtime x-graphics)))))
\ No newline at end of file