From ed8bc69a50301ad420366d8431a7891b4992408d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 9 Dec 2024 10:37:38 +0100 Subject: [PATCH] bump version to 3.3.2-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e438d04..9354fb17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.3.1" +version = "3.3.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 4d0a8c90..90ed8957 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-backup (3.3.2-1) bookworm; urgency=medium + + * pbs-client: remove `log` dependency and migrate to our common, + `tracing`-based, logging infrastructure. No semantic change intended. + + * file restore: switch to more modern blockdev option for drives in QEMU + wrapper for the restore VM. + + * pxar: client: fix missing file size check for metadata comparison + + -- Proxmox Support Team Mon, 09 Dec 2024 10:37:32 +0100 + rust-proxmox-backup (3.3.1-1) bookworm; urgency=medium * tree-wide: add missing O_CLOEXEC flags to `openat` calls to avoid passing