From 02c8ef8e85c59a1132e2e931e5a8b6d1ca05ef9c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 4 Apr 2025 19:44:48 +0200 Subject: [PATCH] pve: bump version to 0.9.3 Signed-off-by: Thomas Lamprecht --- pve-rs/Cargo.toml | 2 +- pve-rs/debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 2a4e242..af80bd5 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.9.2" +version = "0.9.3" description = "PVE parts which have been ported to Rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 5300ed1..826aa89 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,11 @@ +libpve-rs-perl (0.9.3) bookworm; urgency=medium + + * fix #4234: openid: adjust openid verification function for userinfo option + + * log: use new logging builder, print to stderr and journald + + -- Proxmox Support Team Fri, 04 Apr 2025 19:45:17 +0200 + libpve-rs-perl (0.9.2) bookworm; urgency=medium * move openid code from pve-rs to common with backward compatible wrappers