From 3c81f665d1ad8ba3491981cd8fbfe832ede58ca008cd5bd05c764529a14a817f Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 22 May 2020 09:58:09 +0000 Subject: [PATCH] Accepting request 808152 from home:kailiu:branches:server:mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 20200501: * Bug Fixes - Make sure buffers are initialized on error - fix(sidebar): use abbreviated path if possible * Translations - 100% Lithuanian * Docs - make header cache config more explicit - Changes from 20200424: * Bug Fixes - Fix history corruption - Handle pretty much anything in a URL query part - Correctly parse escaped characters in header phrases - Fix crash reading received header - Fix sidebar indentation - Avoid crashing on failure to parse an IMAP mailbox - Maildir: handle deleted emails correctly - Ensure OP_NULL is always first * Translations - 100% Czech * Build - cirrus: enable pcre2, make pkgconf a special case - Fix finding pcre2 w/o pkgconf - build: tdb.h needs size_t, bring it in with stddef.h - Changes from 20200417: * Features - Fluid layout for Compose Screen, see: vimeo.com/407231157 - Trivial Database (TDB) header cache backend - RocksDB header cache backend - Add and functions * Bug Fixes - add error for CLI empty emails - Allow spaces and square brackets in paths - browser: fix hidden mailboxes - fix initial email display - notmuch: fix time window search. - fix resize bugs - notmuch: fix entire-thread: update current email pointer - sidebar: support indenting and shortening of names - Handle variables inside backticks in sidebar_whitelist - browser: fix mask regex error reporting * Translations - 100% Lithuanian - 99% Chinese (simplified) * Build - Use regexes for common parsing tasks: urls, dates - Add configure option --pcre2 -- Enable PCRE2 regular expressions - Add configure option --tdb -- Use TDB for the header cache - Add configure option --rocksdb -- Use RocksDB for the header cache - Create libstore (key/value backends) - Update to latest autosetup - Update to latest acutest.h - Rename doc/ directory to docs/ - make: fix location of .Po dependency files - Change libcompress to be more universal - Fix test fails on х32 - fix uidvalidity to unsigned 32-bit int * Code - Increase test coverage - Fix memory leaks - Fix null checks * Upstream - Buffer refactoring - Fix use-after-free in mutt_str_replace() - Clarify PGP Pseudo-header S duration - Try to respect MUTT_QUIET for IMAP contexts too - Limit recurse depth when parsing mime messages OBS-URL: https://build.opensuse.org/request/show/808152 OBS-URL: https://build.opensuse.org/package/show/server:mail/neomutt?expand=0&rev=27 --- 20200320.tar.gz | 3 -- 20200501.tar.gz | 3 ++ neomutt.changes | 73 +++++++++++++++++++++++++++++++++++++++++++++++++ neomutt.spec | 3 +- 4 files changed, 77 insertions(+), 5 deletions(-) delete mode 100644 20200320.tar.gz create mode 100644 20200501.tar.gz diff --git a/20200320.tar.gz b/20200320.tar.gz deleted file mode 100644 index 55708a0..0000000 --- a/20200320.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69daf2e0633dee7e8bdba74ab714adfa70e8f078028b56d612228c2aa836aafa -size 3304719 diff --git a/20200501.tar.gz b/20200501.tar.gz new file mode 100644 index 0000000..43b524c --- /dev/null +++ b/20200501.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0a0da14448ebb60f2585532fc4cd903c10146903c8639cd0a3d51fe620430f +size 3324180 diff --git a/neomutt.changes b/neomutt.changes index a68449d..efa0806 100644 --- a/neomutt.changes +++ b/neomutt.changes @@ -1,3 +1,76 @@ +------------------------------------------------------------------- +Fri May 22 07:00:32 UTC 2020 - Kai Liu + +- Update to 20200501: + * Bug Fixes + - Make sure buffers are initialized on error + - fix(sidebar): use abbreviated path if possible + * Translations + - 100% Lithuanian + * Docs + - make header cache config more explicit + +- Changes from 20200424: + * Bug Fixes + - Fix history corruption + - Handle pretty much anything in a URL query part + - Correctly parse escaped characters in header phrases + - Fix crash reading received header + - Fix sidebar indentation + - Avoid crashing on failure to parse an IMAP mailbox + - Maildir: handle deleted emails correctly + - Ensure OP_NULL is always first + * Translations + - 100% Czech + * Build + - cirrus: enable pcre2, make pkgconf a special case + - Fix finding pcre2 w/o pkgconf + - build: tdb.h needs size_t, bring it in with stddef.h + +- Changes from 20200417: + * Features + - Fluid layout for Compose Screen, see: vimeo.com/407231157 + - Trivial Database (TDB) header cache backend + - RocksDB header cache backend + - Add and functions + * Bug Fixes + - add error for CLI empty emails + - Allow spaces and square brackets in paths + - browser: fix hidden mailboxes + - fix initial email display + - notmuch: fix time window search. + - fix resize bugs + - notmuch: fix entire-thread: update current email pointer + - sidebar: support indenting and shortening of names + - Handle variables inside backticks in sidebar_whitelist + - browser: fix mask regex error reporting + * Translations + - 100% Lithuanian + - 99% Chinese (simplified) + * Build + - Use regexes for common parsing tasks: urls, dates + - Add configure option --pcre2 -- Enable PCRE2 regular expressions + - Add configure option --tdb -- Use TDB for the header cache + - Add configure option --rocksdb -- Use RocksDB for the header cache + - Create libstore (key/value backends) + - Update to latest autosetup + - Update to latest acutest.h + - Rename doc/ directory to docs/ + - make: fix location of .Po dependency files + - Change libcompress to be more universal + - Fix test fails on х32 + - fix uidvalidity to unsigned 32-bit int + * Code + - Increase test coverage + - Fix memory leaks + - Fix null checks + * Upstream + - Buffer refactoring + - Fix use-after-free in mutt_str_replace() + - Clarify PGP Pseudo-header S duration + - Try to respect MUTT_QUIET for IMAP contexts too + - Limit recurse depth when parsing mime messages + ------------------------------------------------------------------- Fri Mar 20 13:56:02 UTC 2020 - Martin Rey diff --git a/neomutt.spec b/neomutt.spec index a4bf4a4..326c357 100644 --- a/neomutt.spec +++ b/neomutt.spec @@ -17,7 +17,7 @@ Name: neomutt -Version: 20200320 +Version: 20200501 Release: 0 Summary: A command line mail reader (or MUA), a fork of Mutt with added features License: GPL-2.0-or-later @@ -95,7 +95,6 @@ make %{?_smp_mflags} %files %config(noreplace) %{_sysconfdir}/neomuttrc -%license %{_docdir}/neomutt/COPYRIGHT.md %license %{_docdir}/neomutt/LICENSE.md %{_bindir}/neomutt %{_mandir}/man1/neomutt.1%{?ext_man}