mirror of https://github.com/xzeldon/htop.git
Release 3.1.2
This commit is contained in:
parent
89b7c4c9f9
commit
d73783d6db
|
@ -1,6 +1,7 @@
|
||||||
What's new in version 3.1.2
|
What's new in version 3.1.2
|
||||||
|
|
||||||
* Bugfix for crash when storing modified settings at exit
|
* Bugfix for crash when storing modified settings at exit
|
||||||
|
* Generate xz-compressed source tarball (with configure) using github actions
|
||||||
* Allow -u UID with numerical value as argument
|
* Allow -u UID with numerical value as argument
|
||||||
* Added documentation for obsolete/state libraries/program files highlighting
|
* Added documentation for obsolete/state libraries/program files highlighting
|
||||||
* Some obsolete/stale library highlighting refinements
|
* Some obsolete/stale library highlighting refinements
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([htop], [3.2.0-dev], [htop@groups.io], [], [https://htop.dev/])
|
AC_INIT([htop], [3.1.2], [htop@groups.io], [], [https://htop.dev/])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([htop.c])
|
AC_CONFIG_SRCDIR([htop.c])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
Loading…
Reference in New Issue