sys: bmp to 0.5.6-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b25edb67de
commit
245d1ec2c1
@ -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
|
||||
|
@ -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 <support@proxmox.com> 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
|
||||
|
Loading…
Reference in New Issue
Block a user