From af660f1feea7f130faf8ddede209f799055b16e8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 17 Nov 2023 10:40:17 +0100 Subject: [PATCH] sys: bump version to 0.5.1-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 10 ++++++++++ proxmox-sys/debian/control | 12 ++++++------ 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f247be0..d4d532b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ proxmox-schema = { version = "2.0.0", path = "proxmox-schema" } proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" } proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] } proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" } -proxmox-sys = { version = "0.5.0", path = "proxmox-sys" } +proxmox-sys = { version = "0.5.1", path = "proxmox-sys" } proxmox-tfa = { version = "4.0.4", path = "proxmox-tfa" } proxmox-time = { version = "1.1.4", path = "proxmox-time" } proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" } diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 1703de67..2fdb3f5d 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.5.0" +version = "0.5.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index a27fe2ae..98b601a3 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-sys (0.5.1-1) bookworm; urgency=medium + + * fix #4162: sys: added `auto-submitted` header to email body + + * email: add `forward` + + * purge now unused pty module + + -- Proxmox Support Team Fri, 17 Nov 2023 10:36:38 +0100 + rust-proxmox-sys (0.5.0-1) bookworm; urgency=medium * bump zstd to 0.12 diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index 4824d6d1..4baea03d 100644 --- a/proxmox-sys/debian/control +++ b/proxmox-sys/debian/control @@ -65,11 +65,11 @@ Provides: librust-proxmox-sys-0.5+crypt-dev (= ${binary:Version}), librust-proxmox-sys-0.5+default-dev (= ${binary:Version}), librust-proxmox-sys-0.5+timer-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.0-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.0+acl-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.0+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.0+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.0+timer-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.1-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.1+acl-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.1+crypt-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.1+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.1+timer-dev (= ${binary:Version}) Description: System tools (using nix) - Rust source code This package contains the source for the Rust proxmox-sys crate, packaged by debcargo for use with cargo and dh-cargo. @@ -85,7 +85,7 @@ Depends: Provides: librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}), librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.0+logrotate-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.1+logrotate-dev (= ${binary:Version}) Description: System tools (using nix) - feature "logrotate" This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by pulling in any additional dependencies needed by that feature.