From 7a524f1048c22f99dbd729e141e28397fcf81d3b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 26 Jan 2022 16:24:11 +0100 Subject: [PATCH] bump version to 2.1.5-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 80245735..eafa5d94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.1.4" +version = "2.1.5" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 08500093..c356aa35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-backup (2.1.5-1) bullseye; urgency=medium + + * tell system allocator to always use mmap for allocations >= 128 KiB to + improve reclaimability of free'd memory to the OS and reduce peak and avg. + RSS consumption + + * file restore: always wait up to 25s for the file-restore-VM to have + scanned all possible filesystems in a backup. While theoretically there + are some edge cases where the tool waits less now, most common ones should + be waiting more compared to the 12s "worst" case previously. + + -- Proxmox Support Team Wed, 26 Jan 2022 16:23:09 +0100 + rust-proxmox-backup (2.1.4-1) bullseye; urgency=medium * config: add tls ciphers to NodeConfig diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index ff5cba8b..e64eaa09 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.1.4" +version = "2.1.5" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"