From 80b0423d5419b70cfbd32e3cbf61bbb6a22d2a4c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 9 Nov 2020 07:37:05 +0100 Subject: [PATCH] bump version to 0.9.7-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 755069a3..04240fdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.9.6" +version = "0.9.7" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 81ad226a..9afdcc61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +rust-proxmox-backup (0.9.7-1) unstable; urgency=medium + + * ui: add remote store selector + + * tools/daemon: fix reload with open connections + + * pxar/create: fix endless loop for shrinking files + + * pxar/create: handle ErrorKind::Interrupted for file reads + + * ui: add action-button for changing backup group owner + + * docs: add interactive prune simulator + + * verify: fix unprivileged verification jobs + + * tasks: allow access to job tasks + + * drop internal 'backup@pam' owner, sync jobs need to set a explicit owner + + * api: datastore: allow to set "verify-new" option over API + + * ui: datastore: add Options tab, allowing one to change per-datastore + notification and verify-new options + + * docs: scroll navigation bar to current active section + + -- Proxmox Support Team Mon, 09 Nov 2020 07:36:58 +0100 + rust-proxmox-backup (0.9.6-1) unstable; urgency=medium * fix #3106: improve queueing new incoming connections