summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-13 09:03:17 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-03-13 12:14:26 +0200
commit7320f6a2fc84769f09c5b0278a7308bf0146bd64 (patch)
treec36939bbdbbfbb3cf2286db20ff0056d43b7c9f0
parentcb550759454ea6f8f4fa67f4acc6430c999c86f0 (diff)
downloadmailutils-7320f6a2fc84769f09c5b0278a7308bf0146bd64.tar.gz
mailutils-7320f6a2fc84769f09c5b0278a7308bf0146bd64.tar.bz2
Version 3.9release-3.9
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
-rw-r--r--doc/texinfo/programs.texi2
-rw-r--r--doc/texinfo/sieve.texi2
4 files changed, 13 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index a3a6c5edb..ad82e46c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,3 @@
-GNU mailutils NEWS -- history of user-visible changes. 2019-12-21
-Copyright (C) 2002-2020 Free Software Foundation, Inc.
+GNU mailutils NEWS -- history of user-visible changes. 2020-03-13
+Copyright (C) 2002-2019 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -6,5 +6,5 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>.
-Version 3.8.90 (git)
+Version 3.9, 2020-03-13
-* dotmail: fix opening mailbox in append-only mode
+* dotmail: fix mailbox opening in append-only mode
@@ -22,3 +22,5 @@ The tests don't depend on the selected default mailbox format.
-The following deprecated functions have been removed:
+Following is a complete list of deprecated functions. For the record,
+each function name is followed by a short instruction on how to
+replace eventual use of this function in old code.
@@ -87,2 +89,4 @@ and MU_IOCTL_LOGSTREAM_SET_LOCUS.
+* Fix build with Python 3.8 (bug #57318)
+
diff --git a/configure.ac b/configure.ac
index 4ced7c888..6946a1aa6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,3 +18,3 @@ dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([GNU Mailutils], [3.8.90], [bug-mailutils@gnu.org], [mailutils],
+AC_INIT([GNU Mailutils], [3.9], [bug-mailutils@gnu.org], [mailutils],
[http://mailutils.org])
@@ -22,3 +22,3 @@ AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules])
+AM_INIT_AUTOMAKE([gnits 1.15 dist-bzip2 dist-xz std-options silent-rules])
AC_CONFIG_HEADERS([config.h])
diff --git a/doc/texinfo/programs.texi b/doc/texinfo/programs.texi
index 60fb648e7..c33ce9a8f 100644
--- a/doc/texinfo/programs.texi
+++ b/doc/texinfo/programs.texi
@@ -2071,3 +2071,3 @@ authentication} and authorization.
Mailutils uses GNU Radius library, which is configured via
-@file{raddb/client.conf} file (@pxref{client.conf, Client Configuration,
+@file{raddb/client.conf} file (@pxref{client, Client Configuration,
Client Configuration, radius, GNU Radius Reference Manual}). Its exact
diff --git a/doc/texinfo/sieve.texi b/doc/texinfo/sieve.texi
index 18d0551d1..bfbef8309 100644
--- a/doc/texinfo/sieve.texi
+++ b/doc/texinfo/sieve.texi
@@ -1891,3 +1891,3 @@ provides the following actions:
-@deftypefn Action {} addheader [:last] @var{field-name}(string) @var{value}(string
+@deftypefn Action {} addheader [:last] @var{field-name}(string) @var{value}(string)
Adds a header field to the existing message header. By default the

Return to:

Send suggestions and report system problems to the System administrator.