From: Matt Birkholz Date: Thu, 28 Dec 2017 19:30:01 +0000 (-0700) Subject: imail plugin: Increment version. X-Git-Tag: mit-scheme-pucked-9.2.12~11 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9f89a3ee1ac3c2713c464c55acfaf73a3f5c466d;p=mit-scheme.git imail plugin: Increment version. --- diff --git a/src/imail/NEWS b/src/imail/NEWS index 8e1e79027..89d78a182 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.21.2 - Matt Birkholz, 2017-12-28 +========================================================== + +New upstream, one commit: "Avoid stack overflow with long responses." + mit-scheme-pucked-imail 1.21.1 - Matt Birkholz, 2017-02-06 ========================================================== diff --git a/src/imail/configure.ac b/src/imail/configure.ac index 3d01c60c5..fb68bbe28 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.21.1], + [1.21.2], [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 caf318ec1..51dd88d04 100644 --- a/src/imail/debian/changelog +++ b/src/imail/debian/changelog @@ -1,3 +1,10 @@ +mit-scheme-pucked-imail (1.21.2) birchwood; urgency=low + + * New upstream, one commit: "Avoid stack overflow with long + responses." + + -- Matt Birkholz Thu, 28 Dec 2017 00:00:00 -0700 + mit-scheme-pucked-imail (1.21.1) birchwood; urgency=low * Initial Debianization. diff --git a/src/imail/make.scm b/src/imail/make.scm index 853b08a95..d6cd53736 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 21 1)) \ No newline at end of file +(add-subsystem-identification! "IMAIL" '(1 21 2)) \ No newline at end of file