From: Matt Birkholz Date: Tue, 19 Feb 2019 15:27:05 +0000 (-0700) Subject: imail 1.22.4 X-Git-Tag: mit-scheme-pucked-imail-1.22.4 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6e13ed10f0660eb93cd846d8fe6465dfe073731c;p=mit-scheme.git imail 1.22.4 --- diff --git a/src/imail/NEWS b/src/imail/NEWS index 781a612d1..df3d17e3f 100644 --- a/src/imail/NEWS +++ b/src/imail/NEWS @@ -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 ========================================================== diff --git a/src/imail/configure.ac b/src/imail/configure.ac index c7156ff6c..7f5a91b3b 100644 --- a/src/imail/configure.ac +++ b/src/imail/configure.ac @@ -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]) diff --git a/src/imail/debian/changelog b/src/imail/debian/changelog index f3711c910..ccefcd127 100644 --- a/src/imail/debian/changelog +++ b/src/imail/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-imail (1.22.4) birchwood; urgency=low + + * New release upstream. Minor build improvements. + + -- Matt Birkholz Mon, 18 Feb 2019 00:00:00 -0000 + mit-scheme-pucked-imail (1.22.3) birchwood; urgency=low * New release upstream with improved performance. diff --git a/src/imail/imail.texi b/src/imail/imail.texi index 5f9e7044d..1bef573c8 100644 --- a/src/imail/imail.texi +++ b/src/imail/imail.texi @@ -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 diff --git a/src/imail/make.scm b/src/imail/make.scm index 43fe20081..f0b6d3876 100644 --- a/src/imail/make.scm +++ b/src/imail/make.scm @@ -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