]> granicus.if.org Git - neomutt/commitdiff
NeoMutt 2017-02-06 (1.7.2) neomutt-20170206
authorRichard Russon <rich@flatcap.org>
Mon, 6 Feb 2017 13:10:29 +0000 (13:10 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 6 Feb 2017 13:10:29 +0000 (13:10 +0000)
ChangeLog.neomutt
configure.ac

index 9a25a7ae7cb146b0edeb7a02456a7532b222a834..502adb3fd9825e9e9394a0b591e3b50a0820cdeb 100644 (file)
@@ -1,3 +1,19 @@
+2017-02-06  Richard Russon  <rich@flatcap.org>
+* 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  <rich@flatcap.org>
 * Features
   - Add option for missing subject replacement
index c05f470a2cf0532cc6ee8826050a28a1309e90dd..535f193100fd1cce0a730c69b487b7730c18f810 100644 (file)
@@ -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])