From: Richard Russon Date: Fri, 4 Nov 2016 16:39:03 +0000 (+0000) Subject: NeoMutt 2016-11-04 (1.7.1) X-Git-Tag: neomutt-20161104^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=215d239dd6caf3b4351d53714e79eea5fa19f996;p=neomutt NeoMutt 2016-11-04 (1.7.1) --- diff --git a/ChangeLog.neomutt b/ChangeLog.neomutt index fc885743e..0389b8b30 100644 --- a/ChangeLog.neomutt +++ b/ChangeLog.neomutt @@ -1,3 +1,18 @@ +2016-11-04 Richard Russon +* Bug Fixes + - don't crash when the imap connection dies +* Upstream + - Add root-message function to jump to root message in thread. + - Updated French translation. + - Prevent an integer overflow in mutt_mktime() (closes #3880) + - Fix pager segfault when lineInfo.chunks overflows. (closes #3888) + - Perform charset conversion on text attachments when piping. (closes #3773) (see #3886) + - Add a --disable-doc configuration option. + - Make ncurses and ncursesw header checking the same. + - Attempt to silence a clang range warning. (closes #3891) + - Fixed issue from changeset 4da647a80c55. (closes #3892) + - Define PATH_MAX, it's missing on the GNU Hurd. (closes #3815) + 2016-10-28 Richard Russon * Features - nntp: use safe_{fopen,fclose} diff --git a/configure.ac b/configure.ac index 4c12874eb..8e72c16f0 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED !!! CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS -AC_INIT([NeoMutt], [20161028], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) +AC_INIT([NeoMutt], [20161104], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) AC_CONFIG_SRCDIR(mutt.h) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h])