From: Thomas Lamprecht Date: Thu, 29 Oct 2020 16:19:20 +0000 (+0100) Subject: bump version to 0.9.3-2 X-Git-Tag: v0.9.4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c9299e76fc41051b92ddb137a266e95698ca47ab;hp=2f1a46f748c1732caab5231e34109d84befd32ec;p=proxmox-backup.git bump version to 0.9.3-2 Signed-off-by: Thomas Lamprecht --- diff --git a/Cargo.toml b/Cargo.toml index c1d845ef..061ff1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.9.3" +version = "0.9.4" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 582b466b..fb7e01f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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