diff --git a/Cargo.toml b/Cargo.toml index f24d0ea..e32bd2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pve-lxc-syscalld" edition = "2021" -version = "1.2.0" +version = "1.2.1" authors = [ "Wolfgang Bumiller ", ] diff --git a/debian/changelog b/debian/changelog index cf8eaff..7204196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-pve-lxc-syscalld (1.2.1-1) pve; urgency=medium + + * revert non-blocking socket i/o patch + + -- Proxmox Support Team Mon, 18 Jul 2022 11:17:54 +0200 + rust-pve-lxc-syscalld (1.2.0-1) pve; urgency=medium * update to rust edition 2021