From 73e4f9e4d82797f906d05c913678231541a52a95 Mon Sep 17 00:00:00 2001 From: Laurence Oberman Date: Thu, 13 Jun 2024 09:14:33 -0400 Subject: [PATCH] 4.3.10 Jun 12 2024 - Fixed an issue reported by Martin where nvme devices were not being aggregated in the summary display for disks - Tags will be properly updated now, I had missed that when I took this over --- RELEASE-collectl | 5 +++++ collectl | 9 ++++++++- collectl.conf | 2 +- formatit.ph | 4 +++- 4 files changed, 17 insertions(+), 3 deletions(-) mode change 100755 => 100644 collectl.conf mode change 100755 => 100644 formatit.ph diff --git a/RELEASE-collectl b/RELEASE-collectl index a31b33e..c9126cd 100644 --- a/RELEASE-collectl +++ b/RELEASE-collectl @@ -27,6 +27,11 @@ KNOWN PROBLEMS/RESTRICTIONS COLLECTL CHANGES +4.3.10 Jun 12 2024 + - Fixed an issue reported by Martin where nvme devices were not being aggregated in + the summary display for disks + - Tags will be properly updated now, I had missed that when I took this over + 4.3.9 Jan 2 2024 - Added md devices to disk parse diff --git a/collectl b/collectl index 174cfef..c0ac088 100755 --- a/collectl +++ b/collectl @@ -111,7 +111,7 @@ $syslogFlag=(eval {require "Sys/Syslog.pm" or die}) ? 1 : 0; $rootFlag=(!$PcFlag && `whoami`=~/root/) ? 1 : 0; $SrcArch= $Config{"archname"}; -$Version= '4.3.9'; +$Version= '4.3.10'; $Copyright='Copyright 2003-2018 Hewlett-Packard Development Company, L.P.'; $License= "collectl may be copied only under the terms of either the Artistic License\n"; $License.= "or the GNU General Public License, which may be found in the source kit"; @@ -6786,8 +6786,15 @@ sub whatsnew { my $whatsnew=<