]> git.proxmox.com Git - pve-lxc-syscalld.git/commitdiff
bump version to 1.1.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 1 Jun 2022 07:45:51 +0000 (09:45 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 1 Jun 2022 07:46:08 +0000 (09:46 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index 72113d7ec0b70096561523a89c199be018531ec3..f78c5da2df6683b39d4c505e647bab72d8e8238d 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "pve-lxc-syscalld"
 edition = "2018"
-version = "1.1.0"
+version = "1.1.1"
 authors = [
     "Wolfgang Bumiller <w.bumiller@proxmox.com>",
 ]
index 5989acfe2ca2aeee3195915f2a5408580ccbc5e0..5bf928c1a1a4c6f518320eaea3f5a893fbf0d44a 100644 (file)
@@ -1,3 +1,9 @@
+rust-pve-lxc-syscalld (1.1.1-1) pve; urgency=medium
+
+  * improve handling of AT_FDCWD as file descriptor parameter
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 01 Jun 2022 09:42:15 +0200
+
 rust-pve-lxc-syscalld (1.1.0-1) pve; urgency=medium
 
   * accept negative file descriptors, as they have valid use cases