]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 1.0.2-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Nov 2020 07:32:09 +0000 (08:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Nov 2020 07:33:20 +0000 (08:33 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index b5f2acfec5cc03000b4a2c9be2dd861e71ca5151..d2ca3eebc89d953148f200287db84252783ada32 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "1.0.1"
+version = "1.0.2"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index b4db4dc0745425d133a05bde2880c73c900c29aa..e7dcc800cf735d24371e65ab2d9058558aa38584 100644 (file)
@@ -1,3 +1,35 @@
+rust-proxmox-backup (1.0.2-1) stable; urgency=medium
+
+  * client: inform user when automatically using the default encryption key
+
+  * ui: UserView: render name as 'Firstname Lastname'
+
+  * proxmox-backup-manager: add versions command
+
+  * pxar: fix anchored exclusion at archive root
+
+  * pxar: include .pxarexclude files in the archive
+
+  * client: expose all-file-systems option
+
+  * api: make expensive parts of datastore status opt-in
+
+  * api: include datastore ID in invalid owner errors
+
+  * garbage collection: treat .bad files like regular chunks to ensure they
+    are removed if not referenced anymore
+
+  * client: fix issues with encoded UPID strings
+
+  * encryption: add fingerprint to key config
+
+  * client: add 'key show' command
+
+  * fix #3139: add key fingerprint to backup snapshot manifest and check it
+    when loading with a key
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Nov 2020 08:30:44 +0100
+
 rust-proxmox-backup (1.0.1-1) unstable; urgency=medium
 
   * ui: datastore summary: drop 'removed bytes' display