From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] htop: Update to 3.2.2 Date: Sun, 05 Feb 2023 15:41:45 +0100 Message-ID: In-Reply-To: <20230205072107.1433-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2230332338659203226==" List-Id: --===============2230332338659203226== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 05/02/2023 08:21, Matthias Fischer wrote: > For details see: > https://github.com/htop-dev/htop/blob/main/ChangeLog > > "What's new in version 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" > > Signed-off-by: Matthias Fischer > --- > lfs/htop | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lfs/htop b/lfs/htop > index 019a844e1..faaf37047 100644 > --- a/lfs/htop > +++ b/lfs/htop > @@ -1,7 +1,7 @@ > #########################################################################= ###### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2020 IPFire Team = # > +# Copyright (C) 2007-2023 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D An Interactive text-mode Process Viewer for Linux > =20 > -VER =3D 3.2.1 > +VER =3D 3.2.2 > =20 > THISAPP =3D htop-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D htop > -PAK_VER =3D 19 > +PAK_VER =3D 20 > =20 > DEPS =3D > =20 > @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 7addefca7de8f0867220e6415f4585f7e6ecf655d6245e4a8e12= 0552ac738544fde1c2d8e24ce1139209caad23994316e8be9611f6ed0253d60547158d17ff24 > +$(DL_FILE)_BLAKE2 =3D da3b4aea4e5d32d4b432e0f45089e7795b59d9a947dc4af76cb6= b7f9137e6d45901c8169c8d2c796a3f43162c1e3c8f1e18bd17f20750637e06fe4c3ebe22caa > =20 > install : $(TARGET) > =20 --===============2230332338659203226==--