imail 1.22.4 mit-scheme-pucked-imail-1.22.4
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 19 Feb 2019 15:27:05 +0000 (08:27 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 19 Feb 2019 15:27:05 +0000 (08:27 -0700)
src/imail/NEWS
src/imail/configure.ac
src/imail/debian/changelog
src/imail/imail.texi
src/imail/make.scm

index 781a612d11afb15b59a7a38d6c452a12734049c4..df3d17e3f25df348d8e2d9cb5119a49c590aef35 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.4 - Matt Birkholz, 2019-02-18
+==========================================================
+
+New release upstream.  Minor build improvements.
+
 mit-scheme-pucked-imail 1.22.3 - Matt Birkholz, 2019-01-07
 ==========================================================
 
index c7156ff6c299c21e16218c6e26194df55fa529c1..7f5a91b3b10bce9ff96ee5479f5d5c5e3c5e56e1 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.3],
+        [1.22.4],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-imail])
 AC_CONFIG_SRCDIR([imail.pkg])
index f3711c91048c0842ba976fe0fca6d3c73eaeb956..ccefcd1270fd2045e7fea5f1ce901a36ddb06c69 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-imail (1.22.4) birchwood; urgency=low
+
+  * New release upstream.  Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Mon, 18 Feb 2019 00:00:00 -0000
+
 mit-scheme-pucked-imail (1.22.3) birchwood; urgency=low
 
   * New release upstream with improved performance.
index 5f9e7044d11295ad72e41b0e7f2ff0ff9c8d9478..1bef573c8583683e36749e6dcb713e0202f4136a 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename imail.info
 @include version.texi
-@set SCMVERS 9.2.15
+@set SCMVERS 10.1.10
 @settitle IMAIL Plugin Manual
 @comment %**end of header
 @setchapternewpage on
index 43fe20081050fbe5a65d1edb073c11387ab2d662..f0b6d3876a9327984b5c609f79c0722017336eb8 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 3))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 22 4))
\ No newline at end of file