Release 4.19.0 (#382)

This commit is contained in:
Evan Rittenhouse 2025-09-05 12:13:20 -07:00 committed by GitHub
parent 963425eb82
commit 330bf825d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 4 deletions

View File

@ -8,7 +8,7 @@ members = [
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "4.18.0" version = "4.19.0"
repository = "https://github.com/cloudflare/boring" repository = "https://github.com/cloudflare/boring"
edition = "2021" edition = "2021"
@ -19,9 +19,9 @@ tag-prefix = ""
publish = false publish = false
[workspace.dependencies] [workspace.dependencies]
boring-sys = { version = "4.18.0", path = "./boring-sys" } boring-sys = { version = "4.19.0", path = "./boring-sys" }
boring = { version = "4.18.0", path = "./boring" } boring = { version = "4.19.0", path = "./boring" }
tokio-boring = { version = "4.18.0", path = "./tokio-boring" } tokio-boring = { version = "4.19.0", path = "./tokio-boring" }
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] } bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
bytes = "1" bytes = "1"

View File

@ -1,3 +1,12 @@
4.19.0
- 2025-09-03 Add binding for X509_check_ip_asc
- 2025-06-13 Use ERR_clear_error
- 2025-06-13 Error descriptions and docs
- 2025-06-13 Boring doesn't use function codes
- 2025-09-03 Fix patched docs.rs builds
- 2025-09-03 Test docs.rs docs
- 2025-09-03 Fix doc links
4.18.0 4.18.0
- 2025-05-29 Add set_verify_param - 2025-05-29 Add set_verify_param
- 2025-05-28 Add support for X509_STORE_CTX_get0_untrusted - 2025-05-28 Add support for X509_STORE_CTX_get0_untrusted