From fb2ec93c4f2a166e19503e899333e8d4da5a6b42 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 10 Jun 2021 12:05:19 +0200 Subject: [PATCH] bump version to 1.0.0-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb732a7..10d4bc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pve-lxc-syscalld" edition = "2018" -version = "0.9.2" +version = "1.0.0" authors = [ "Wolfgang Bumiller ", ] diff --git a/debian/changelog b/debian/changelog index 1a9a92b..f2dca24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +rust-pve-lxc-syscalld (1.0.0-1) pve; urgency=medium + + * support pure cgroupv2 environments + + * fix issue with tokio 1.0 update causing pipes in forked syscalls to + wrongly indicate EOF + + -- Proxmox Support Team Thu, 10 Jun 2021 12:03:52 +0200 + rust-pve-lxc-syscalld (0.9.2-1) pve; urgency=medium * update to tokio 1.0