summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-08-05 13:46:02 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-08-05 13:46:02 +0300
commitc705c9c19feffbcd645927f6e1d4e7151c3f85ca (patch)
tree4f93c1a83ea259596861b701b34d2d721c8dc70d
parent85b25a7dc82d89561234779cc633a326cdc5ece8 (diff)
downloadmailutils-c705c9c19feffbcd645927f6e1d4e7151c3f85ca.tar.gz
mailutils-c705c9c19feffbcd645927f6e1d4e7151c3f85ca.tar.bz2
Version 3.13release-3.13
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 374ad6052..a07e98518 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-GNU mailutils NEWS -- history of user-visible changes. 2021-07-27
+GNU mailutils NEWS -- history of user-visible changes. 2021-08-05
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
-Version 3.12.90 (git)
+Version 3.13, 2021-08-05
* Improved mailbox locking
@@ -62,6 +62,17 @@ This fixes https://savannah.gnu.org/bugs/?60937
When set, the User-Agent header will be added to each outgoing
message. This is the default.
The use of X-Mailer header has been discontinued.
+
+* Bugfixes
+
+** QP decoder: Accept soft line breaks (RFC 2045, 6.7, page 19).
+
+** Fix stream reference policy in filter streams.
+
+** Various bugfixes in IMAP client.
+
+** Fix handling of single-path MIME messages.
+
Version 3.12, 2021-02-13
diff --git a/configure.ac b/configure.ac
index a6f361444..9e4da0538 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.12.90], [bug-mailutils@gnu.org], [mailutils],
+AC_INIT([GNU Mailutils], [3.13], [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.