summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-12-22 17:36:45 +1100
committerNathan Scott <nathans@redhat.com>2020-12-22 17:39:42 +1100
commit0b989ee38ce37eb4a50265faa11df2bd7ed8e5c3 (patch)
tree31c27ecdc21217e6bb3f3c6a2ac1c080a4f9cc9e
parent3fb0024fd34ab5264251b4e3834a5adc03ed7e5e (diff)
Bump version number for 3.0.4 release3.0.4
-rw-r--r--ChangeLog31
-rw-r--r--configure.ac2
2 files changed, 32 insertions, 1 deletions
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([.])

© 2014-2024 Faster IT GmbH | imprint | privacy policy