bump version to 1.2.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-07-07 15:20:31 +02:00
parent ff22261dde
commit bf111d7e15
2 changed files with 14 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "pve-lxc-syscalld"
edition = "2021"
version = "1.1.1"
version = "1.2.0"
authors = [
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]

13
debian/changelog vendored
View File

@ -1,3 +1,16 @@
rust-pve-lxc-syscalld (1.2.0-1) pve; urgency=medium
* update to rust edition 2021
* update nix dependency to 0.24
* keep worker count between 2 and 4 to avoid lots of idle threads on high
thread cpus, as we rarely get involved in container activity
* use non-blocking i/o for sockets
-- Proxmox Support Team <support@proxmox.com> Thu, 07 Jul 2022 15:18:20 +0200
rust-pve-lxc-syscalld (1.1.1-1) pve; urgency=medium
* improve handling of AT_FDCWD as file descriptor parameter