author | Sergey Poznyakoff <gray@gnu.org> | 2021-01-05 13:09:20 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org> | 2021-01-05 13:30:05 (GMT) |
commit | 1392e0e4a93a618582adeb7a9ccffb1ca2223b31 (patch) (side-by-side diff) | |
tree | 2012d12b5f81202cdc06e28560eeb030002e1612 | |
parent | 4032f49b54897cd3bbcfaa2a213002c921ef5f16 (diff) | |
download | mailutils-1392e0e4a93a618582adeb7a9ccffb1ca2223b31.tar.gz mailutils-1392e0e4a93a618582adeb7a9ccffb1ca2223b31.tar.bz2 |
Version 3.11.1release-3.11.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,8 +1,14 @@ -GNU mailutils NEWS -- history of user-visible changes. 2020-12-23 +GNU mailutils NEWS -- history of user-visible changes. 2021-01-05 See the end of file for copying conditions. Please send mailutils bug reports to <bug-mailutils@gnu.org>. +Version 3.11.1, 2021-01-05 + +This maintenance release fixes a bug in the library function +mu_url_create_hint that caused MH inc to coredump when called +without explicit -file option. + Version 3.11, 2020-12-23 * Support for the traditional mbox format rewritten from scratch diff --git a/configure.ac b/configure.ac index da2e1b8..6d6f4bc 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], [bug-mailutils@gnu.org], [mailutils], +AC_INIT([GNU Mailutils], [3.11.1], [bug-mailutils@gnu.org], [mailutils], [http://mailutils.org]) AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c]) AC_CONFIG_AUX_DIR([build-aux]) |