diff --git a/20200501.tar.gz b/20200501.tar.gz deleted file mode 100644 index 43b524c..0000000 --- a/20200501.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d0a0da14448ebb60f2585532fc4cd903c10146903c8639cd0a3d51fe620430f -size 3324180 diff --git a/20200626.tar.gz b/20200626.tar.gz new file mode 100644 index 0000000..e1c26e2 --- /dev/null +++ b/20200626.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b2e59667a080cb9d531050c3ad320f9951ba7ba09eb7eda15427899627f89e +size 3349377 diff --git a/neomutt.changes b/neomutt.changes index efa0806..a9470b5 100644 --- a/neomutt.changes +++ b/neomutt.changes @@ -1,3 +1,78 @@ +------------------------------------------------------------------- +Sun Jul 5 04:14:47 UTC 2020 - Kai Liu + +- Update to 20200626: + * Bug Fixes + - Avoid opening the same hcache file twice + - Re-open Mailbox after folder-hook + - Fix the matching of the spoolfile Mailbox + - Fix link-thread to link all tagged emails + * Changed Config + - Add $tunnel_is_secure config, defaulting to true + * Upstream + - Don't check IMAP PREAUTH encryption if $tunnel is in use + - Add recommendation to use $ssl_force_tls + +- Changes from 20200501: + * Security + - Abort GnuTLS certificate check if a cert in the chain is rejected + - TLS: clear data after a starttls acknowledgement + - Prevent possible IMAP MITM via PREAUTH response + * Features + - add config operations +=/-= for number,long + - Address book has a comment field + - Query menu has a comment field + * Contrib + sample.neomuttrc-starter: Do not echo prompted password + * Bug Fixes + - make "news://" and "nntp://" schemes interchangeable + - Fix CRLF to LF conversion in base64 decoding + - Double comma in query + - compose: fix redraw after history + - Crash inside empty query menu + - mmdf: fix creating new mailbox + - mh: fix creating new mailbox + - mbox: error out when an mbox/mmdf is a pipe + - Fix list-reply by correct parsing of List-Post headers + - Decode references according to RFC2047 + - fix tagged message count + - hcache: fix keylen not being considered when building the full key + - sidebar: fix path comparison + - Don't mess with the original pattern when running IMAP searches + - Handle IMAP "NO" resps by issuing a msg instead of failing badly + - imap: use the connection delimiter if provided + - Memory leaks + * Changed Config + - $alias_format default changed to include %c comment + - $query_format default changed to include %e extra info + * Translations + - 100% Lithuanian + - 84% French + - Log the translation in use + * Docs + - Add missing commands unbind, unmacro to man pages + * Build + - Check size of long using LONG_MAX instead of __WORDSIZE + - Allow ./configure to not record cflags + - fix out-of-tree build + - Avoid locating gdbm symbols in qdbm library + * Code + - Refactor unsafe TAILQ returns + - add window notifications + - flip negative ifs + - Update to latest acutest.h + - test: add store tests + - test: add compression tests + - graphviz: email + - make more opcode info available + - refactor: main_change_folder() + - refactor: mutt_mailbox_next() + - refactor: generate_body() + - compress: add {min,max}_level to ComprOps + - emphasise empty loops: "// do nothing" + - prex: convert is_from() to use regex + - Refactor IMAP's search routines + ------------------------------------------------------------------- Fri May 22 07:00:32 UTC 2020 - Kai Liu diff --git a/neomutt.spec b/neomutt.spec index 326c357..39c8e44 100644 --- a/neomutt.spec +++ b/neomutt.spec @@ -17,7 +17,7 @@ Name: neomutt -Version: 20200501 +Version: 20200626 Release: 0 Summary: A command line mail reader (or MUA), a fork of Mutt with added features License: GPL-2.0-or-later