Your message dated Mon, 02 May 2022 14:49:05 +0000 with message-id <e1nlxmh-00049p...@fasolo.debian.org> and subject line Bug#1004582: fixed in htop 3.2.0-1 has caused the Debian Bug report #1004582, regarding htop: New upstream release (3.1.2, 2021 Nov 30) to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 1004582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004582 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: htop Version: 3.0.5-7 Severity: wishlist Dear maintainer, there are new upstream releases available, cf. <https://github.com/htop-dev/htop/releases>. The ChangeLog lists | What's new in version 3.1.2 | | * Bugfix for crash when storing modified settings at exit | * Generate xz-compressed source tarball (with configure) using github actions | * Allow -u UID with numerical value as argument | * Added documentation for obsolete/state libraries/program files highlighting | * Some obsolete/stale library highlighting refinements | * Column width issues resolved | * Dynamic UID column sizing improved | * Discard stale information from Disk and Network I/O meters | * Refined Linux kernel thread detection | * Reworked process state handling | * New CCGROUP column showing abbreviated cgroup name | * New OFFSET column in the list of open files screen | | What's new in version 3.1.1 | | * Update license headers to explicitly say GPLv2+ | * Document minimum version for libcap (thanks to James Brown) | * Fix mouse wheel collision with autogroups nice adjustment | * Adjust Makefile.am macro definitions for older automake versions | * Ensure consistent reporting of MemoryMeter 'used' memory | * Report hugepage memory as real and used memory (as before) | * Handle procExeDeleted, usesDeletedLib without mergedCommandline mode | * Validate meter configuration before proceeding beyond htoprc parsing | * Properly release memory on partially read configuration | * Handle interrupted sampling from within libpcp PDU transfers | * On Linux, provide O_PATH value if not defined | * On Linux, always compute procExeDeleted if already set | * Workaround for Rosetta 2 on Darwin (thanks to Alexander Momchilov) | * Fix FreeBSD cmdline memory leak in Process_updateCmdline, and | * Plug a Disk I/O meter memory leak on FreeBSD (thanks to Ximalas) | | What's new in version 3.1.0 | | * Updated COPYING file to remove the PLPA exemption (appendix 2) | With this change the license is now GPLv2 without any additional wording. | * Improved default sort ordering | Note for users: This may lead to an inverted sort order on startup of | htop 3.1.0 compared to previous versions. | This is due to what is stored in your htoprc file. Solution: Press I | (to invert sort order). | This changed setting will be saved by htop on exit as long as it can | write to your htoprc file. | * The compile-time option to cater specifically for running htop as | setuid has been removed | * Add read-only option | This allows htop to be run in an non-intrusive fashion where it acts only | as a process viewer disabling all functions to manipulate system state. | Note: This is not a security feature! | * Move the code for handling the command line formatting related tasks | to be shared across all platforms | This means important features like stale binary/library highlighting | can now be available on all supported platforms. | * Make the EXE and COMM columns available on all platforms | All supported platforms have the name of the executable (EXE) and a | self-chosen thread/command name (COMM) available one way or the other. | Moving this column to be handled as a platform-independently available | information simplifies the markup of the command line. | * Introduce configuration file versioning and config_reader_min_version | Starting with this version the configuration file contains a version | identifying the minimum version of the configuration parser needed to | fully understand the configuration file format. | Old configuration file formats are automatically upgraded when | saving the config file (htoprc). | * Make the configuration parser friendlier to users (thanks to Bart Bakker) | With this change only settings that cannot be parsed properly are | reset to their defaults. | * Improve default display for systems with many CPUs | * Add the process ELAPSED time column | * Improve the process STATE column sorting | * Reworked handling resize and redrawing of the UI | * Fixed an issue where the LED meter mode could overflow allotted space | * Allow text mode Meters to span empty neighbors to the right | * Rescale graph meters when value of total changes | (thanks to Michael Schönitzer) | * Update generic process field display | Usually "uninteresting" values in columns like 1 thread, nice value | of 0, CPU and memory of 0%, idle/sleeping state, etc. are shown with | reduced intensity (dark grey) | * Option and key ("*") to collapse / expand all branches under PID 1 | (and PID 2 if kernel threads are shown) (thanks to Krishna Chaitanya) | * Keep following a process when inverting the sort order, displaying | the help screen or hiding/unhiding userland threads. | If a thread is currently selected the selection is updated to point | to the thread's parent process. (thanks to Gonzalo, et.al.) | * Reorder process scanning to be performed before updating the display | of the meters in the header | * Always check the user for a process for any changes. | This affects multiple platforms that previously didn't correctly handle | the user field for a process to change at runtime (e.g. due to seteuid | or similar syscalls). | * Disable mouse option when support is unavailable | * Support curses libraries without ncurses mouse support | (thanks to Santhosh Raju) | * Support offline and hot-swapping of CPUs on all platforms | * Fix the CPU Meter for machines with more than 256 CPUs | * Supplemented the "show updated/deleted executables" feature (red basename) | to indicate when linked libraries were updated (yellow basename) | * Apply the stale binary highlighting for the EXE column in addition to | the command line field | * Add new combined Memory and Swap meter | * Implement bar and graph mode for NetworkIO Meter | (thanks to Michael F. Schönitzer) | * Rework TTY column to be more consistent across platforms | * Make the CWD column generally available on all platforms | (thanks to Santhosh Raju et. al.) | * Add Performance Co-Pilot (PCP) platform support | This is added via a separate pcp-htop(1) binary which provides remote host | analysis, new Meters for any PCP metric and new Columns for any PCP process | metric - see the pcp-htop(5) man page for further details. | (thanks to Sohaib Mohamed) | * Add Linux columns and key bindings for process autogroup identifier | and nice value | * Change available and used memory reporting on Linux to be based on | MemAvailable (Kernel 3.14+) (thanks to Chris Cheney and Tomas Wido) | * Add a new SysArchMeter showing kernel and platform information | (thanks to ahgamut) | * Linux memory usage explicitly treats tmpfs memory usage as shared memory | This is to make memory used by tmpfs visible as this cannot be freed | unlike normal filesystem cache data. | * Exclude zram devices when calculating DiskIO on Linux | * Use PATH lookup for systemctl in systemd meter (thanks to Scott Olson) | * Add native platform support for NetBSD | This allows htop to run on NetBSD without the need for active Linux | emulation of the procfs filesystem. | (thanks to Santhosh Raju and Nia Alarie) | * Add NetworkIO, DiskIO, CPU frequency, and battery meter support on NetBSD | (thanks to Nia Alarie) | * Fix NetBSD display of in-use and cached memory (thanks to Nia Alarie) | * Rework NetBSD CPU and memory accounting (thanks to Santhosh Raju) | * Fix NetBSD accounting of user and kernel threads (thanks to Santhosh Raju) | * Initial work to allow building with default libcurses on NetBSD | (thanks to Santhosh Raju) | * FreeBSD updates - implement process majflt and processor column values | * Add FreeBSD support for CPU frequency and temperature | * Fixes and cleanups for ZFS Meters and metrics | * Correctly color the ZFS ARC ratio (thanks to Ross Williams) | * Bugfixes related to CPU time display/calculations for darwin on M1 systems | (thanks to Alexander Momchilov) | * Harmonize the handling of multiple batteries across different platforms. | The system is now considered to run on AC if at least one power supply | marked as AC is found in the system. | Battery capacity is summed up over all batteries found. | This also changes the old behavior that batteries reported by the | system after the first AC adapter where sometimes ignored. | * Correctly handle multiple batteries on Darwin. | Resolves a possible memory leak on systems with multiple batteries. | * Handle Linux Shmem being part of Cached in the MemoryMeter | * Add SwapCached to the Linux swap meter (thanks to David Zarzycki) | * Convert process time to days if applicable (thanks to David Zarzycki) | * Always show the number of threads in the TaskMeter, even when threads | are not shown in the process list | * Fix Linux --drop-capabilities option handling | * Correctly detect failure to initialize Linux boottime | * Overhaul the Linux memory fields to partition them like free(1) now does | * Improve the Linux process I/O column values | * Rework the libsensors parsing on Linux | * Update the MemoryMeter to display shared memory | * Update OpenBSD platform - implement additional columns, scan LWP, | proper markup for STATE, show CPU frequency | * Fix the tree view on OpenBSD when hiding kernel threads | * Remove old InfoScreen lines before re-scanning (thanks to Øystein Hiåsen) | * Document historic naming of Light-Weight Processes column aka threads | * Improve user interaction when the last process entry is selected | * Draw the panel header on the TraceScreen (thanks to Youngjae Lee) | * Add mouse wheel scroll and fix mouse selection on the InfoScreen | (thanks to Youngjae Lee) | * Add a HugepageMeter and subtract hugepages from normal memory | * Display wide characters in LED meters and restore non-wide ncurses support | * Add command line option to drop Linux capabilities | * Support scheduler affinity on platforms beyond Linux | * Report on any failure to write the configuration file | * Cache stderr to be able to print assert messages. | These messages are shown in case htop terminates unexpectedly. | * Print current settings on crash | * Reset signal handlers on program exit | * Add configure script option to create a static htop binary | * Resolved longer-standing compilation issues on Solaris/Illumos | * Check for availability of set_escdelay in configure | (thanks to Stefan Polluks) | * Build system updates for autotools 2.70 Of these I'd like to highlight | What's new in version 3.1.0 | * Add the process ELAPSED time column which fixes <https://bugs.debian.org/782636> | * Rework the libsensors parsing on Linux which fixes <https://bugs.debian.org/983352> Please update package when you think it is due time. Cheers, Flo
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: htop Source-Version: 3.2.0-1 Done: Daniel Lange <dla...@debian.org> We believe that the bug you reported is fixed in the latest version of htop, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1004...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Lange <dla...@debian.org> (supplier of updated htop package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 02 May 2022 16:27:00 +0200 Source: htop Architecture: source Version: 3.2.0-1 Distribution: unstable Urgency: medium Maintainer: Daniel Lange <dla...@debian.org> Changed-By: Daniel Lange <dla...@debian.org> Closes: 1004582 Changes: htop (3.2.0-1) unstable; urgency=medium . * Import upstream 3.2.0 release (Closes: #1004582) * Drop Debian patches applied upstream * This version now has Screen tabs in the user interface (use the tab key to switch) * Allow multiple filter and search terms (logical OR, separate by "|") * Add heuristics for guessing LXC or Docker from /proc/1/mounts (this fixes a bug with memory reporting in containers while using ZFS on the host) * Many more performance and small functionality improvements Checksums-Sha1: d6efc0c1a77876621b866c0f08ae84e0d725b6cb 2109 htop_3.2.0-1.dsc 84d0b0fc5de9f5e3a9b14bba15b447a2a982e204 393712 htop_3.2.0.orig.tar.gz 88c3e557f4092d77efc516fd4e7e2e96d3aa7889 9428 htop_3.2.0-1.debian.tar.xz 291767354aa876b0c71a5a9f706132a2cdeac9ee 6506 htop_3.2.0-1_amd64.buildinfo Checksums-Sha256: 53b7eb8be21b3608a68663260407d985db2aad2a5acf7e0a23c3c5d1ea2a26bf 2109 htop_3.2.0-1.dsc 1a1dd174cc828521fe5fd0e052cff8c30aa50809cf80d3ce3a481c37d476ac54 393712 htop_3.2.0.orig.tar.gz a55de0ee06882c2f54cbe94e9f96798be370ff9933a64636efdb06cfdc14b901 9428 htop_3.2.0-1.debian.tar.xz cc1c77aba8df931cda56a34f12e171b26d31fe121051d795cdb3c7af3ccf452a 6506 htop_3.2.0-1_amd64.buildinfo Files: 4b2f506b9967901f8a1af6f79e9ac617 2109 utils optional htop_3.2.0-1.dsc 7305d57f0d614d3716ec66fae20bcb9b 393712 utils optional htop_3.2.0.orig.tar.gz bf4e6f3ed68f871e59088cef012cfcf4 9428 utils optional htop_3.2.0-1.debian.tar.xz fe90b4b6f15ea7141802e44eaac94bfa 6506 utils optional htop_3.2.0-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJGBAEBCAAwFiEENXULj7bvlf8WuOvAZk8SOKqPE4oFAmJv6zQSHGRsYW5nZUBk ZWJpYW4ub3JnAAoJEGZPEjiqjxOKfPQP/01k6cYVFpsjTcCHyPu4MX2OEeJRFxLE ewWe0qWWIWi8L5OhHf0yAlKRWRr4dBtlxcfUZSF9toSn02q6s13srrZXrEoj2zGQ x1MtT7QKSfQsPom8lkYDbnNfE1qrFdFV5UKEdTOLKBquIYwE3ZXH+P2+ry2T40vE PIK0s4L/0NJuUWeEkMTciB3U55HHGc4VMvSS9tAV8Z9AGhVMO3euQWViGIaAqEuT 0GQse7VMpfsnZPbcUXQIhH3KC/sIV5O043/xdDUGQ6jHPYHElevbJhoXQTomDEhM BH2t11qccQwAWaYJGXWudkfgZkrBKq/rOOvLNAqi6NqTfR8qjgYQqrkJfD0MmX/u A82X4W3pH2ekFclhOyTH8Cwkw4jTfKk/4v+DGr78DHgkbB57QvjQ7XEmNUfLVyXO ZSqTP6I/d8NdCffRA1bPr6SBmEGxnVVAwSdLUbDjW7iG2yGTqTkq3qCNlpSDX7Wd MPpdsTS/ny7Mp+uht6bG4Qpf95r3Hl6KWu9YlMXwMIrFM25Va7qWRKs818KkGgSd jyBsF0ciSp4Dc7HgLwDGEwpVX6CEFr6ATE80bz2Jvo2QFRCmVbFxuKMXJzOFzJuV EAv74Y+bZ18EkYPaZC54WYJ8Rsk8ZhQFjXP6UT/lcx0Xw8mzqxPqJqJyloyafWhs 7qeMNLNpyjuf =lwMi -----END PGP SIGNATURE-----
--- End Message ---