]> git.proxmox.com Git - pve-lxc-syscalld.git/commitdiff
bump version to 1.2.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 7 Jul 2022 13:20:31 +0000 (15:20 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 7 Jul 2022 13:20:31 +0000 (15:20 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index f48f57740407a02bf51da2f37b78a99cf542351d..f24d0ea56f5c0c8ccf0bbe4296e29b220f559249 100644 (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>",
 ]
index 5bf928c1a1a4c6f518320eaea3f5a893fbf0d44a..cf8eaffed8d2549b619b9eaf2f6f42ff2b9cf35f 100644 (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