Skip to content

Commit

Permalink
NeoMutt 2017-03-06 (1.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Mar 6, 2017
1 parent b150c98 commit a665080
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ChangeLog.neomutt
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit a665080

Please sign in to comment.