]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 2.0.12-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Oct 2021 08:48:54 +0000 (10:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Oct 2021 09:13:06 +0000 (11:13 +0200)
note, this bump happened outside the main branch as it wasn't in a
good state and there was need for bumping (log/task rotate stuff).

Cherry picking the actual bump to avoid changelog/versioning
confusion on the next one, that should again happen on the main
branch.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit edc876c58e619ee4306f252485a4e364e3bb7784)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog
pbs-buildcfg/Cargo.toml

index 29b854afb649ed7d435cb06371107fcbd6aad5d0..faeed5a332b25a75e1140a9bd5620a11b7263cfc 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.0.11"
+version = "2.0.12"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index e55250583386b1aefc67839a275e3a1b1099ac75..ff93766453dc5bb42367028846a77c076f916298 100644 (file)
@@ -1,3 +1,12 @@
+rust-proxmox-backup (2.0.12-1) bullseye; urgency=medium
+
+  * proxmox-backup-proxy: clean up old tasks when their reference was rotated
+    out of the task-log index
+
+  * api daemons: fix sending log-reopen command
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 19 Oct 2021 10:48:28 +0200
+
 rust-proxmox-backup (2.0.11-1) bullseye; urgency=medium
 
   * drop aritifical limits for task-UPID length
index ba5593dca2eee3089c4d628a59a875aa76230bd2..f4c80a6b82d438f9d3daf0c294040400f04900d6 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pbs-buildcfg"
-version = "2.0.11"
+version = "2.0.12"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 description = "macros used for pbs related paths such as configdir and rundir"