From 614b5b67133cba8539e9712a2500d6d6357ee443 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 Nov 2024 14:32:39 +0100 Subject: [PATCH] bump version to 3.2.14-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ee2ddf7..202e6785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.2.13" +version = "3.2.14" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 35cfe691..b11d4c89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +rust-proxmox-backup (3.2.14-1) bookworm; urgency=medium + + * pull-sync: do not interpret older missing snapshots as needs-resync + + * api: directory: use relative path when creating removable datastore + + * ui: prune keep input: actually clear value on clear trigger click + + * ui: datastore edit: fix empty-text for path field + + * sync: push: pass full error context when returning error to job + + * api: mount removable datastore: only log an informational message if the + correct device is already mounted. + + * api: sync: restrict edit permissions for the new push sync jobs to avoid + that a user is able to create or edit sync jobs in push direction, but not + able to see them. + + * api: create datastore: fix checks to avoid that any datastore can contain + another one to better handle the case for the new removable datastores. + + -- Proxmox Support Team Wed, 27 Nov 2024 14:42:56 +0100 + rust-proxmox-backup (3.2.13-1) bookworm; urgency=medium * update pxar dependency to fix selective extraction with the newly