From: Richard Russon Date: Sat, 26 Nov 2016 14:17:29 +0000 (+0000) Subject: NeoMutt 2016-11-26 (1.7.1) X-Git-Tag: neomutt-20161126^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35a10ce7395db2ba8bef21f303f7bab7dc2d3895;p=neomutt NeoMutt 2016-11-26 (1.7.1) --- diff --git a/ChangeLog.neomutt b/ChangeLog.neomutt index a30705f9c..b9938f54c 100644 --- a/ChangeLog.neomutt +++ b/ChangeLog.neomutt @@ -1,3 +1,57 @@ +2016-11-26 Richard Russon +* Features + - Upstream adoption of compress + - Multiple hcache backends and run-time selection + - $forward_references includes References: header on forwards + - Hooks: define hooks for startup and shutdown + - Add $collapse_all to close threads automatically +* Bug Fixes + - Index in pager crash + - Tag with multiple labels + - Make sure gdbm's symbols are not resolved in QDBM's compatibility layer + - Fix crash when doing collapse_all on an empty folder + - Fix: crash when browsing empty dir + - Initialize imap_authenticate's return value to something meaningful +* Translations + - Update German translation + - Update Slovak translation + - Update French translation + - Add English (British) translation + - Convert files to utf-8 + - Mass tidy up of the translation messages +* Docs + - new-mail bug is fixed + - add since date for features + - expand example command options for compress + - fix entries for beep and new-mail-command + - add a version number to the generated vimrc + - fix links in README + - don't use smart quotes in manual examples + - and \e means refers to both alt and escape key +* Build + - Travis: test messages + - Add option to disable translation messages + - Split hcache code into per-backend files + - Doc/Makefile clean neomutt-syntax.vim + - Improve discovery for the Berkeley Database + - Fix nntp/notmuch conditionals + - Implement mutt_strchrnul() + - Rename vim-keybindings to vim-keys +* Upstream + - attach_format: add new %F placeholder + - Compose: add operation to rename an attachment + - Chain %d->%F->%f in the attachment menu + - Move mbox close-append logic inside mbox_close_mailbox() + - When $flag_safe is set, flagged messages cannot be deleted + - Adds the '@' pattern modifier to limit matches to known aliases + - Adds binding to create "hotkeys" for messages + - Updated requirement on the C compiler + - Fix mark-message translation and keybind menu + - More openssl1.1 fixes: remove uses of X509->name in debugging. (closes #3870) + - Don't close stderr when opening a tunnel. (closes #3726) + - Minor resource and error logic cleanup in tunnel_socket_open() + - Make sure that the output of X509_NAME_oneline is null-terminated + 2016-11-04 Richard Russon * Bug Fixes - don't crash when the imap connection dies diff --git a/configure.ac b/configure.ac index 8f7a99f67..1d6508152 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], [20161104], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) +AC_INIT([NeoMutt], [20161126], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) AC_CONFIG_SRCDIR(mutt.h) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h])