Commit 4e6ec4a 1 parent abaec50 commit 4e6ec4a Copy full SHA for 4e6ec4a
File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
What's new in version 3.2.0
2
22
3
23
* Support for displaying multiple tabs in the user interface
Original file line number Diff line number Diff line change 6
6
# ----------------------------------------------------------------------
7
7
8
8
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/] )
10
10
11
11
AC_CONFIG_SRCDIR ( [ htop.c] )
12
12
AC_CONFIG_AUX_DIR ( [ build-aux] )
You can’t perform that action at this time.
0 commit comments