imail 1.22.5 mit-scheme-pucked-imail-1.22.5
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:16:11 +0000 (16:16 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:16:11 +0000 (16:16 -0700)
src/imail/NEWS
src/imail/configure.ac
src/imail/debian/changelog
src/imail/imail.texi
src/imail/make.scm

index df3d17e3f25df348d8e2d9cb5119a49c590aef35..c69e3c16beb9d76d03a8a6265b28634c9fad4fe7 100644 (file)
@@ -26,6 +26,12 @@ 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.5 - Matt Birkholz, 2019-07-03
+==========================================================
+
+New release upstream with performance improvements.  Downcased many
+symbols.
+
 mit-scheme-pucked-imail 1.22.4 - Matt Birkholz, 2019-02-18
 ==========================================================
 
index 7f5a91b3b10bce9ff96ee5479f5d5c5e3c5e56e1..a3be6e5823de51e7bab3eedcf5d6d0753d772009 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.4],
+        [1.22.5],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-imail])
 AC_CONFIG_SRCDIR([imail.pkg])
index ccefcd1270fd2045e7fea5f1ce901a36ddb06c69..0d507b106a5a204e344e71d7d88f4553a51c03d2 100644 (file)
@@ -1,3 +1,10 @@
+mit-scheme-pucked-imail (1.22.5) birchwood; urgency=low
+
+  * New release upstream with performance improvements.  Downcased many
+  symbols.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 03 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-imail (1.22.4) birchwood; urgency=low
 
   * New release upstream.  Minor build improvements.
index 1bef573c8583683e36749e6dcb713e0202f4136a..32fa69684c5f0e12cffd67b363bdf458c10e8a51 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename imail.info
 @include version.texi
-@set SCMVERS 10.1.10
+@set SCMVERS 10.1.11
 @settitle IMAIL Plugin Manual
 @comment %**end of header
 @setchapternewpage on
index f0b6d3876a9327984b5c609f79c0722017336eb8..c80fd987fce4eb401f98278e02bb5367c03d8a11 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 4))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 22 5))
\ No newline at end of file