+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
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])