commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. rel-2_1-94-g5124a1e


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. rel-2_1-94-g5124a1e
Date: Wed, 08 Sep 2010 12:58:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=5124a1e140db914eec9bc1dbe52eb02409ec4acd

The branch, master has been updated
       via  5124a1e140db914eec9bc1dbe52eb02409ec4acd (commit)
      from  8e227e9b65a9e74450a81d200a99d5539f0ab93f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5124a1e140db914eec9bc1dbe52eb02409ec4acd
Author: Sergey Poznyakoff <address@hidden>
Date:   Wed Sep 8 12:57:35 2010 +0300

    Version 2.2.
    
    * NEWS, configure.ac: Update.

-----------------------------------------------------------------------

Summary of changes:
 NEWS         |   37 ++++++++++++++++++++++++++++++++++---
 configure.ac |    2 +-
 2 files changed, 35 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index e167f1f..4e1f3fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2009-12-29
+GNU mailutils NEWS -- history of user-visible changes. 2010-09-08
 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
 Software Foundation, Inc.
 See the end of file for copying conditions.
@@ -6,9 +6,40 @@ See the end of file for copying conditions.
 Please send mailutils bug reports to <address@hidden>.
 
 
-Version 2.1.90 (Git)
+Version 2.2 - 2010-09-08
 
-See git log.
+* Guile support updated to compile with Guile 1.9
+
+* MIME header parser fixed.
+
+It is now fully compatible with RFCs 2231, 2047 and 2183.  Apart from
+that, it tolerates a wide variety of malformed headers that may be
+generated by the existing MUAs.
+
+* Several fixes in MH repl.
+
+* Improve handling of not implemented options in MH utilities.
+
+* SQL interface allows to use CALL in queries.
+
+* Movemail improvements.
+
+New option --program-id sets the identifier used in diagnostic
+messages, instead of the program name.  This is handy if many
+instances of mailfromd are being run simultaneously (e.g. to convert
+a mailspool contents to another mailbox format).
+
+* Fix eventual mailbox corruption in imap4d.
+    
+Delivery of a signal when a previous signal was being handled would
+cause mailbox corruption.  This is fixed.
+
+* Imap4d: fix FETCH BODY command handling 
+
+FETCH BODY with a nonempty section spec returns section body without
+headers, as requested by RFCs 2060, 3501. 
+
+* Several memory-related problems fixed.
 
 
 Version 2.1 "Ten Years Later" - 2009-09-10:
diff --git a/configure.ac b/configure.ac
index aae7cd3..275d50f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl with GNU Mailutils; if not, write to the Free Software 
Foundation,
 dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 AC_PREREQ(2.63)
-AC_INIT([GNU Mailutils], [2.1.90], address@hidden, [mailutils])
+AC_INIT([GNU Mailutils], [2.2], address@hidden, [mailutils])
 AC_CONFIG_SRCDIR([mailbox/mailbox.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-lzma dist-xz std-options 
silent-rules])


hooks/post-receive
-- 
GNU Mailutils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]