]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 2.0.11-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 14:34:35 +0000 (16:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 14:34:35 +0000 (16:34 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog
pbs-buildcfg/Cargo.toml

index 76bde80d748dac4351dbf802a55266aacbc6debb..4c5d29479f3a9c08abba5ef5d0295eb52a18516d 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.0.10"
+version = "2.0.11"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index 06dd7aa2ef2d5048008a7c037e6b462a8f177087..e55250583386b1aefc67839a275e3a1b1099ac75 100644 (file)
@@ -1,3 +1,25 @@
+rust-proxmox-backup (2.0.11-1) bullseye; urgency=medium
+
+  * drop aritifical limits for task-UPID length
+
+  * tools: smart: only throw error for the fatal usage errors of smartctl
+
+  * api: improve returning errors for extjs formatter
+
+  * proxmox-rest-server: improve logging
+
+  * subscription: switch verification domain over to shop.proxmox.com
+
+  * rest-server/daemon: use new sd_notify_barrier helper for handling
+    synchronization with systemd on service reloading
+
+  * ui: datastore/Content: add empty text for no snapshots
+
+  * ui: datastore/Content: move first store-load into activate listener to
+    ensure we've a proper loading mask for better UX
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Oct 2021 16:34:14 +0200
+
 rust-proxmox-backup (2.0.10-1) bullseye; urgency=medium
 
   * ui: fix order of prune keep reasons
index 09bc2ec0945159320fed65801dbf9de48cc7401b..ba5593dca2eee3089c4d628a59a875aa76230bd2 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pbs-buildcfg"
-version = "2.0.10"
+version = "2.0.11"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 description = "macros used for pbs related paths such as configdir and rundir"