From 0b989ee38ce37eb4a50265faa11df2bd7ed8e5c3 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 22 Dec 2020 17:36:45 +1100 Subject: Bump version number for 3.0.4 release --- ChangeLog | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b704584..795dce21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +What's new in version 3.0.4 + +* Separate tree and list sort orders +* Invert Process_compare so that superclass matches run first +(thanks to Hisham Muhammad) +* Unhardcode Mac OS tick-to-milliseconds conversion +(thanks to Alexander Momchilov) +* Check if clock_gettime needs linking of librt +* Define O_PATH if not already defined +(thanks to Chris Burr) +* Add column on Mac for processes running under translation +(thanks to Dániel Bakai) +* Configure check for additional linker flags for keypad(3) +* PSI Meter: constant width and only print ten-duration as bar +* Sort in paused mode after inverting sort order +* Handle absence of package CPU temperature +* Meter: restore non-wide-character build +* LibSensors: restore temperature for Raspberry Pi +* MainPanel: do not reset hideProcessSelection on KEY_SHUFFLE +* BarMeter: rework text padding +* Panel: rework drawing of FunctionBar +* Meter: fix artifacts with very tiny width +* DragonFlyBSD updates +* BUGFIX: Fix dlopen issue for libsensors5 for some platforms +* BUGFIX: Fix broken tree display on inverted sort order +* BUGFIX: Fix pause mode ("Z") in tree view +* BUGFIX: Correct timebase for non-x86 CPUs on Darwin +* BUGFIX: Avoid NULL dereference on zombie processes +* Document dynamic bindings and assumed external configuration +* Update key mapping documentation for sorting + What's new in version 3.0.3 * Process sorting in 'tree' mode diff --git a/configure.ac b/configure.ac index 8b68c8e9..115d8941 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.65) -AC_INIT([htop],[3.0.4-dev],[htop@groups.io]) +AC_INIT([htop],[3.0.4],[htop@groups.io]) AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_AUX_DIR([.]) -- cgit v1.2.3