From 137309cc4ec63869e30528261d7b7ef258e8f89c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 11 May 2021 13:23:29 +0200 Subject: [PATCH] bump version to 1.1.7-1 --- Cargo.toml | 2 +- debian/changelog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 246b8e07..34880202 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.1.6" +version = "1.1.7" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index fcaa171e..376af082 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,57 @@ +rust-proxmox-backup (1.1.7-1) unstable; urgency=medium + + * client: use stderr for all fingerprint confirm msgs + + * fix #3391: improve mismatched fingerprint handling + + * tape: add single snapshot restore + + * docs/api-viewer: improve rendering of array format + + * tape/pool_writer: do not unwrap on channel send + + * ui: window/SyncJobEdit: disable autoSelect for remote datastore + + * ui: tape: rename 'Datastore' to 'Target Datastore' + + * manager: acme plugin: auto-complete available DNS challenge types + + * manager: acme plugin: remove ID completion helper from add command + + * completion: ACME plugin type: comment out http type for now, not useful + + * acme: use proxmox-acme-plugins and load schema from there + + * fix 3296: add http_proxy to node config, and provide a cli + + * fix #3331: improve progress for last snapshot in group + + * file-restore: add debug mode with serial access + + * file-restore: support more drives + + * file-restore: add more RAM for VMs with many drives or debug + + * file-restore: try to kill VM when stale + + * make sure URI paths start with a slash + + * tape: use LOCATE(16) SCSI command + + * call create_run_dir() at daemon startup + + * tape/drive: add 'move_to_file' to TapeDriver trait + + * proxmox_restore_daemon: mount ntfs with 'utf8' option + + * client/http_client: add necessary brackets for ipv6 + + * docs: tape: clarify LTO-4/5 support + + * tape/restore: optimize chunk restore behaviour + + -- Proxmox Support Team Tue, 11 May 2021 13:22:49 +0200 + rust-proxmox-backup (1.1.6-2) unstable; urgency=medium * fix permissions set in create_run_dir