From: Thomas Lamprecht Date: Tue, 28 Mar 2023 17:23:24 +0000 (+0200) Subject: bump version to 2.4.1-1 X-Git-Tag: v2.4.1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3da94f2e7429ea1653ed5e61a0f83e67ff02b8be;p=proxmox-backup.git bump version to 2.4.1-1 Signed-off-by: Thomas Lamprecht --- diff --git a/Cargo.toml b/Cargo.toml index 032060e0..0c86cd1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "2.4.0" +version = "2.4.1" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 413e55e0..89011d4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-backup (2.4.1-1) bullseye; urgency=medium + + * fix #4521: api/tasks: replace upid as filename for task log downloads + + * docs: exand PBS to Proxmox Backup (Server) + + * ui: dark mode: add dark mode colors to the datastore usage charts + + * api-types: ldap: add verification regex for LDAP DNs derived from Proxmox + VE + + * cli: manager, tape, debug: setup auth context to make local connect work + again + + * ui: user edit: fix filtering out pam realm from selector on user-add + + -- Proxmox Support Team Tue, 28 Mar 2023 19:23:15 +0200 + rust-proxmox-backup (2.4.0-2) bullseye; urgency=medium * backup restore: improve error message if snapshot doesn't exist