]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 2.2.3-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 4 Jun 2022 14:30:18 +0000 (16:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 4 Jun 2022 14:30:20 +0000 (16:30 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog
pbs-buildcfg/Cargo.toml

index 4b7e37a4b19775f06a3ec9ab515c3574bc341e9f..234f2bee06d19888f714f7a3cdcce0895baeef97 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.2.2"
+version = "2.2.3"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index 9af9c124993ac10c2a6b5ee22976a803f917b37c..c06569bdd8231148a970f2654b59bdf5b898ec51 100644 (file)
@@ -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 <support@proxmox.com>  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
index f43d864576e53eb2a90f640ab661a034024e3d7d..491c26ac9f52d614bf3ab85b5cb59a4418ee6081 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pbs-buildcfg"
-version = "2.2.2"
+version = "2.2.3"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 description = "macros used for pbs related paths such as configdir and rundir"