From 6bedf3c4c9accdc915ad280e770b7d2f37cca0f233e93e1d48050272a71a8016 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 7 Feb 2023 09:27:32 +0000 Subject: [PATCH] Accepting request 1063374 from home:polslinux:branches:Base:System - Update to 3.2.2: * CPUMeter now can show frequency in text mode * Add option to render distribution path prefixes shadowed * DiskIOMeter converts to bytes per second (not per interval) * DiskIOMeter uses complete units, including missing "iB/s" * DiskIOMeter indicates read and write in meter mode * NetworkIOMeter converts to packets per second, shows packet rate * Allow continued process following when changing display settings * Update the panel header when changing to another tab * Drop margin around the header if there are no meters * Use Unicode replacement character for non-printable characters * Default color preset uses bold blue for better visibility * Update the Panel header on sort order inversions ('I') * Toggle the header meters with pound key * Fix ScreenPanel to handle quitting the panel while renaming * Add fallback for HOME environment variable using passwd database * Replace meaningless ID column with FD column in lock screen * Use device format in the lock screen matching the files screen * On Linux, improvements to file-descriptor lock detection * On Linux, further distinguish systemd states in the SystemdMeter * On Linux, improvements to cgroup and container identification * On Linux, support openat(2) without readlinkat(2) platforms * On Darwin, fix current process buffer handling for busy systems * On DragonFly BSD, fix incorrect processor time of processes * On FreeBSD, fix an issue with the memory graph not showing correctly * On FreeBSD, add support for displaying shared memory usage * On PCP, use pmLookupDescs(3) if available for efficiency * On PCP, normalize generic columns values for consistent display * On PCP, changes preparing for configurable, dynamic screens * Handle invalid process columns from the configuration file OBS-URL: https://build.opensuse.org/request/show/1063374 OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=66 --- htop-3.2.1.tar.gz | 3 --- htop-3.2.2.tar.gz | 3 +++ htop.changes | 42 ++++++++++++++++++++++++++++++++++++++++++ htop.spec | 4 ++-- 4 files changed, 47 insertions(+), 5 deletions(-) delete mode 100644 htop-3.2.1.tar.gz create mode 100644 htop-3.2.2.tar.gz diff --git a/htop-3.2.1.tar.gz b/htop-3.2.1.tar.gz deleted file mode 100644 index 0637c7b..0000000 --- a/htop-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5ffac1949a8daaabcffa659c0964360b5008782aae4dfa7702d2323cfb4f438 -size 397632 diff --git a/htop-3.2.2.tar.gz b/htop-3.2.2.tar.gz new file mode 100644 index 0000000..1e9d1dc --- /dev/null +++ b/htop-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3829c742a835a0426db41bb039d1b976420c21ec65e93b35cd9bfd2d57f44ac8 +size 369873 diff --git a/htop.changes b/htop.changes index b86a348..c268606 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Mon Feb 6 09:45:16 UTC 2023 - Paolo Stivanin + +- Update to 3.2.2: + * CPUMeter now can show frequency in text mode + * Add option to render distribution path prefixes shadowed + * DiskIOMeter converts to bytes per second (not per interval) + * DiskIOMeter uses complete units, including missing "iB/s" + * DiskIOMeter indicates read and write in meter mode + * NetworkIOMeter converts to packets per second, shows packet rate + * Allow continued process following when changing display settings + * Update the panel header when changing to another tab + * Drop margin around the header if there are no meters + * Use Unicode replacement character for non-printable characters + * Default color preset uses bold blue for better visibility + * Update the Panel header on sort order inversions ('I') + * Toggle the header meters with pound key + * Fix ScreenPanel to handle quitting the panel while renaming + * Add fallback for HOME environment variable using passwd database + * Replace meaningless ID column with FD column in lock screen + * Use device format in the lock screen matching the files screen + * On Linux, improvements to file-descriptor lock detection + * On Linux, further distinguish systemd states in the SystemdMeter + * On Linux, improvements to cgroup and container identification + * On Linux, support openat(2) without readlinkat(2) platforms + * On Darwin, fix current process buffer handling for busy systems + * On DragonFly BSD, fix incorrect processor time of processes + * On FreeBSD, fix an issue with the memory graph not showing correctly + * On FreeBSD, add support for displaying shared memory usage + * On PCP, use pmLookupDescs(3) if available for efficiency + * On PCP, normalize generic columns values for consistent display + * On PCP, changes preparing for configurable, dynamic screens + * Handle invalid process columns from the configuration file + * Avoid undefined behaviour with deeply nested processes + * Fix crash when removing the currently active screen + * Prevent possible crash on a very early error path + * Include automake for Debian/Ubuntu + * Restore non-mouse support + * Reject unsupported command line arguments + * Document idle process state + * Clarify M_TRS/M_DRS columns + ------------------------------------------------------------------- Fri Jun 3 08:06:33 UTC 2022 - Michael Ströder diff --git a/htop.spec b/htop.spec index d14dbe5..beb2a6f 100644 --- a/htop.spec +++ b/htop.spec @@ -1,7 +1,7 @@ # # spec file for package htop # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: htop -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: An Interactive text-mode Process Viewer for Linux License: GPL-2.0-or-later