summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a9fdc0ee6..0527fa4f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-GNU mailutils NEWS -- history of user-visible changes. 2020-11-30
+GNU mailutils NEWS -- history of user-visible changes. 2020-12-23
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
-Version 3.10.91 (git)
+Version 3.11, 2020-12-23
* Support for the traditional mbox format rewritten from scratch
@@ -33,6 +33,9 @@ convert all of them at once. It is implemented as a subcommand of the
* Fix persistency of UIDs for all mailbox formats
+MH users that find this undesirable can set 'Volatile-uidnext: true'
+in their '.mh_profile' in order to keep old behavior.
+
* Fix message ordering in maildir.
* Fix parsing of IMAP ranges
diff --git a/configure.ac b/configure.ac
index c36563bd0..8c1bc36ee 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.10.91], [bug-mailutils@gnu.org], [mailutils],
+AC_INIT([GNU Mailutils], [3.11], [bug-mailutils@gnu.org], [mailutils],
[http://mailutils.org])
AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])
@@ -31,7 +31,7 @@ dnl Autobuild stuff
AB_INIT
dnl Library versioning
-AC_SUBST(VI_CURRENT, 7)
+AC_SUBST(VI_CURRENT, 8)
AC_SUBST(VI_REVISION, 0)
AC_SUBST(VI_AGE, 0)

Return to:

Send suggestions and report system problems to the System administrator.