Release 4.12.0
This commit is contained in:
parent
c113ec5a0d
commit
2b75e1e127
|
|
@ -8,7 +8,7 @@ members = [
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "4.11.0"
|
version = "4.12.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.11.0", path = "./boring-sys" }
|
boring-sys = { version = "4.12.0", path = "./boring-sys" }
|
||||||
boring = { version = "4.11.0", path = "./boring" }
|
boring = { version = "4.12.0", path = "./boring" }
|
||||||
tokio-boring = { version = "4.11.0", path = "./tokio-boring" }
|
tokio-boring = { version = "4.12.0", path = "./tokio-boring" }
|
||||||
|
|
||||||
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
4.12.0
|
||||||
|
- 2024-11-20 Add bindings for SSL_CB_ACCEPT_EXIT and SSL_CB_CONNECT_EXIT
|
||||||
|
- 2024-10-22 (ci): brew link x86 toolchain for macos13 runner
|
||||||
|
- 2024-10-22 Skip bindgen 0.70's layout tests before Rust 1.77
|
||||||
|
- 2024-10-18 Add `set_cert_verify_callback` (`SSL_CTX_set_cert_verify`)
|
||||||
|
|
||||||
4.11.0
|
4.11.0
|
||||||
- 2024-10-17 boring-sys: include HPKE header file for bindgen
|
- 2024-10-17 boring-sys: include HPKE header file for bindgen
|
||||||
- 2024-10-17 Add "fips-compat" feature
|
- 2024-10-17 Add "fips-compat" feature
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue