From 9f992409c7bda9266abca825f1d57956779ce616 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sun, 10 May 2020 23:57:21 +0200 Subject: [PATCH 1/2] changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a463915..80560f305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.32.0 + +- fix endless loop when trying to download messages with bad RFC Message-ID, + also be more reliable on similar errors #1463 #1466 #1462 + +- fix bug with comma in contact request #1438 + +- do not refer to hidden messages on replies #1459 + +- improve error handling #1468 #1465 #1464 + + ## 1.31.0 - always describe the context of the displayed error #1451 From 3f0136ae7c75fd56b2cf61dc7439e7b5dc164763 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sun, 10 May 2020 23:58:22 +0200 Subject: [PATCH 2/2] bump version to 1.32.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b69b5987..4b1e1589d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,7 +629,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.31.0" +version = "1.32.0" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "async-imap 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -695,10 +695,10 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.31.0" +version = "1.32.0" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", - "deltachat 1.31.0", + "deltachat 1.32.0", "human-panic 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 46a356eb5..cffcfad77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.31.0" +version = "1.32.0" authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL-2.0" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index c604906a8..ad4bf5df0 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.31.0" +version = "1.32.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"