From 43d219f58f374dfc8649113c488c2caa8b79c037 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 17 Mar 2018 18:01:24 -0700 Subject: [PATCH] x11: Increment version. --- src/x11/NEWS | 6 ++++++ src/x11/configure.ac | 2 +- src/x11/debian/changelog | 7 +++++++ src/x11/make.scm | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/x11/NEWS b/src/x11/NEWS index 022d5fdde..ebbf37263 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 0.2.2 - Matt Birkholz, 2018-03-16 +======================================================= + +Allow CurrentTime (0) as an argument to procedures expecting a Time. +This eliminates a spurious error when cutting/pasting in Edwin. + mit-scheme-pucked-x11 0.2.1 - Matt Birkholz, 2017-05-23 ======================================================= diff --git a/src/x11/configure.ac b/src/x11/configure.ac index 72651d27e..a363ed785 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], - [0.2.1], + [0.2.2], [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 0dd34cfc0..7ac7ec2c0 100644 --- a/src/x11/debian/changelog +++ b/src/x11/debian/changelog @@ -1,3 +1,10 @@ +mit-scheme-pucked-x11 (0.2.2) birchwood; urgency=low + + * Allow CurrentTime (0) as an argument to procedures expecting a Time. + This eliminates a spurious error when cutting/pasting in Edwin. + + -- Matt Birkholz Fri, 16 Mar 2018 00:00:00 -0000 + mit-scheme-pucked-x11 (0.2.1) birchwood; urgency=low * New upstream converts (restricts) strings (atom names and xterm diff --git a/src/x11/make.scm b/src/x11/make.scm index 9c7ef6f2b..f4142b588 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" '(0 2 1)) \ No newline at end of file +(add-subsystem-identification! "X11" '(0 2 2)) \ No newline at end of file -- 2.25.1