From 4940514b0f05d6cd6a5f711edfdd47c1fa41b537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 5 Jun 2024 16:24:36 +0200 Subject: [PATCH] bump version to 3.2.4-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4119b3ca..74c6991c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.2.3" +version = "3.2.4" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index a0908537..3e669886 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-backup (3.2.4-1) bookworm; urgency=medium + + * fix: network api: permission using wrong pathname + + * fix #5503: d/control: bump dependency for proxmox-widget-toolkit + + * auth: add locking to `PbsAuthenticator` to avoid race conditions + + -- Proxmox Support Team Wed, 05 Jun 2024 16:23:38 +0200 + rust-proxmox-backup (3.2.3-1) bookworm; urgency=medium * api-types: remove influxdb bucket name restrictions