From c4430a937d3d8507aed0abe34e7541a30ef402f5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 18 Mar 2021 12:36:28 +0100 Subject: [PATCH] bump version to 1.0.11-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79945312..9483831c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.0.10" +version = "1.0.11" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 33a26539..87e82d4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-backup (1.0.11-1) unstable; urgency=medium + + * fix feature flag logic in pxar create + + * tools/zip: add missing start_disk field for zip64 extension to improve + compatibility with some strict archive tools + + * tape: speedup backup by doing read/write in parallel + + * tape: store datastore name in tape archives and media catalog + + -- Proxmox Support Team Thu, 18 Mar 2021 12:36:01 +0100 + rust-proxmox-backup (1.0.10-1) unstable; urgency=medium * tape: improve MediaPool allocation by sorting tapes by creation time and