summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Birr-Pixton <jpixton@gmail.com>2022-05-14 18:12:55 +0100
committerJoseph Birr-Pixton <jpixton@gmail.com>2022-05-14 18:14:32 +0100
commit34ad3ab00effa88b5da675788d48a8f88fb8fc36 (patch)
tree011ced1c03be2d80f596c2d4d352b0a75c6ee533
parenta8d361c90abd03b6b5d74cb9d27684aac7d02621 (diff)
Prepare 0.20.5v/0.20.5
-rw-r--r--README.md5
-rw-r--r--rustls/Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 73009c31..9c356f5f 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,11 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).
* Next release:
- Planned: removal of unused signature verification schemes at link-time.
+* 0.20.5 (2022-05-14)
+ - Correct compatbility with servers which return no TLS extensions and take
+ advantage of a special case encoding.
+ - Remove spurious warn-level logging introduced in 0.20.3.
+ - Fix server::ResolvesServerCertUsingSni case sensitivity.
* 0.20.4 (2022-02-19)
- Correct regression in QUIC 0-RTT support.
* 0.20.3 (2022-02-13)
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index 7189f0a8..c5f4f92b 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.20.4"
+version = "0.20.5"
edition = "2018"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"