From b96bfde1bae4deb8fb828a34e898059d263fcd5b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 20 Dec 2019 14:52:06 +0100 Subject: [PATCH] prep beta21 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d763a979..5fe688364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.0.0-beta.21 + +- #1078 #1082 ensure RFC compliance by producing 78 column lines for + encoded attachments. + +- #1080 don't recreate and thus break group membership if an unknown + sender (or mailer-daemon) sends a message referencing the group chat + +- #1081 #1079 some internal cleanups + +- update imap-proto dependency, to fix yandex/oauth + ## 1.0.0-beta.20 - #1074 fix OAUTH2/gmail diff --git a/Cargo.lock b/Cargo.lock index ac8367880..c00a3f278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -658,7 +658,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.0.0-beta.20" +version = "1.0.0-beta.21" dependencies = [ "async-imap 0.1.1 (git+https://github.com/async-email/async-imap?branch=dcc-stable)", "async-native-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -735,9 +735,9 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.0.0-beta.20" +version = "1.0.0-beta.21" dependencies = [ - "deltachat 1.0.0-beta.20", + "deltachat 1.0.0-beta.21", "deltachat-provider-database 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1418,7 +1418,7 @@ dependencies = [ [[package]] name = "imap-proto" version = "0.9.1" -source = "git+https://github.com/djc/tokio-imap#2b8701b83c50085b7ffcdf26a95146b91f93a6d5" +source = "git+https://github.com/djc/tokio-imap#de420791b4e240242592616938407b742454c46c" dependencies = [ "nom 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 8094cb2c6..ce3dac0c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.0.0-beta.20" +version = "1.0.0-beta.21" authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index f00a105fe..949d99c2c 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.0.0-beta.20" +version = "1.0.0-beta.21" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"