From e412ffdd37d29550f97a3e1676e15ac7d2abd734 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 25 May 2020 11:11:21 +0200 Subject: [PATCH] bump proxmox to 0.1.35-1 Signed-off-by: Wolfgang Bumiller --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index c37ad368..dc6c2422 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.34" +version = "0.1.35" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 876a7e9c..436c6717 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,12 @@ +rust-proxmox (0.1.35-1) unstable; urgency=medium + + * procfs: add loadavg + + * procfs: don't count guest and guest_nice times twice in cpu usage + calculation + + -- Proxmox Support Team Mon, 25 May 2020 11:10:28 +0200 + rust-proxmox (0.1.34-1) unstable; urgency=medium * add 'constnamemap' macro