Skip to content

Commit 4e6ec4a

Browse files
committed
Update changelog in preparation for htop-3.2.1 release
1 parent abaec50 commit 4e6ec4a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

ChangeLog

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
What's new in version 3.2.1
2+
3+
* Fix setting to show all branches collapsed by default
4+
* Restore functionality of stripExeFromCmdline setting
5+
* Fix some command line display settings not being honored without restart
6+
* Display single digit precision for CPU% greater than 99.9%
7+
* On Linux, FreeBSD and PCP consider only shrinkable ZFS ARC as cache
8+
* On Linux, increase field width of CPUD% and SWAPD% columns
9+
* Colorize process state characters in help screen
10+
* Use mousemask(3X) to enable and disable mouse control
11+
* Fix heap buffer overflow in Vector_compact
12+
* On Solaris, fix a process time scaling error
13+
* On Solaris, fix the build
14+
* On NetBSD, OpenBSD and Solaris ensure env buffer size is sufficient
15+
* On Linux, resolve processes exiting interfering with sampling
16+
* Fix ProcessList quadratic removal when scanning processes
17+
* Under LXC, limit CPU count to that given by /proc/cpuinfo
18+
* Improve container detection for LXC
19+
* Some minor documentation fixes
20+
121
What's new in version 3.2.0
222

323
* Support for displaying multiple tabs in the user interface

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ----------------------------------------------------------------------
77

88
AC_PREREQ([2.69])
9-
AC_INIT([htop], [3.2.0], [[email protected]], [], [https://htop.dev/])
9+
AC_INIT([htop], [3.2.1], [[email protected]], [], [https://htop.dev/])
1010

1111
AC_CONFIG_SRCDIR([htop.c])
1212
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)