]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 1.1.4-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Apr 2021 06:41:05 +0000 (08:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Apr 2021 06:41:05 +0000 (08:41 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index 2dd68f708ae333de98bc3f881ade0606dd917055..cc5cceab2c0219038114b22c14e3b754856dd7e3 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "1.1.3"
+version = "1.1.4"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index 539a8ee1d79d822ae9c6886028d92133bfbc5ebc..fb532489b0db7ff8389f04e6cc906dcf977e8a0c 100644 (file)
@@ -1,3 +1,25 @@
+rust-proxmox-backup (1.1.4-1) unstable; urgency=medium
+
+  * file-restore: add size to image files and components
+
+  * file-restore: exit with code 1 in case streaming fails
+
+  * file-restore: use less memory for VM (now 128 MiB) and reboot on panic
+
+  * ui: tape: improve reload drive-status logic on user actions
+
+  * tape backup: list the snapshots we could back up on failed backup
+    notification
+
+  * Improve on a scheduling issue when updating the calendar event such, that
+    it would had triggered between the last-run and now. Use the next future
+    event as actual next trigger instead.
+
+  * SCSI mode sense: include the expected and unexpected sizes in the error
+    message, to allow easier debugging
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Apr 2021 08:27:10 +0200
+
 rust-proxmox-backup (1.1.3-2) unstable; urgency=medium
 
   * improve check for LTO4 tapes