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 matthias.fischer@ipfire.org --- 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 info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # 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
SUMMARY = An Interactive text-mode Process Viewer for Linux
-VER = 3.2.1 +VER = 3.2.2
THISAPP = htop-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 19 +PAK_VER = 20
DEPS =
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 7addefca7de8f0867220e6415f4585f7e6ecf655d6245e4a8e120552ac738544fde1c2d8e24ce1139209caad23994316e8be9611f6ed0253d60547158d17ff24 +$(DL_FILE)_BLAKE2 = da3b4aea4e5d32d4b432e0f45089e7795b59d9a947dc4af76cb6b7f9137e6d45901c8169c8d2c796a3f43162c1e3c8f1e18bd17f20750637e06fe4c3ebe22caa
install : $(TARGET)
Reviewed-by: Adolf Belka adolf.belka@ipfire.org
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 matthias.fischer@ipfire.org
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 info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # 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
SUMMARY = An Interactive text-mode Process Viewer for Linux
-VER = 3.2.1 +VER = 3.2.2
THISAPP = htop-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 19 +PAK_VER = 20
DEPS =
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 7addefca7de8f0867220e6415f4585f7e6ecf655d6245e4a8e120552ac738544fde1c2d8e24ce1139209caad23994316e8be9611f6ed0253d60547158d17ff24 +$(DL_FILE)_BLAKE2 = da3b4aea4e5d32d4b432e0f45089e7795b59d9a947dc4af76cb6b7f9137e6d45901c8169c8d2c796a3f43162c1e3c8f1e18bd17f20750637e06fe4c3ebe22caa
install : $(TARGET)