From 4d86df04a0739bfeb8594564474ae1c9754baf3f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 16 Jun 2021 09:55:41 +0200 Subject: [PATCH] bump version to 1.1.10-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 93681698..45ff551c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.1.9" +version = "1.1.10" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 66978181..bf4bc0cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,32 @@ -rust-proxmox-backup (1.1.9-1) unstable; urgency=medium +rust-proxmox-backup (1.1.10-1) buster; urgency=medium + + * ui: datastore list summary: catch and show errors per datastore + + * ui: dashboard: task summary: add a 'close' tool to the header + + * ensure that backups which are currently being restored or backed up to a + tape won't get pruned + + * improve error handling when locking a tape drive for a backup job + + * client/pull: log snapshots that are skipped because of creation time being + older than last sync time + + * ui: datastore options: add remove button to drop a datastore from the + configuration, without removing any actual data + + * ui: tape: drive selector: do not autoselect the drive + + * ui: tape: backup job: use correct default value for pbsUserSelector + + * fix #3433: disks: port over Proxmox VE's S.M.A.R.T wearout logic + + * backup: add helpers for async last recently used (LRU) caches for chunk + and index reading of backup snapshot + + -- Proxmox Support Team Wed, 16 Jun 2021 09:46:15 +0200 + +rust-proxmox-backup (1.1.9-1) stable; urgency=medium * lto/sg_tape/encryption: remove non lto-4 supported byte