From e16c289f50eef5991e92db8bfd22091bab90741b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 2 Aug 2021 10:35:16 +0200 Subject: [PATCH] =?UTF-8?q?bump=20version=20to=C3=B6=202.0.8-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- debian/changelog | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a67003d9..c6141842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.7" +version = "2.0.8" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 6c24940a..9c0ea9d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +rust-proxmox-backup (2.0.8-1) bullseye; urgency=medium + + * use proxmox-apt to 0.6 + + * api: apt: adapt to proxmox-apt back-end changes + + * api/ui: allow zstd compression for new zpools + + * tape: media_catalog: add snapshot list cache for catalog + + * api2: tape: media: use MediaCatalog::snapshot_list for content listing + + * tape: lock media_catalog file to to get a consistent view with load_catalog + + * tape: changer: handle libraries that sends wrong amount of data + + * tape: changer: remove unnecesary inquiry parameter + + * api2: tape/restore: commit temporary catalog at the end + + * docs: tape: add instructions on how to restore the catalog + + * ui: tape/ChangerStatus: improve layout for large libraries + + * tape: changer: handle invalid descriptor data from library in status page + + * datastore config: cleanup code (use flatten attribute) + + -- Proxmox Support Team Mon, 02 Aug 2021 10:34:55 +0200 + rust-proxmox-backup (2.0.7-1) bullseye; urgency=medium * tape changer: better cope with models that are not following spec