summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2022-06-02 17:17:31 +1000
committerNathan Scott <nathans@redhat.com>2022-06-03 10:54:39 +1000
commit4e6ec4a0873c56ca9de63eadf730c5bd677bd8da (patch)
tree41071229fa007d8cf6902bb9253d2acd8cc66979
parentabaec509e6773908720124124ff24ad34f2b1321 (diff)
Update changelog in preparation for htop-3.2.1 release3.2.1
-rw-r--r--ChangeLog20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a7f4526f..8f5266cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+What's new in version 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
+
What's new in version 3.2.0
* Support for displaying multiple tabs in the user interface
diff --git a/configure.ac b/configure.ac
index e7e47e3a..7a52ab5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
# ----------------------------------------------------------------------
AC_PREREQ([2.69])
-AC_INIT([htop], [3.2.0], [htop@groups.io], [], [https://htop.dev/])
+AC_INIT([htop], [3.2.1], [htop@groups.io], [], [https://htop.dev/])
AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_AUX_DIR([build-aux])

© 2014-2024 Faster IT GmbH | imprint | privacy policy