summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-12-15 00:23:20 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-12-15 00:23:20 +0200
commit259efd3458b4282915f7bc7333c8c0a5e8c0c757 (patch)
treeb9672ad6ad01692e856eebe09e3a994908dfce1a
parentfb84d1e35a1f9247e3c79919b52230adf6592f9f (diff)
downloadmailutils-259efd3458b4282915f7bc7333c8c0a5e8c0c757.tar.gz
mailutils-259efd3458b4282915f7bc7333c8c0a5e8c0c757.tar.bz2
Version 3.1.1
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 95fc94f48..ef32de61f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,20 @@
-GNU mailutils NEWS -- history of user-visible changes. 2016-12-13
+GNU mailutils NEWS -- history of user-visible changes. 2016-12-14
Copyright (C) 2002-2016 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
+Version 3.1.1 - (Git)
+
+Bugfixes
+
+* Restore a prematurely removed header file
+* Fix "pick --component NAME" functionality
+* Fix tag generation in imap client library
+* Tolerate empty email addresses in sieve
+
+
Version 3.1 - 2016-12-13
* Sieve
diff --git a/configure.ac b/configure.ac
index 48f799843..7b9aba473 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([GNU Mailutils], [3.1], [bug-mailutils@gnu.org], [mailutils],
+AC_INIT([GNU Mailutils], [3.1.1], [bug-mailutils@gnu.org], [mailutils],
[http://mailutils.org])
AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.