summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 140b51893..a5f7f50c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,19 @@
-GNU mailutils NEWS -- history of user-visible changes. 2017-10-18
+GNU mailutils NEWS -- history of user-visible changes. 2017-11-02
Copyright (C) 2002-2017 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 - 2017-11-02
+
+* Fix AM_MAILUTILS macro
+
+The macro incorrectly compared three-part version number with a
+two-part argument.
+
+* Fix compilation with --disable-ipv6
+
+* Fix SMTP EHLO command on machines with empty or undefined hostname
Version 3.3 - 2017-10-18
diff --git a/configure.ac b/configure.ac
index 3858aea5a..d5cca55ad 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.3], [bug-mailutils@gnu.org], [mailutils],
+AC_INIT([GNU Mailutils], [3.4], [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.