Skip to content

NeoMutt 2017-03-06

Compare
Choose a tag to compare
@flatcap flatcap released this 06 Mar 15:20
neomutt-20170306

Notes

This is a bug-fix release.

Thanks

Many thanks to our regular contributors:

  • Bernard Pratz (@guyzmo)
  • Mehdi Abaakouk (@sileht)
  • Pietro Cerutti (@gahr)
  • Tobias Angele (@toogley)

Bug Fixes

  • Get the correct buffer size under fmemopen/torify (#441) (@gahr)
  • Use static inlines to make gcc 4.2.1 happy (@gahr)
  • getdnsdomainname: cancel getaddrinfo_a if needed (@sileht)
  • imap: remove useless code (#434) (origin/master) (@toogley)
  • Fixes missing semi-colon compilation issue (#433) (@guyzmo)

Docs

  • github: added template for Pull Requests, issues and a CONTRIBUTION.md (#339) (@toogley)
  • editorconfig: support for new files, fix whitespace (#439) (@toogley)
  • add blocking fmemopen bug on debian to manual (#422) (@toogley)

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)