imail 1.22.6 mit-scheme-pucked-imail-1.22.6
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 09:23:20 +0000 (04:23 -0500)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 09:23:20 +0000 (04:23 -0500)
src/imail/NEWS
src/imail/configure.ac
src/imail/debian/changelog
src/imail/make.scm

index c69e3c16beb9d76d03a8a6265b28634c9fad4fe7..0d6dfda6ed16c5b48e3874d044626ad0007e8468 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.6 - Matt Birkholz, 2019-07-27
+==========================================================
+
+Minor build improvements.
+
 mit-scheme-pucked-imail 1.22.5 - Matt Birkholz, 2019-07-03
 ==========================================================
 
index a3be6e5823de51e7bab3eedcf5d6d0753d772009..1eaf840f8833d68f8dcf58d33714f4793cc7297a 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.5],
+        [1.22.6],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-imail])
 AC_CONFIG_SRCDIR([imail.pkg])
index 0d507b106a5a204e344e71d7d88f4553a51c03d2..66b6570cda88af8b1e01f03422720170b2b688f7 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-imail (1.22.6) birchwood; urgency=low
+
+  * Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 27 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-imail (1.22.5) birchwood; urgency=low
 
   * New release upstream with performance improvements.  Downcased many
index c80fd987fce4eb401f98278e02bb5367c03d8a11..bc7dfe7edc259b71eb63ded90733e05c8ea0b7a6 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 5))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 22 6))
\ No newline at end of file