From e6120a8f6ff36f627a4da3a1a51a1e47231f5cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 22 Dec 2022 11:35:51 +0100 Subject: [PATCH] bump version to 2.3.2-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/changelog | 38 ++++++++++++++++++++++++++++++++++++++ debian/control | 2 +- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16f4822c..78ded46d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "2.3.1" +version = "2.3.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 5ce214d4..2775c93a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +rust-proxmox-backup (2.3.2-1) bullseye; urgency=medium + + * ui: datastore options: fix default for prune notify render + + * tape: hide internal use of all zero uuid for unassigned tapes + + * tape: inventory: skip unassigned tapes + + * ui: metricserver: fix enable column + + * code re-organization + + * tree-wide: bump edition to 2021 + + * debug cli: show more file attributes for `diff archive` command + + * debug cli: add 'compare-content' flag to `diff archive` command + + * debug cli: add colored output for `diff archive` + + * use workspace inheritance feature of cargo 0.65 + + * update for new proxmox-api-macro + + * fix #4346: pbs-client: don't fail silently when storing ticket + + * d/control: add jq as a build dependency + + * d/postinst: check if datastore lockfile actually exists + + * fix #4387: pbs-client: print task-logs to stdout + + * fix #4256: api2: remove prune jobs on datastore delete + + * fix #4256: api2: remove datastore ACL-node on removal of datastore + + -- Proxmox Support Team Thu, 22 Dec 2022 11:31:17 +0100 + rust-proxmox-backup (2.3.1-1) bullseye; urgency=medium * d/postinst: try to fixup installations with wrong .datastore.lck owner for diff --git a/debian/control b/debian/control index aed9b876..6878aba3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Build-Depends: debhelper (>= 12), dh-cargo (>= 24), - cargo:native, + cargo:native (>= 0.65.0-1), rustc:native, libstd-rust-dev, librust-anyhow-1+default-dev,