5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-20 14:03:53 +03:00

bump version to 2.2.5-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-07-18 14:23:05 +02:00
parent c2206e21e0
commit c5cd99b15b
3 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-backup"
version = "2.2.4"
version = "2.2.5"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Dominik Csapak <d.csapak@proxmox.com>",

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
rust-proxmox-backup (2.2.5-1) bullseye; urgency=medium
* fix #4157: docs: fix copy-paste error in repo examples
* api daemons: periodically trigger unparking of a tokio thread to ensure
work progress for all incoming requests on in some unfortunate occasions
-- Proxmox Support Team <support@proxmox.com> Mon, 18 Jul 2022 14:22:18 +0200
rust-proxmox-backup (2.2.4-1) bullseye; urgency=medium
* config: remove duplicate privilege lookup in cached_user_info

View File

@ -1,6 +1,6 @@
[package]
name = "pbs-buildcfg"
version = "2.2.4"
version = "2.2.5"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
description = "macros used for pbs related paths such as configdir and rundir"