From 472b52f54c4db176eb408ebd0de209323879eb5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 17 Jun 2024 10:18:53 +0200 Subject: [PATCH] bump version to 3.2.6-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 | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb345f85b..273adbfeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.2.5" +version = "3.2.6" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index e0ef6f99a..b85bb0f07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-backup (3.2.6-1) bookworm; urgency=medium + + * tape: disable Programmable Early Warning Zone (PEWZ) + + * tape: handle PEWZ like regular early warning + + * docs: add note for not using remote storages + + * client: pxar: fix fuse mount performance for split archives + + -- Proxmox Support Team Mon, 17 Jun 2024 10:18:13 +0200 + rust-proxmox-backup (3.2.5-1) bookworm; urgency=medium * pxar: add support for split archives