diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index e74c4461..9bf1c1dd 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.6.0" +version = "0.6.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 5fa9f439..42b81c93 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,20 @@ +rust-proxmox-sys (0.6.1-1) bookworm; urgency=medium + + * drop fd::cwd() - this is known to not be in use and trivially replaced by + a call to open(".") when needed + + * adapt to IO Safety changes: don't create OwnedFd from AT_FDCWD + + * replace deprecated `io_err_other` calls with std calls + + * replace CStr::from_bytes... builds with c"literals" + + * deprecate systemd module, use the new proxmox-systemd crate instead + + * fix typos in documentation + + -- Proxmox Support Team Tue, 06 Aug 2024 13:49:53 +0200 + rust-proxmox-sys (0.6.0-1) bookworm; urgency=medium * process_locker: explicitly do not truncate the lock file