From 6d87905d2f5c02912084c20275df85cf8a38458cea58e1c7fb11285b626fcb99 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 2 May 2022 08:45:57 +0000 Subject: [PATCH] Accepting request 974354 from home:polslinux:branches:Base:System - Update to 3.2.0: * Support for displaying multiple tabs in the user interface * Allow multiple filter and search terms (logical OR, separate by "|") * Set correct default sorting direction (defaultSortDesc) * Improve performance for process lookup and update * Rework the IOMeters initial display * Removed duplicate sections on COMM and EXE * Highlight process UNINTERRUPTIBLE_WAIT state (D) * Show only integer value when CPU% more than 99.9% * Handle rounding ambiguity between 99.9 and 100.0% * No longer leaves empty the last column in header * Fix header layout and meters reset if a header column is empty * Fix PID and UID column widths off-by-one error * On Linux, read generic sysfs batteries * On Linux, do not collect LRS per thread (it is process-wide) * On Linux, dynamically adjust the SECATTR and CGROUP column widths * On Linux, fix a crash in LXD * On FreeBSD, add support for showing process emulation * On Darwin, lazily set process TTY name * Always set SIGCHLD to default handling * Avoid zombie processes on signal races * Ensure last line is cleared when SIGINT is received * Instead of SIGTERM, pre-select the last sent signal * Internal Hashtable performance and sizing improvements * Add heuristics for guessing LXC or Docker from /proc/1/mounts * Force elapsed time display to zero if process started in the future * Avoid extremely large year values when printing time * Fix division by zero when calculating IO rates * Fix out of boundary writes in XUtils * Fix custom thread name display issue * Use AC_CANONICAL_HOST, not AC_CANONICAL_TARGET in configure.ac * Support libunwind of LLVM OBS-URL: https://build.opensuse.org/request/show/974354 OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=64 --- htop-3.1.2.tar.gz | 3 --- htop-3.2.0.tar.gz | 3 +++ htop.changes | 36 ++++++++++++++++++++++++++++++++++++ htop.spec | 4 ++-- 4 files changed, 41 insertions(+), 5 deletions(-) delete mode 100644 htop-3.1.2.tar.gz create mode 100644 htop-3.2.0.tar.gz diff --git a/htop-3.1.2.tar.gz b/htop-3.1.2.tar.gz deleted file mode 100644 index 8e5ced2..0000000 --- a/htop-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe9559637c8f21f5fd531a4c072048a404173806acbdad1359c6b82fd87aa001 -size 387656 diff --git a/htop-3.2.0.tar.gz b/htop-3.2.0.tar.gz new file mode 100644 index 0000000..9e1cd0f --- /dev/null +++ b/htop-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1dd174cc828521fe5fd0e052cff8c30aa50809cf80d3ce3a481c37d476ac54 +size 393712 diff --git a/htop.changes b/htop.changes index 7c6b1da..ad42aa1 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon May 2 08:39:49 UTC 2022 - Paolo Stivanin + +- Update to 3.2.0: + * Support for displaying multiple tabs in the user interface + * Allow multiple filter and search terms (logical OR, separate by "|") + * Set correct default sorting direction (defaultSortDesc) + * Improve performance for process lookup and update + * Rework the IOMeters initial display + * Removed duplicate sections on COMM and EXE + * Highlight process UNINTERRUPTIBLE_WAIT state (D) + * Show only integer value when CPU% more than 99.9% + * Handle rounding ambiguity between 99.9 and 100.0% + * No longer leaves empty the last column in header + * Fix header layout and meters reset if a header column is empty + * Fix PID and UID column widths off-by-one error + * On Linux, read generic sysfs batteries + * On Linux, do not collect LRS per thread (it is process-wide) + * On Linux, dynamically adjust the SECATTR and CGROUP column widths + * On Linux, fix a crash in LXD + * On FreeBSD, add support for showing process emulation + * On Darwin, lazily set process TTY name + * Always set SIGCHLD to default handling + * Avoid zombie processes on signal races + * Ensure last line is cleared when SIGINT is received + * Instead of SIGTERM, pre-select the last sent signal + * Internal Hashtable performance and sizing improvements + * Add heuristics for guessing LXC or Docker from /proc/1/mounts + * Force elapsed time display to zero if process started in the future + * Avoid extremely large year values when printing time + * Fix division by zero when calculating IO rates + * Fix out of boundary writes in XUtils + * Fix custom thread name display issue + * Use AC_CANONICAL_HOST, not AC_CANONICAL_TARGET in configure.ac + * Support libunwind of LLVM + ------------------------------------------------------------------- Tue Nov 30 10:44:12 UTC 2021 - Michael Ströder diff --git a/htop.spec b/htop.spec index d880b50..58c74b6 100644 --- a/htop.spec +++ b/htop.spec @@ -1,7 +1,7 @@ # # spec file for package htop # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.1.2 +Version: 3.2.0 Release: 0 Summary: An Interactive text-mode Process Viewer for Linux License: GPL-2.0-or-later