From c012875339a2c3ec74c64abcccdceb4df1789c92 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 12 Nov 2021 10:26:23 +0100 Subject: [PATCH] bump pve-rs to 0.3.1 Signed-off-by: Wolfgang Bumiller --- pve-rs/Cargo.toml | 2 +- pve-rs/debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 1c00edd..947da45 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.3.0" +version = "0.3.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 3fd7186..0460477 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,10 @@ +libpve-rs-perl (0.3.1) bullseye; urgency=medium + + * fix issuew which caused the unpadded base64 encoded entries in the old + tfa.cfg file to error due to an off-by-1 error trimming the final byte + + -- Proxmox Support Team Fri, 12 Nov 2021 10:23:55 +0100 + libpve-rs-perl (0.3.0) bullseye; urgency=medium * add TFA api