From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Tue, 8 Jan 2019 04:11:38 +0000 (-0700)
Subject: imail 1.22.3
X-Git-Tag: mit-scheme-pucked-imail-1.22.3
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9ba1d74a324cc98f5ac117cc2bbd29eeef32926d;p=mit-scheme.git

imail 1.22.3
---

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 <matt@birchwood-abbey.net>  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