From ce76b4b3c2a2bea3eda58e5f8b78665a3f797a60 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 30 Jun 2021 11:25:11 +0200 Subject: [PATCH] bump version to 1.1-11-1 --- Cargo.toml | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45ff551c..5126ae98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.1.10" +version = "1.1.11" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index bf4bc0cf..22548fe4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-backup (1.1.11-1) unstable; urgency=medium + + * tape/drive: fix logging when requesting media + + * tape: fix LTO locate_file for HP drives + + * fix #3393 (again): pxar/create: try to read xattrs/fcaps/acls by default + + * proxmox-backup-manager: show task log on datastore create + + -- Proxmox Support Team Wed, 30 Jun 2021 11:24:20 +0200 + rust-proxmox-backup (1.1.10-1) buster; urgency=medium * ui: datastore list summary: catch and show errors per datastore