From 6ca7b34fd0c401d4ce1b5e94c8d94713bc1e463d Mon Sep 17 00:00:00 2001 From: Ivan Nikulin Date: Fri, 28 Jun 2024 10:58:08 +0100 Subject: [PATCH] Release 4.8.0 --- Cargo.toml | 8 ++++---- RELEASE_NOTES | 14 +++++++++++++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50e135d4..4de7bd10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "4.7.0" +version = "4.8.0" repository = "https://github.com/cloudflare/boring" edition = "2021" @@ -19,9 +19,9 @@ tag-prefix = "" publish = false [workspace.dependencies] -boring-sys = { version = "4.7.0", path = "./boring-sys" } -boring = { version = "4.7.0", path = "./boring" } -tokio-boring = { version = "4.7.0", path = "./tokio-boring" } +boring-sys = { version = "4.8.0", path = "./boring-sys" } +boring = { version = "4.8.0", path = "./boring" } +tokio-boring = { version = "4.8.0", path = "./tokio-boring" } bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] } cmake = "0.1.18" diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 5dd654e8..9f36e57c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,16 @@ -4.7.0 +4.8.0 +- 2024-06-28 Expose hmac_sha1 function +- 2024-06-18 Fix workflows file, pin mac os FIPS crossbuild runner to macos-13 +- 2024-06-18 clippy: *::max_value() -> *::MAX +- 2024-06-18 Expose X509_check_host +- 2024-06-18 Expose SSL_add1_chain_cert +- 2024-06-18 Expose SSL_{set|clear}_mode +- 2024-06-18 Expose SSL_{get|set}_{max|min}_proto_version +- 2024-06-18 Add APIs to expose client and server cipher lists +- 2024-06-18 Expose SSL_CIPHER_is_aead and SSL_CIPHER_auth_nid +- 2024-06-18 Add NIDs for cipher authentication types +- 2024-06-14 Impl From for SslSignatureAlgorithm +- 2024-03-27 Updates license field to valid SPDX format - 2024-05-31 Fix crosscompile - 2024-05-30 Expose hmac_sha256/512 functions