]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 0.9.3-2 v0.9.4
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Oct 2020 16:19:20 +0000 (17:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Oct 2020 16:20:04 +0000 (17:20 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index c1d845efcb8266742bc7749c6edc57b08f66d17f..061ff1f6a7eec4d92af80e2a625185d2e0a76341 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "0.9.3"
+version = "0.9.4"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 582b466bd607ef0ed393b3085a7af29f79f24fdf..fb7e01f8e3eff6a319605ac74f28b0d86ace590f 100644 (file)
@@ -1,3 +1,19 @@
+rust-proxmox-backup (0.9.4-1) unstable; urgency=medium
+
+  * implement API-token
+
+  * client/remote: allow using API-token + secret
+
+  * ui/cli: implement API-token management interface and commands
+
+  * ui: add widget to view the effective permissions of a user or token
+
+  * ui: datastore summary: handle error when havin zero snapshot of any type
+
+  * ui: move user, token and permissions into an access control tab panel
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Oct 2020 17:19:13 +0100
+
 rust-proxmox-backup (0.9.3-1) unstable; urgency=medium
 
   * fix #2998: encode mtime as i64 instead of u64