bump proxmox-sys to 0.1.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-15 15:34:26 +01:00
parent b9e7824bd3
commit 4dc4bb91ad
2 changed files with 21 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-sys"
edition = "2018"
version = "0.1.1"
version = "0.1.2"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
@ -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]

View File

@ -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 <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