]> granicus.if.org Git - neomutt/commitdiff
NeoMutt 2017-03-06 (1.8.0) neomutt-20170306
authorRichard Russon <rich@flatcap.org>
Mon, 6 Mar 2017 15:06:13 +0000 (15:06 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 6 Mar 2017 15:06:13 +0000 (15:06 +0000)
ChangeLog.neomutt
configure.ac

index 96e979ff5e4226a24ea526e5d69d72c7b61a03fd..1ddc57fa8576c49d609ad1b631c7aaaff269c361 100644 (file)
@@ -1,3 +1,20 @@
+2017-03-06  Richard Russon  <rich@flatcap.org>
+* 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  <rich@flatcap.org>
 * Features
   - Add option $show_multipart_alternative
index 44a44ce9d5969c1ff0cc988dcdfc78e0ad09ee6a..b219238bd01b52a3ebd7becc4abaedddd539c917 100644 (file)
@@ -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])