From fbbef0e2cbb965cdb4c1c689e73127d5546c30ab Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 27 Jul 2019 04:23:20 -0500 Subject: [PATCH] imail 1.22.6 --- 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 c69e3c16b..0d6dfda6e 100644 --- a/src/imail/NEWS +++ b/src/imail/NEWS @@ -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-imail 1.22.6 - Matt Birkholz, 2019-07-27 +========================================================== + +Minor build improvements. + mit-scheme-pucked-imail 1.22.5 - Matt Birkholz, 2019-07-03 ========================================================== diff --git a/src/imail/configure.ac b/src/imail/configure.ac index a3be6e582..1eaf840f8 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.5], + [1.22.6], [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 0d507b106..66b6570cd 100644 --- a/src/imail/debian/changelog +++ b/src/imail/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-imail (1.22.6) birchwood; urgency=low + + * Minor build improvements. + + -- Matt Birkholz Sat, 27 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-imail (1.22.5) birchwood; urgency=low * New release upstream with performance improvements. Downcased many diff --git a/src/imail/make.scm b/src/imail/make.scm index c80fd987f..bc7dfe7ed 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 5)) \ No newline at end of file +(add-subsystem-identification! "IMAIL" '(1 22 6)) \ No newline at end of file -- 2.25.1