diff options
author | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2020-09-24 18:15:46 +0300 |
---|---|---|
committer | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2020-09-24 18:15:46 +0300 |
commit | 1ddde400ee78d7948fa58b4f20f644db7af10d80 (patch) | |
tree | 34187d0def77b03b4c0d85b086c9c34570d2e78c | |
parent | 6ccb4e9544ef8ea2cceee7f849655a07527d0360 (diff) | |
download | meli-1ddde400ee78d7948fa58b4f20f644db7af10d80.zip |
debian/: bump version to 0.6.2
-rw-r--r-- | debian/changelog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b047cc80..19e2857a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +meli (0.6.2-1) buster; urgency=low + + Added + - Add customizable mailbox tree in sidebar + - Make `dbus` dependency opt-out (feature is `dbus-notifications`) + - Implemented JMAP async, search, tagging, syncing + - Preserve account order from configuration file + - Implemented IMAP `CONDSTORE` support for IMAP cache + - Add `timeout` setting for IMAP + - Implement TCP keepalive for IMAP + - Rewrote email address parsers. + - Implement `copy_messages` for maildir + - Implement selection with motions + + Fixed + - Fixed various problems with IMAP cache + - Fixed various problems with IMAP message counts + - Fixed various problems with IMAP connection hanging + - Fixed IMAP not reconnecting on dropped IDLE connections + - Fixed various problems with notmuch backend + + -- Manos Pitsidianakis <epilys@nessuent.xyz> Thu, 24 Sep 2020 18:14:00 +0200 meli (0.6.1-1) buster; urgency=low * added experimental NNTP backend |