From 014e15516ce4f12f0af5693e31eb9f52e181af00 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 13 Dec 2019 01:52:47 -0700 Subject: [PATCH] imail 1.22.7 --- src/imail/NEWS | 5 +++++ src/imail/configure.ac | 2 +- src/imail/debian/changelog | 6 ++++++ src/imail/make.scm | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/imail/NEWS b/src/imail/NEWS index 288f2a101..ff67d905f 100644 --- a/src/imail/NEWS +++ b/src/imail/NEWS @@ -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-imail 1.22.7 - Matt Birkholz, 2019-12-13 +========================================================== + +New core. More build improvements. + mit-scheme-pucked-imail 1.22.6 - Matt Birkholz, 2019-07-27 ========================================================== diff --git a/src/imail/configure.ac b/src/imail/configure.ac index de82e5926..d3c57665c 100644 --- a/src/imail/configure.ac +++ b/src/imail/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme Pucked imail plugin], - [1.22.6], + [1.22.7], [matt@birchwood-abbey.net], [mit-scheme-pucked-imail]) AC_CONFIG_SRCDIR([imail.pkg]) diff --git a/src/imail/debian/changelog b/src/imail/debian/changelog index 66b6570cd..bb07f8c2a 100644 --- a/src/imail/debian/changelog +++ b/src/imail/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-imail (1.22.7) birchwood; urgency=low + + * New core. More build improvements. + + -- Matt Birkholz Fri, 13 Dec 2019 00:00:00 -0000 + mit-scheme-pucked-imail (1.22.6) birchwood; urgency=low * Minor build improvements. diff --git a/src/imail/make.scm b/src/imail/make.scm index bc7dfe7ed..4362bcb83 100644 --- a/src/imail/make.scm +++ b/src/imail/make.scm @@ -33,4 +33,4 @@ along with IMail; if not, write to the Free Software Foundation, Inc., (lambda () (fluid-let ((*allow-package-redefinition?* #t)) (load-package-set "imail")))) -(add-subsystem-identification! "IMAIL" '(1 22 6)) \ No newline at end of file +(add-subsystem-identification! "IMAIL" '(1 22 7)) \ No newline at end of file -- 2.25.1