From fb5f1be6dc3164a2bd9634e758950a3572c615e9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 7 Dec 2023 09:52:06 +0100 Subject: [PATCH] bump pmg-rs to 0.7.5 Signed-off-by: Wolfgang Bumiller --- pmg-rs/Cargo.toml | 2 +- pmg-rs/debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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