summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-07-13 00:06:50 +0200
committeraristocratos <gnmjpl@gmail.com>2020-07-13 00:06:50 +0200
commit236e0f7dbbddefff74ece92f6364adfdfad2cd2d (patch)
treee0c89701a503ee431d4e68444d6a0522866e2163
parente91e0c790567353dbb77c4d081a945c765331701 (diff)
v0.9.23 Fixed sending signals to processes in OsX/BSD not workingv0.9.23
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xbashtop2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8fad198..5ccf011 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## v0.9.23
+
+* Fixed: kill/terminate/interrupt process not working in OsX and FreeBSD
+
## v0.9.22
* Added: Added handler for mktemp failure for psutil script
diff --git a/bashtop b/bashtop
index 406e05f..ec5f2a7 100755
--- a/bashtop
+++ b/bashtop
@@ -93,7 +93,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
-declare version="0.9.22"
+declare version="0.9.23"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop