From: Richard Russon Date: Sun, 2 Oct 2016 15:13:51 +0000 (+0100) Subject: NeoMutt 2016-10-02 (1.7.0) X-Git-Tag: neomutt-20161002^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dc14e3e1d15750798a2985dd0da11f46ad20409;p=neomutt NeoMutt 2016-10-02 (1.7.0) --- diff --git a/ChangeLog.neomutt b/ChangeLog.neomutt index 3a5657048..0c8cea4e9 100644 --- a/ChangeLog.neomutt +++ b/ChangeLog.neomutt @@ -1,3 +1,42 @@ +2016-10-02 Richard Russon +* Features + - Kyoto Cabinet header cache + - Compose to Sender + - Forgotten Attachment uses a regex + - Optimize LMDB's hcache backend + - Sensible-browser behaviour fixes +* Bug Fixes + - Fixes repaint problem with $pager_index_lines #159 + - Quasi-Delete: check there's a selection + - Bulletproof the pager + - Typo in the version string +* Docs + - Add badges to README.neomutt + - Document the Kyoto cabinet hcache backend + - Fix the layout of the syntax file + - Make the license clear to github + - Fix the alignment in a 'nested-if' example + - Fix notmuch vim syntax file + - Added Mailinglist mailto links to "Where is NeoMutt" section + - Fix build of neomutt-syntax.vim + - Fixed typo of devel mailinglist name +* Build + - Travis: install the kyoto-cabinet dev files + - Build source before docs + - Build fix for strndup / malloc + - Change gcc build options to prevent crashes +* Upstream + - Ensure signatures exist when verifying multipart/signed emails. (closes #3881). + - RFC2047-decode mailto url headers after RFC2822 parsing. (closes #3879) + - RFC2047-decode mailto header values. (closes #3879) + - Reset invalid parsed received dates to 0. (closes #3878) + - Clear pager position when toggling headers. + - Don't abort the menu editor on sigwinch. (closes #3875) + - Mark some gpgme pgp menu keybinding translations as fuzzy. (closes #3874) + - Check for NULL mx_ops in mx.c + - Use body color for gpgme output. (closes #3872) + - Fix gpgme segfault when querying candidates with a '+' in the address. (closes #3873) + 2016-09-16 Richard Russon * Bug Fixes - Avoid segfault when listing mailboxes on startup diff --git a/configure.ac b/configure.ac index bdc95b07a..4ff86c232 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED !!! CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS -AC_INIT([NeoMutt], [20160916], [neomutt-devel@neomutt.org], [mutt], [http://www.neomutt.org]) +AC_INIT([NeoMutt], [20161002], [neomutt-devel@neomutt.org], [mutt], [http://www.neomutt.org]) AC_CONFIG_SRCDIR(mutt.h) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h])