]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version toƶ 2.0.8-1
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 2 Aug 2021 08:35:16 +0000 (10:35 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 2 Aug 2021 08:35:16 +0000 (10:35 +0200)
Cargo.toml
debian/changelog

index a67003d9481536cea3820b8dd8ccc518c602c28c..c61418420eaec5459bf5bed83af9a2c161cb2a79 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.0.7"
+version = "2.0.8"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index 6c24940a9c0c80e6e540e6d6e9a998b8971cc5a3..9c0ea9d29e0813f443511633d3932151cb5085c5 100644 (file)
@@ -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 <support@proxmox.com>  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