From a00ce8efc3b80e8a0d1a1694299035a1dfd6ef08 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 13 Jan 2022 16:31:31 +0100 Subject: [PATCH] bump version to 7.1-1 Signed-off-by: Thomas Lamprecht --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 03fdef4..2378ff5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libpve-common-perl (7.1-1) bullseye; urgency=medium + + * calendar event: base on more capable rust implementation via perlmod + + * procfs statistics: + + initialize all fields to 0 + + substract guest && guest_nice from user && nice time similar to other + metric tools like htop or telegraf + + add irq/softirq/steal to total used cpu + + use total of all non-idle fields to compute percentage + + -- Proxmox Support Team Thu, 13 Jan 2022 16:31:27 +0100 + libpve-common-perl (7.0-14) bullseye; urgency=medium * schema: rename 'storagepair' format to 'storage-pair'