Release 4.19.0 (#382)
This commit is contained in:
parent
963425eb82
commit
330bf825d4
|
|
@ -8,7 +8,7 @@ members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "4.18.0"
|
||||
version = "4.19.0"
|
||||
repository = "https://github.com/cloudflare/boring"
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -19,9 +19,9 @@ tag-prefix = ""
|
|||
publish = false
|
||||
|
||||
[workspace.dependencies]
|
||||
boring-sys = { version = "4.18.0", path = "./boring-sys" }
|
||||
boring = { version = "4.18.0", path = "./boring" }
|
||||
tokio-boring = { version = "4.18.0", path = "./tokio-boring" }
|
||||
boring-sys = { version = "4.19.0", path = "./boring-sys" }
|
||||
boring = { version = "4.19.0", path = "./boring" }
|
||||
tokio-boring = { version = "4.19.0", path = "./tokio-boring" }
|
||||
|
||||
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
|
||||
bytes = "1"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
- 2025-05-29 Add set_verify_param
|
||||
- 2025-05-28 Add support for X509_STORE_CTX_get0_untrusted
|
||||
|
|
|
|||
Loading…
Reference in New Issue