imail 1.22.7 mit-scheme-pucked-imail-1.22.7
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 08:52:47 +0000 (01:52 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:50:32 +0000 (21:50 -0700)
src/imail/NEWS
src/imail/configure.ac
src/imail/debian/changelog
src/imail/make.scm

index 288f2a101457b27f87a82515538e3eb506566d62..ff67d905f472b3bf2884d7ebc4c7c7180d3c4ac6 100644 (file)
@@ -25,6 +25,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.7 - Matt Birkholz, 2019-12-13
+==========================================================
+
+New core.  More build improvements.
+
 mit-scheme-pucked-imail 1.22.6 - Matt Birkholz, 2019-07-27
 ==========================================================
 
index de82e592669ed31581da49c066c6531c06a530c9..d3c57665c36a2ed911a8a83d1752b63127127f95 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.6],
+        [1.22.7],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-imail])
 AC_CONFIG_SRCDIR([imail.pkg])
index 66b6570cda88af8b1e01f03422720170b2b688f7..bb07f8c2aa314ca03901672a02283347ae1c0a7e 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-imail (1.22.7) birchwood; urgency=low
+
+  * New core.  More build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 13 Dec 2019 00:00:00 -0000
+
 mit-scheme-pucked-imail (1.22.6) birchwood; urgency=low
 
   * Minor build improvements.
index bc7dfe7edc259b71eb63ded90733e05c8ea0b7a6..4362bcb8341fb782f9b782b83ec6774c34c88ff9 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 6))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 22 7))
\ No newline at end of file