]> granicus.if.org Git - neomutt/commitdiff
NeoMutt 2016-11-04 (1.7.1) neomutt-20161104
authorRichard Russon <rich@flatcap.org>
Fri, 4 Nov 2016 16:39:03 +0000 (16:39 +0000)
committerRichard Russon <rich@flatcap.org>
Fri, 4 Nov 2016 16:39:03 +0000 (16:39 +0000)
ChangeLog.neomutt
configure.ac

index fc885743ecbf2b125f92db045e1220cf425685ca..0389b8b304f29a0e897e230eb377c5a6ac8138df 100644 (file)
@@ -1,3 +1,18 @@
+2016-11-04  Richard Russon  <rich@flatcap.org>
+* 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  <rich@flatcap.org>
 * Features
   - nntp: use safe_{fopen,fclose}
index 4c12874eb606608abd3cc78c5f30a9c77830e204..8e72c16f00abc4c41da75a26d5273fd15edf3766 100644 (file)
@@ -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])