bump version to 2.4.0-2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-27 19:34:53 +02:00
parent 61a51b240d
commit 56a358e47f
2 changed files with 45 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[workspace.package]
version = "2.3.3"
version = "2.4.0"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Dominik Csapak <d.csapak@proxmox.com>",

44
debian/changelog vendored
View File

@ -1,3 +1,47 @@
rust-proxmox-backup (2.4.0-2) bullseye; urgency=medium
* backup restore: improve error message if snapshot doesn't exist
* fix #4341: manager cli: add commands to run prune/sync/verify jobs
* api: add routes for managing LDAP realms
* auth: add LDAP realm authenticator
* server: implement LDAP realm sync job
* manager CLI: add commands for managing LDAP realms
* docs: add documentation for LDAP realms
* fix #4534: add clear trigger for simpler clearing schedule
* docs: maintenance: expand garbage collection section
* tape: inventory: don't skip unassigned tapes completely
* fix #4412: tape: initial WORM (Write Once Read Many) support and add
documentation
* api, ui: implement theme switcher for new dark mode color theme
* docs: implement dark mode that honors the prefers-color-scheme media query
automatically
* docs: add dark mode support to the api viewer
* fix #4578: use log crate for pxar create logging for a higher runtime
control via PBS_LOG, so that users can decide themselves which messages,
sources and levels are interesting for a particular use case.
* report: add `date -R` to general system info section
* drop exclusive lock for verify-after-complete, decreasing the chances of
triggering the issues with failing to lock backup snapshots on sync due to
verification still having held it by mistace (see #4523)
-- Proxmox Support Team <support@proxmox.com> Mon, 27 Mar 2023 19:42:30 +0200
rust-proxmox-backup (2.3.3-1) bullseye; urgency=medium
* fix #4448: ui: verify jobs: add namespace and max-depth columns