From 76658e2226d24c1aee05d64a2e04705f2198164f Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 12 Jul 2018 14:29:49 -0700 Subject: [PATCH] x11 1.0.1 --- src/x11/NEWS | 6 ++++++ src/x11/configure.ac | 2 +- src/x11/debian/changelog | 5 +++++ src/x11/make.scm | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/x11/NEWS b/src/x11/NEWS index f68505b26..1bfb025dc 100644 --- a/src/x11/NEWS +++ b/src/x11/NEWS @@ -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 ======================================================= diff --git a/src/x11/configure.ac b/src/x11/configure.ac index 227df7136..712290341 100644 --- a/src/x11/configure.ac +++ b/src/x11/configure.ac @@ -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]) diff --git a/src/x11/debian/changelog b/src/x11/debian/changelog index c71341798..b7b463f5d 100644 --- a/src/x11/debian/changelog +++ b/src/x11/debian/changelog @@ -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 diff --git a/src/x11/make.scm b/src/x11/make.scm index 20f396cbe..77af0200a 100644 --- a/src/x11/make.scm +++ b/src/x11/make.scm @@ -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 -- 2.25.1