mirror of https://github.com/xzeldon/htop.git
Bump version, changelog for minor htop-3.0.2 release
This commit is contained in:
parent
c9ecd0fa74
commit
da62b44b16
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
What's new in version 3.0.2
|
||||||
|
|
||||||
|
* BUGFIX: Drop 'vim_mode' - several issues, needs rethink
|
||||||
|
* BUGFIX: fix regression in -u optional-argument handling
|
||||||
|
* Build system rework to remove python, header generation
|
||||||
|
(thanks to Zev Weiss and Hugo Musso Gualandi)
|
||||||
|
* BUGFIX: report nice level correctly on Solaris
|
||||||
|
(thanks to Dominik Hassler)
|
||||||
|
* CI, code quality improvements
|
||||||
|
(thanks to Tobias Kortkamp, Christian Hesse, Benny Baumann)
|
||||||
|
|
||||||
What's new in version 3.0.1
|
What's new in version 3.0.1
|
||||||
|
|
||||||
* Coverity fixes, CI improvements, documentation updates
|
* Coverity fixes, CI improvements, documentation updates
|
||||||
|
@ -18,7 +29,6 @@ What's new in version 3.0.0
|
||||||
of community maintainers have volunteered to take over a
|
of community maintainers have volunteered to take over a
|
||||||
fork at https://htop.dev and https://github.com/htop-dev
|
fork at https://htop.dev and https://github.com/htop-dev
|
||||||
to keep the project going.
|
to keep the project going.
|
||||||
|
|
||||||
* Support ZFS ARC statistics
|
* Support ZFS ARC statistics
|
||||||
(thanks to Ross Williams)
|
(thanks to Ross Williams)
|
||||||
* Support more than 2 smaller CPU meter columns
|
* Support more than 2 smaller CPU meter columns
|
||||||
|
|
|
@ -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.1],[htop@groups.io])
|
AC_INIT([htop],[3.0.2],[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