From 1e24d213d0655e8e1064bc1e223d456d2e875920 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 3 Jun 2022 09:01:39 +0200 Subject: Release 3.2.1-1 --- debian/changelog | 22 ++++++++++++++++++++++ debian/control | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1eee7cc..aeb9f0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +htop (3.2.1-1) unstable; urgency=medium + + * Import upstream 3.2.1 release + * Update policy to 4.6.1 (no changes required) + * 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 + (Closes: #1010780) + * Display single digit precision for CPU% greater than 99.9% + * Consider only shrinkable ZFS ARC as cache + * 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 + * 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 + + -- Daniel Lange Fri, 03 Jun 2022 09:00:00 +0200 + htop (3.2.0-1) unstable; urgency=medium * Import upstream 3.2.0 release diff --git a/debian/control b/debian/control index 2551b85..b6e2210 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13), libnl-genl-3-dev [linux-any], libsensors-dev [!hurd-any], pkg-config -Standards-Version: 4.5.1 +Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://htop.dev/ Vcs-Browser: https://salsa.debian.org/debian/htop -- cgit v1.2.3