Release 3.1.2

main
Nathan Scott 4 years ago
parent 89b7c4c9f9
commit d73783d6db
  1. 1
      ChangeLog
  2. 2
      configure.ac

@ -1,6 +1,7 @@
What's new in version 3.1.2
* 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
* Added documentation for obsolete/state libraries/program files highlighting
* Some obsolete/stale library highlighting refinements

@ -6,7 +6,7 @@
# ----------------------------------------------------------------------
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_AUX_DIR([build-aux])

Loading…
Cancel
Save