diff --git a/Cargo.toml b/Cargo.toml index e9cb0155..f3197ef7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.1.13" +version = "1.1.14" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 07a7ca72..969bff17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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