From 6a356987969a6bad736fd8c85b4b2b1f2b934600 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 4 Jun 2022 16:30:18 +0200 Subject: [PATCH] bump version to 2.2.3-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 13 +++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b7e37a4..234f2bee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.2.2" +version = "2.2.3" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 9af9c124..c06569bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-backup (2.2.3-1) bullseye; urgency=medium + + * datastore: swap dirtying the datastore cache every 60s by just using the + available config digest to detect any changes accuratly when the actually + happen + + * api: datastore list and datastore status: avoid opening datastore and + possibly iterating over namespace (for lesser privileged users), but + rather use the in-memory ACL tree directly to check if there's access to + any namespace below. + + -- Proxmox Support Team Sat, 04 Jun 2022 16:30:05 +0200 + rust-proxmox-backup (2.2.2-3) bullseye; urgency=medium * datastore: lookup: reuse ChunkStore on stale datastore re-open diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index f43d8645..491c26ac 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.2.2" +version = "2.2.3" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"