]> granicus.if.org Git - neomutt/commitdiff
NeoMutt 2016-10-02 (1.7.0) neomutt-20161002
authorRichard Russon <rich@flatcap.org>
Sun, 2 Oct 2016 15:13:51 +0000 (16:13 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 2 Oct 2016 15:13:51 +0000 (16:13 +0100)
ChangeLog.neomutt
configure.ac

index 3a5657048f5f741d30d7595fa452c23f477fc485..0c8cea4e944b1c3e4b7fece5d51974a726110146 100644 (file)
@@ -1,3 +1,42 @@
+2016-10-02  Richard Russon  <rich@flatcap.org>
+* 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  <rich@flatcap.org>
 * Bug Fixes
   - Avoid segfault when listing mailboxes on startup
index bdc95b07a343c71cfb8131566471d6b8feab8759..4ff86c23275ad21bb340dc4904553410bdc4f575 100644 (file)
@@ -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])