SHA256
1
0
forked from pool/neomutt

Accepting request 786900 from home:mrey:branches:server:mail

- Update to 20200320:
  * Bug Fixes
    - Fix COLUMNS env var
    - Fix sync after delete
    - Fix crash in notmuch
    - Fix sidebar indent
    - Fix emptying trash
    - Fix command line sending
    - Fix reading large address lists
    - Resolve symlinks only when necessary
  * Translations
    - lithuania 100% Lithuanian
    - es 96% Spanish
  * Docs
    - Include OpenSSL/LibreSSL/GnuTLS version in neomutt -v output
    - Fix case of GPGME and SQLite
  * Build
    - Create libcompress (lz4, zlib, zstd)
    - Create libhistory
    - Create libbcache
    - Move zstrm to libconn
  * Code
    - Add more test coverage
    - Rename magic to type
    - Use mutt_file_fopen() on config variables
    - Change commands to use intptr_t for data

OBS-URL: https://build.opensuse.org/request/show/786900
OBS-URL: https://build.opensuse.org/package/show/server:mail/neomutt?expand=0&rev=25
This commit is contained in:
David Sterba 2020-03-20 18:07:18 +00:00 committed by Git OBS Bridge
parent 04271fde55
commit 61cc11f972
4 changed files with 34 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5ff780506a5371f737f32afd694857568e8827b1c391e0aca27c66687019e85
size 3295200

3
20200320.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69daf2e0633dee7e8bdba74ab714adfa70e8f078028b56d612228c2aa836aafa
size 3304719

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Mar 20 13:56:02 UTC 2020 - Martin Rey <mrey@suse.com>
- Update to 20200320:
* Bug Fixes
- Fix COLUMNS env var
- Fix sync after delete
- Fix crash in notmuch
- Fix sidebar indent
- Fix emptying trash
- Fix command line sending
- Fix reading large address lists
- Resolve symlinks only when necessary
* Translations
- lithuania 100% Lithuanian
- es 96% Spanish
* Docs
- Include OpenSSL/LibreSSL/GnuTLS version in neomutt -v output
- Fix case of GPGME and SQLite
* Build
- Create libcompress (lz4, zlib, zstd)
- Create libhistory
- Create libbcache
- Move zstrm to libconn
* Code
- Add more test coverage
- Rename magic to type
- Use mutt_file_fopen() on config variables
- Change commands to use intptr_t for data
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 13 19:01:50 UTC 2020 - Martin Rey <mrey@suse.com> Fri Mar 13 19:01:50 UTC 2020 - Martin Rey <mrey@suse.com>

View File

@ -17,7 +17,7 @@
Name: neomutt Name: neomutt
Version: 20200313 Version: 20200320
Release: 0 Release: 0
Summary: A command line mail reader (or MUA), a fork of Mutt with added features Summary: A command line mail reader (or MUA), a fork of Mutt with added features
License: GPL-2.0-or-later License: GPL-2.0-or-later