summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
3 files changed, 20 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 1faecd8fc..e4d9c7afc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,4 +37,5 @@ mailutils*.tar.*
pathdefs.h
stamp-h1
tmp/
+/patch/
.gdbinit
diff --git a/NEWS b/NEWS
index 5f8dc26a1..9b5051708 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,14 @@
-GNU mailutils NEWS -- history of user-visible changes. 2018-10-24
+GNU mailutils NEWS -- history of user-visible changes. 2018-10-27
Copyright (C) 2002-2018 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
-Version 3.4.91 (Git)
+Version 3.5 - 2018-10-27
-* Dropped support for Guile version prior to 2.2.0
+* Support for Guile version 2.2.0 and later
+
+Support for prior versions has been withdrawn.
* New scheme functions
@@ -39,9 +41,9 @@ Optional charset defaults to "utf-8".
** mu-header-encode hdr [encoding [charset]]
-Encode the string hdr as per RFC 2047.
-Allowed values for encoding are "base64 and "quoted-printable".
-Default is selected depending on number of printable characters in "hdr".
+Encode the string <hdr> as per RFC 2047.
+Allowed values for <encoding> are "base64" and "quoted-printable".
+Default is selected depending on number of printable characters in <hdr>.
Optional charset defaults to "utf-8".
* Introduced support for Python 3.x
@@ -69,6 +71,16 @@ specifier. E.g. %DH can be used instead of %D{%H}.
* Bugfixes
** Fix alignment specifiers in the headline variable (mail utility)
+** Fix eventual segmentation violation in imap4d
+
+It occurred when a recently started subprocess received a termination
+signal before initializing its I/O subsystem. Most often this happens
+when the master process is being shut down.
+
+** Fix endianness bug in string to IP conversion
+** Force terminating null character in the output of mh_format
+** Fix bug in base64 encoder - don't return immediately upon receiving eof
+** Fix command expansion in wordsplit
Version 3.4 - 2017-11-02
diff --git a/configure.ac b/configure.ac
index 8e1c84a61..394229328 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.4.91], [bug-mailutils@gnu.org], [mailutils],
+AC_INIT([GNU Mailutils], [3.5], [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.