bump version to 1.1.14-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9402e9f357
commit
a67874b6ae
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "proxmox-backup"
|
||||
version = "1.1.13"
|
||||
version = "1.1.14"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Dominik Csapak <d.csapak@proxmox.com>",
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
rust-proxmox-backup (1.1.14-1) buster; urgency=medium
|
||||
|
||||
* drop RawWaker usage to avoid a leaking a refcount
|
||||
|
||||
* pbs-tools: LruCache: implement Drop to fix a memory leak for the cache
|
||||
|
||||
* ui: add notice for nearing PBS 1.1 End-of-Life
|
||||
|
||||
* backport "datastore: lookup: reuse ChunkStore on stale datastore re-open"
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 02 Jun 2022 18:07:54 +0200
|
||||
|
||||
rust-proxmox-backup (1.1.13-3) buster; urgency=medium
|
||||
|
||||
* fix sending log-rotation command to API daemons
|
||||
|
|
Loading…
Reference in New Issue