mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
add beta2 changelog, bump version to 1.0.0-beta.2
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,4 +1,24 @@
|
|||||||
# API changes
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.0-beta2
|
||||||
|
|
||||||
|
- https://c.delta.chat docs are now regenerated again through our CI
|
||||||
|
|
||||||
|
- several rPGP cleanups, security fixes and better multi-platform support
|
||||||
|
|
||||||
|
- reconnect on io errors and broken pipes (imap)
|
||||||
|
|
||||||
|
- probe SMTP with real connection not just setup
|
||||||
|
|
||||||
|
- various imap/smtp related fixes
|
||||||
|
|
||||||
|
- use to_string_lossy in most places instead of relying on valid utf-8
|
||||||
|
encodings
|
||||||
|
|
||||||
|
- rework, rustify and test autoconfig-reading and parsing
|
||||||
|
|
||||||
|
- some rustifications/boolifications of c-ints
|
||||||
|
|
||||||
|
|
||||||
## 1.0.0-beta1
|
## 1.0.0-beta1
|
||||||
|
|
||||||
|
|||||||
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -480,7 +480,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.0.0-beta.1"
|
version = "1.0.0-beta.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -549,9 +549,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.0.0-beta.1"
|
version = "1.0.0-beta.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"deltachat 1.0.0-beta.1",
|
"deltachat 1.0.0-beta.2",
|
||||||
"deltachat-provider-database 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"deltachat-provider-database 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.0.0-beta.1"
|
version = "1.0.0-beta.2"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL"
|
license = "MPL"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.0.0-beta.1"
|
version = "1.0.0-beta.2"
|
||||||
description = "Deltachat FFI"
|
description = "Deltachat FFI"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user