]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 2.2.7-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Oct 2022 16:59:54 +0000 (18:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Oct 2022 16:59:54 +0000 (18:59 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog
pbs-buildcfg/Cargo.toml

index 628fdd1a3abab73a6fb20e4a2b8296c2cbb0ef4e..aa301a96d01b8b696277ea3ff0f5667903259739 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.2.6"
+version = "2.2.7"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index 5a0cb401c99c8903f3baf909740460768dfd20b7..69a2679252802842f5a49d780e7aca9cc9649643 100644 (file)
@@ -1,3 +1,31 @@
+rust-proxmox-backup (2.2.7-1) bullseye; urgency=medium
+
+  * ui: fix default language display
+
+  * docs: terminology: update snapshot uniqueness for namespaces
+
+  * docs: technical overview: add section about snapshots
+
+  * fix #4095: make http client use proxy config from 'ALL_PROXY' env var
+
+  * proxmox-backup-manager CLI: fix `pull` command not respecting local name
+    space setting
+
+  * daily update: fix subscription check
+
+  * fix #4165: SMART: add raw field
+
+  * prune-simulator: allow setting a custom date/time
+
+  * prune simulator: rework simulation options layout
+
+  * restore-daemon: add 'format' and 'zstd' parameters to the 'extract'
+    handler in preparation to exposing them in Proxmox VE
+
+  * file-restore: add 'format' and 'zstd' parameters to 'extract' CLI command
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 05 Oct 2022 18:59:31 +0200
+
 rust-proxmox-backup (2.2.6-1) bullseye; urgency=medium
 
   * manager: add 'subscription set-offline-key' command
index d62d847ad916559cf3be6ef264a5f873a0fc04c3..8ef34a8b7fa75a63d4bd31a983131ba9cb321fbb 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pbs-buildcfg"
-version = "2.2.6"
+version = "2.2.7"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 description = "macros used for pbs related paths such as configdir and rundir"