From 5e722109af3e0c629f34ef1b84502579e62872aa16696d756b18013f3524defd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 3 Jun 2022 08:37:50 +0000 Subject: [PATCH] Accepting request 980593 from home:stroeder:sys - Update to 3.2.1 * Fix setting to show all branches collapsed by default * Restore functionality of stripExeFromCmdline setting * Fix some command line display settings not being honored without restart * Display single digit precision for CPU% greater than 99.9% * On Linux, FreeBSD and PCP consider only shrinkable ZFS ARC as cache * On Linux, increase field width of CPUD% and SWAPD% columns * Colorize process state characters in help screen * Use mousemask(3X) to enable and disable mouse control * Fix heap buffer overflow in Vector_compact * On Solaris, fix a process time scaling error * On Solaris, fix the build * On NetBSD, OpenBSD and Solaris ensure env buffer size is sufficient * On Linux, resolve processes exiting interfering with sampling * Fix ProcessList quadratic removal when scanning processes * Under LXC, limit CPU count to that given by /proc/cpuinfo * Improve container detection for LXC * Some minor documentation fixes OBS-URL: https://build.opensuse.org/request/show/980593 OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=65 --- htop-3.2.0.tar.gz | 3 --- htop-3.2.1.tar.gz | 3 +++ htop.changes | 22 ++++++++++++++++++++++ htop.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 htop-3.2.0.tar.gz create mode 100644 htop-3.2.1.tar.gz diff --git a/htop-3.2.0.tar.gz b/htop-3.2.0.tar.gz deleted file mode 100644 index 9e1cd0f..0000000 --- a/htop-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a1dd174cc828521fe5fd0e052cff8c30aa50809cf80d3ce3a481c37d476ac54 -size 393712 diff --git a/htop-3.2.1.tar.gz b/htop-3.2.1.tar.gz new file mode 100644 index 0000000..0637c7b --- /dev/null +++ b/htop-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ffac1949a8daaabcffa659c0964360b5008782aae4dfa7702d2323cfb4f438 +size 397632 diff --git a/htop.changes b/htop.changes index ad42aa1..b86a348 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Jun 3 08:06:33 UTC 2022 - Michael Ströder + +- Update to 3.2.1 + * Fix setting to show all branches collapsed by default + * Restore functionality of stripExeFromCmdline setting + * Fix some command line display settings not being honored without restart + * Display single digit precision for CPU% greater than 99.9% + * On Linux, FreeBSD and PCP consider only shrinkable ZFS ARC as cache + * On Linux, increase field width of CPUD% and SWAPD% columns + * Colorize process state characters in help screen + * Use mousemask(3X) to enable and disable mouse control + * Fix heap buffer overflow in Vector_compact + * On Solaris, fix a process time scaling error + * On Solaris, fix the build + * On NetBSD, OpenBSD and Solaris ensure env buffer size is sufficient + * On Linux, resolve processes exiting interfering with sampling + * Fix ProcessList quadratic removal when scanning processes + * Under LXC, limit CPU count to that given by /proc/cpuinfo + * Improve container detection for LXC + * Some minor documentation fixes + ------------------------------------------------------------------- Mon May 2 08:39:49 UTC 2022 - Paolo Stivanin diff --git a/htop.spec b/htop.spec index 58c74b6..d14dbe5 100644 --- a/htop.spec +++ b/htop.spec @@ -17,7 +17,7 @@ Name: htop -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: An Interactive text-mode Process Viewer for Linux License: GPL-2.0-or-later