Commit 5124a1e1 5124a1e140db914eec9bc1dbe52eb02409ec4acd by Sergey Poznyakoff

Version 2.2.

* NEWS, configure.ac: Update.
1 parent 8e227e9b
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 <bug-mailutils@gnu.org>.
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:
......
......@@ -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], [bug-mailutils@gnu.org], [mailutils])
AC_INIT([GNU Mailutils], [2.2], [bug-mailutils@gnu.org], [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])
......