From eb2498d0dc9e3965f2a035c9d0ad6e62073ae6ef Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 7 Jan 2019 21:11:38 -0700 Subject: [PATCH] imail 1.22.3 --- 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 b0dd90379..781a612d1 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.3 - Matt Birkholz, 2019-01-07 +========================================================== + +New release upstream with improved performance. + mit-scheme-pucked-imail 1.22.2 - Matt Birkholz, 2018-11-27 ========================================================== diff --git a/src/imail/configure.ac b/src/imail/configure.ac index 0c673a616..1d6124c72 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.2], + [1.22.3], [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 db869e8f8..f3711c910 100644 --- a/src/imail/debian/changelog +++ b/src/imail/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-imail (1.22.3) birchwood; urgency=low + + * New release upstream with improved performance. + + -- Matt Birkholz Mon, 07 Jan 2019 00:00:00 -0000 + mit-scheme-pucked-imail (1.22.2) birchwood; urgency=low * New release upstream supporting Unicode and plugins. diff --git a/src/imail/make.scm b/src/imail/make.scm index 1582fb584..43fe20081 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 2)) \ No newline at end of file +(add-subsystem-identification! "IMAIL" '(1 22 3)) \ No newline at end of file -- 2.25.1