imail 1.22.3 mit-scheme-pucked-imail-1.22.3
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 8 Jan 2019 04:11:38 +0000 (21:11 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 8 Jan 2019 22:07:15 +0000 (15:07 -0700)
src/imail/NEWS
src/imail/configure.ac
src/imail/debian/changelog
src/imail/make.scm

index b0dd90379cf635028cba422fccc9b516efece48d..781a612d11afb15b59a7a38d6c452a12734049c4 100644 (file)
@@ -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
 ==========================================================
 
index 0c673a616b048892e0e95fbf31d836da592ccd55..1d6124c72779ca3dc6276889256f09b34c1878f5 100644 (file)
@@ -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])
index db869e8f8e821b6cec9ff149839cb6d0b5df7885..f3711c91048c0842ba976fe0fca6d3c73eaeb956 100644 (file)
@@ -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.
index 1582fb584898ed0146f5dd72413f77a86dcb8e85..43fe20081050fbe5a65d1edb073c11387ab2d662 100644 (file)
@@ -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