imail plugin: Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 28 Dec 2017 19:30:01 +0000 (12:30 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 28 Dec 2017 19:30:01 +0000 (12:30 -0700)
src/imail/NEWS
src/imail/configure.ac
src/imail/debian/changelog
src/imail/make.scm

index 8e1e790276ecf8bb914750167dca532b440a1d61..89d78a182da850e25d70d4fa9b1b1ce349507d51 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.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
 ==========================================================
 
index 3d01c60c5467e874a04f8b412cb204d4a54c42ff..fb68bbe282c67df0817dde82595741fb805a2547 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.21.1],
+        [1.21.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-imail])
 AC_CONFIG_SRCDIR([imail.pkg])
index caf318ec1431716c1e5bae24502b09334c30ee83..51dd88d0453f2002d2a9e6d726d35e304051623b 100644 (file)
@@ -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 <matt@birchwood-abbey.net>  Thu, 28 Dec 2017 00:00:00 -0700
+
 mit-scheme-pucked-imail (1.21.1) birchwood; urgency=low
 
   * Initial Debianization.
index 853b08a95f890a6f63b55d6443cd0925d429bcf9..d6cd53736591d85ab1de6fd53132a1019f8021b5 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 21 1))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 21 2))
\ No newline at end of file