From 245d1ec2c1ea8d40d3f0809631e0b6d478e0b75f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 17 Jun 2024 14:04:58 +0200 Subject: [PATCH] sys: bmp to 0.5.6-1 Signed-off-by: Wolfgang Bumiller --- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index d118de2b..bb7dee8a 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.5.5" +version = "0.5.6" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 2a3fcda2..792b0d82 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-sys (0.5.6-1) bookworm; urgency=medium + + * fs: make file parameter generic in CreateOptions + + * fs: add helpers to check file and directory permissions + + * fs: use 0750 as default for directory permissions + + * fs: change error of create_dir to include the path, this changes the error + type from nix::Error to anyhow::Error + + -- Proxmox Support Team Mon, 17 Jun 2024 14:04:41 +0200 + rust-proxmox-sys (0.5.5-1) bookworm; urgency=medium * crypt: use constant time comparison for password verification