From 9525623c19107aee415b530dc7a70bcfedb38e11 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 4 Dec 2023 09:36:27 +0100 Subject: [PATCH] bump pmg-rs to 0.7.4 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 6bf3469..1797310 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmg-rs" -version = "0.7.3" +version = "0.7.4" 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 104cc97..fdf2dba 100644 --- a/pmg-rs/debian/changelog +++ b/pmg-rs/debian/changelog @@ -1,3 +1,13 @@ +libpmg-rs-perl (0.7.4) bookworm; urgency=medium + + * update to env logger 0.10 + + * use declare_magic for ACME + + * add Promox::Lib::PMG::use_safe_putenv + + -- Proxmox Support Team Wed, 06 Dec 2023 11:22:56 +0100 + libpmg-rs-perl (0.7.3) bookworm; urgency=medium * reset failure counts when unlocking second factors