proxmox/proxmox-sys/debian/changelog
Wolfgang Bumiller 4dc4bb91ad bump proxmox-sys to 0.1.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-01-15 15:34:26 +01:00

37 lines
1.2 KiB
Plaintext

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 <support@proxmox.com> 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
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 10:41:01 +0100
rust-proxmox-sys (0.1.1) proxmox-rust; urgency=medium
* added: various helpers for dealing with nix and io errors
-- Proxmox Support Team <support@proxmox.com> Thu, 02 Jan 2020 14:32:44 +0100
rust-proxmox-sys (0.1.0) proxmox-rust; urgency=medium
* Initial packaging.
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2019 14:47:44 +0100