diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 1797310..f60ef29 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmg-rs" -version = "0.7.4" +version = "0.7.5" description = "PMG parts which have been ported to rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] diff --git a/pmg-rs/debian/changelog b/pmg-rs/debian/changelog index fdf2dba..982529e 100644 --- a/pmg-rs/debian/changelog +++ b/pmg-rs/debian/changelog @@ -1,3 +1,13 @@ +libpmg-rs-perl (0.7.5) bookworm; urgency=medium + + * add EAB binding support to ACME + + * make Proxmox::Lib::PMG pull in Proxmox::Lib::SslProbe to work around + an issue where the openssl-probe crate calls setenv() and messes up perl's + view of the environment + + -- Proxmox Support Team Thu, 07 Dec 2023 09:57:43 +0100 + libpmg-rs-perl (0.7.4) bookworm; urgency=medium * update to env logger 0.10