Skip to content

Commit 8284101

Browse files
Daniel LangeDaniel Lange
authored andcommitted
Amend Changelog, Release 3.5.1
1 parent 7f66716 commit 8284101

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
What's new in version 3.5.1
22

3+
* Consolidate ClockMeter code into DateTimeMeter code
34
* Darwin: Fix unsigned underflow in memory meter on ARM64 (Apple Silicon 16K pages showing ~64TB used)
45
* Linux/PCP: Replace M_SHARE (SHR) with M_PRIV (PRIV) in default Main screen columns
56
* PCP: Fix dynamic screen column (instance) sorting (incorrect cast and field offsets)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
m4_define([htop_git_version],
99
m4_normalize(m4_esyscmd([git describe --abbrev=7 --dirty --always --tags 2> /dev/null || echo ''])))
10-
m4_define([htop_release_version], [3.5.1-dev])
10+
m4_define([htop_release_version], [3.5.1])
1111

1212
# ----------------------------------------------------------------------
1313
# Autoconf initialization.

0 commit comments

Comments
 (0)