From 4dc4bb91adf7a43aba3f0bf4ce7f449db174eb89 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 15 Jan 2020 15:34:26 +0100 Subject: [PATCH] bump proxmox-sys to 0.1.2 Signed-off-by: Wolfgang Bumiller --- proxmox-sys/Cargo.toml | 4 ++-- proxmox-sys/debian/changelog | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 0b5ca8b8..3b4571fa 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-sys" edition = "2018" -version = "0.1.1" +version = "0.1.2" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", @@ -16,7 +16,7 @@ failure = "0.1" lazy_static = "1.4" libc = "0.2" nix = "0.16" -proxmox-tools = { version = "0.1.1", path = "../proxmox-tools" } +proxmox-tools = { version = "0.1.2", path = "../proxmox-tools" } # Docs should be able to reference the proxmox crate. [dev-dependencies] diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 57133438..01b8dd21 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,22 @@ +rust-proxmox-sys (0.1.2-1) proxmox-rust; urgency=medium + + * Add helper macros for ffi code: c_try, c_result, io_bail, io_bail_last, + io_format_err, c_str + + * Add SysResult and SysError traits which provide convenient methods to + convert nix::Results and nix::Errors to std::io::Result and + std::io::Error. + + * Extend /proc/PID/stat parsing by pid, ppid and num_threads + + * Rename ProcFsPidStat to PidStat, deprecate standalone functions for it. + + * Add /proc/PID/mountinfo parsing (proxmox::sys::procfs::MountInfo) + + * Add proxmox::sys::pid::PidFd for pidfd handling + + -- Proxmox Support Team Wed, 15 Jan 2020 15:31:05 +0100 + rust-proxmox-sys (0.1.1-1) proxmox-rust; urgency=medium * switch packaging to debcargo with local crate support