diff --git a/ChangeLog.neomutt b/ChangeLog.neomutt index 96e979ff5e4..1ddc57fa857 100644 --- a/ChangeLog.neomutt +++ b/ChangeLog.neomutt @@ -1,3 +1,20 @@ +2017-03-06 Richard Russon +* Bug Fixes + - Get the correct buffer size under fmemopen/torify (#441) + - Use static inlines to make gcc 4.2.1 happy + - getdnsdomainname: cancel getaddrinfo_a if needed + - imap: remove useless code (#434) (origin/master) + - Fixes missing semi-colon compilation issue (#433) +* Docs + - github: added template for Pull Requests, issues and a CONTRIBUTION.md (#339) + - editorconfig: support for new files, fix whitespace (#439) + - add blocking fmemopen bug on debian to manual (#422) +* Upstream + - Increase ACCOUNT.pass field size. (closes #3921) + - SSL: Fix memory leak in subject alternative name code. (closes #3920) + - Prevent segv if open-appending to an mbox fails. (closes #3918) + - Clear out extraneous errors before SSL_connect() (see #3916) + 2017-02-25 Richard Russon * Features - Add option $show_multipart_alternative diff --git a/configure.ac b/configure.ac index 44a44ce9d59..b219238bd01 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED !!! CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS -AC_INIT([NeoMutt], [20170225], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) +AC_INIT([NeoMutt], [20170306], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) AC_CONFIG_SRCDIR(mutt.h) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h])