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

index 02999d41aad7cf1f7ff630c1cd34b076245e59a0..41754cbc370842e51e417c1e8e678c5c739466eb 100644 (file)
@@ -26,6 +26,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.3 - Matt Birkholz, 2019-07-27
+=======================================================
+
+Minor build improvements.
+
 mit-scheme-pucked-x11 1.3.2 - Matt Birkholz, 2019-07-03
 =======================================================
 
index 74c16e34f35b047a0d826e4e5cffc47b9652a5f0..772af14af4f432f81c49aa036b6530bdd530ff68 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.2],
+        [1.3.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-x11])
 AC_CONFIG_SRCDIR([x11.pkg])
index f3ec2a8d6bccff6192a10283837d35d2ad048e94..83d5fd231109629084a0045a4afaece5459d3a5a 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-x11 (1.3.3) birchwood; urgency=low
+
+  * Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 27 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-x11 (1.3.2) birchwood; urgency=low
 
   * New release upstream.  Downcased many symbols.  Fixed x-graphics-draw-arc.
index 7f235151a8e544ee5ecf97b9e49349177547a8a0..c65f69f7241cef1ca1c2b8d8babd0260d8f0cffb 100644 (file)
@@ -6,7 +6,7 @@ Load the X11 option. |#
   (lambda ()
     (load-package-set "x11")))
 
-(add-subsystem-identification! "X11" '(1 3 2))
+(add-subsystem-identification! "X11" '(1 3 3))
 
 (if (name->package '(runtime x-graphics))
     ((access link! (->environment '(runtime x-graphics)))))
\ No newline at end of file