diff --git a/Cargo.toml b/Cargo.toml index 2dd68f70..cc5cceab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.1.3" +version = "1.1.4" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 539a8ee1..fb532489 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 27 Apr 2021 08:27:10 +0200 + rust-proxmox-backup (1.1.3-2) unstable; urgency=medium * improve check for LTO4 tapes