summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac6
-rw-r--r--libproto/imap/close.c2
3 files changed, 10 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 3ceda81a7..ec96416fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,23 @@
-GNU mailutils NEWS -- history of user-visible changes. 2019-02-03
+GNU mailutils NEWS -- history of user-visible changes. 2019-02-23
Copyright (C) 2002-2019 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
-Version 3.5.90 (git)
+Version 3.6 - 2019-02-23
* Rewrite mailcap (RFC1524) support
-FIXME: This is incompatible change. Bump VI_CURRENT.
-
* imap4d: SEARCH command
** Implemented SEARCH CHARSET
+This requires libiconv and libunistring.
+
** Improved SEARCH BODY and SEARCH TEXT commands
Both commands now properly descend into multipart message parts and
-decode messages, if necessary. This requires libiconv and libunistring.
+decode messages, if necessary.
* Fixes in the 'mail' utility
@@ -69,7 +69,7 @@ This considerably speeds up the operation of such tools as mail
** handle EXPUNGE response
-This fixes interoperation with Dovecot imap.
+This fixes interoperation with Dovecot imap daemon.
** fix incorporation of new messages
diff --git a/configure.ac b/configure.ac
index be5ee11d6..725a25da4 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.5.90], [bug-mailutils@gnu.org], [mailutils],
+AC_INIT([GNU Mailutils], [3.6], [bug-mailutils@gnu.org], [mailutils],
[http://mailutils.org])
AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])
@@ -31,8 +31,8 @@ dnl Autobuild stuff
AB_INIT
dnl Library versioning
-AC_SUBST(VI_CURRENT, 5)
-AC_SUBST(VI_REVISION, 5)
+AC_SUBST(VI_CURRENT, 6)
+AC_SUBST(VI_REVISION, 0)
AC_SUBST(VI_AGE, 0)
dnl Library paths
diff --git a/libproto/imap/close.c b/libproto/imap/close.c
index 43dffe44b..8c4a09566 100644
--- a/libproto/imap/close.c
+++ b/libproto/imap/close.c
@@ -18,7 +18,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
-
+#include <stdlib.h>
#include <mailutils/imap.h>
#include <mailutils/sys/imap.h>

Return to:

Send suggestions and report system problems to the System administrator.