diff --git a/Cargo.toml b/Cargo.toml index 62030642..9ee68e9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.1.7" +version = "2.1.8" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 9e9edca8..f3238401 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-backup (2.1.8-1) bullseye; urgency=medium + + * api: status: return gc-status again + + * proxmox-backup-proxy: stop accept() loop on daemon shutdown to avoid that + new request get accepted while the REST stack is already stopped, for + example on the reload triggered by a package upgrade. + + * pull: improve filtering local removal candidates + + -- Proxmox Support Team Mon, 02 May 2022 17:36:11 +0200 + rust-proxmox-backup (2.1.7-1) bullseye; urgency=medium * pbs-tape: sgutils2: check sense data when status is 'CHECK_CONDITION' diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 777f58e2..a5774c86 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.1.7" +version = "2.1.8" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"