summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bbe8cfa51..4f0825bf2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,23 @@
-GNU mailutils NEWS -- history of user-visible changes. 2021-01-05
+GNU mailutils NEWS -- history of user-visible changes. 2021-02-13
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
+Version 3.12, 2021-02-13
+
+* Fix expunging of mailboxes in mbox and dotmail format in a read-only directory
+
+The bug was reported at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980042
+
+* inc: when updating the "unseen" sequence, translate message numbers to uids
+
+* Fix default port selection in SMTP mailer
+
+* Fix building the mda utilities with mailbox quotas off
+
+* Fix bugs in the testsuite
+
+
Version 3.11.1, 2021-01-05
This maintenance release fixes a bug in the library function
diff --git a/configure.ac b/configure.ac
index f560142f6..479360a99 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.11.1], [bug-mailutils@gnu.org], [mailutils],
+AC_INIT([GNU Mailutils], [3.12], [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.