mirror of https://github.com/xzeldon/htop.git
Bump version, changelog for minor htop-3.0.1 release
This commit is contained in:
parent
4f00a95364
commit
dace850fa6
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
||||||
|
What's new in version 3.0.1
|
||||||
|
|
||||||
|
* Coverity fixes, CI improvements, documentation updates
|
||||||
|
* BUGFIX: Fix early exit with longer sysfs battery paths
|
||||||
|
* BUGFIX: Improve OOM output, fix sorting
|
||||||
|
(thanks to Christian Göttsche)
|
||||||
|
* Rework check buttons and tree open/closed
|
||||||
|
(thanks to Bert Wesarg)
|
||||||
|
* Add -U/--no-unicode option to disable unicode
|
||||||
|
(thanks to Christian Hesse)
|
||||||
|
* Improvements to the affinity panel
|
||||||
|
(thanks to Bert Wesarg)
|
||||||
|
|
||||||
What's new in version 3.0.0
|
What's new in version 3.0.0
|
||||||
|
|
||||||
* New maintainers - after a prolonged period of inactivity
|
* New maintainers - after a prolonged period of inactivity
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.65)
|
AC_PREREQ(2.65)
|
||||||
AC_INIT([htop],[3.0.0],[htop@groups.io])
|
AC_INIT([htop],[3.0.1],[htop@groups.io])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([htop.c])
|
AC_CONFIG_SRCDIR([htop.c])
|
||||||
AC_CONFIG_AUX_DIR([.])
|
AC_CONFIG_AUX_DIR([.])
|
||||||
|
|
Loading…
Reference in New Issue