Commit 259efd34 259efd3458b4282915f7bc7333c8c0a5e8c0c757 by Sergey Poznyakoff

Version 3.1.1

1 parent fb84d1e3
1 GNU mailutils NEWS -- history of user-visible changes. 2016-12-13 1 GNU mailutils NEWS -- history of user-visible changes. 2016-12-14
2 Copyright (C) 2002-2016 Free Software Foundation, Inc. 2 Copyright (C) 2002-2016 Free Software Foundation, Inc.
3 See the end of file for copying conditions. 3 See the end of file for copying conditions.
4 4
5 Please send mailutils bug reports to <bug-mailutils@gnu.org>. 5 Please send mailutils bug reports to <bug-mailutils@gnu.org>.
6 6
7 7
8 Version 3.1.1 - (Git)
9
10 Bugfixes
11
12 * Restore a prematurely removed header file
13 * Fix "pick --component NAME" functionality
14 * Fix tag generation in imap client library
15 * Tolerate empty email addresses in sieve
16
17
8 Version 3.1 - 2016-12-13 18 Version 3.1 - 2016-12-13
9 19
10 * Sieve 20 * Sieve
......
...@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License along ...@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License along
16 dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. 16 dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 17
18 AC_PREREQ(2.63) 18 AC_PREREQ(2.63)
19 AC_INIT([GNU Mailutils], [3.1], [bug-mailutils@gnu.org], [mailutils], 19 AC_INIT([GNU Mailutils], [3.1.1], [bug-mailutils@gnu.org], [mailutils],
20 [http://mailutils.org]) 20 [http://mailutils.org])
21 AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c]) 21 AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
22 AC_CONFIG_AUX_DIR([build-aux]) 22 AC_CONFIG_AUX_DIR([build-aux])
......