From 8f9d4c5a40326408e38532921f62f26853665760 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Mon, 6 Feb 2017 13:10:29 +0000 Subject: [PATCH] NeoMutt 2017-02-06 (1.7.2) --- ChangeLog.neomutt | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog.neomutt b/ChangeLog.neomutt index 9a25a7ae7..502adb3fd 100644 --- a/ChangeLog.neomutt +++ b/ChangeLog.neomutt @@ -1,3 +1,19 @@ +2017-02-06 Richard Russon +* Bug Fixes + - Unicode 0x202F is a non-break space too (#358) (@gahr) + - improve readability of find_subject() (@toogley) + - Import hcache-lmdb fixes from upstream (#363) (@gahr) + - Rework the "inbox-first" implementation to make code self-explanatory (#356) (@gahr) + - If possible, only redraw after gpgme has invoked pinentry (#352) (@gahr) + - Remove two use-after free in global hooks (#353) (@guiniol) + - Handle BAD as IMAP_AUTH_UNAVAIL (#351) (@gahr) + - Do not crash when closing a non-opened mailbox (origin/requests/github/343) (@gahr) + - Import hcache benchmark (@gahr) + - fix: bug introduced by mkdir changes (#350) + - change pager to allow timehook-hook to fire +* Docs + - Update documentation about modify-labels-then-hide (@bbenne10) + 2017-01-28 Richard Russon * Features - Add option for missing subject replacement diff --git a/configure.ac b/configure.ac index c05f470a2..535f19310 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED !!! CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS -AC_INIT([NeoMutt], [20170128], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) +AC_INIT([NeoMutt], [20170206], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) AC_CONFIG_SRCDIR(mutt.h) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) -- 2.40.0