summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-07-10 17:24:19 +0200
committeraristocratos <gnmjpl@gmail.com>2020-07-10 17:24:19 +0200
commitc323816ec216f6bb29f61cd887b2e2aafe517332 (patch)
treeba58a55c4e029f008fce24d79434286bb49b2271
parente775a09279155a009556d0dc795b6253e5d0d2a5 (diff)
v0.9.22 Fixed security issuesv0.9.22
-rw-r--r--CHANGELOG.md6
-rwxr-xr-xbashtop2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f43b33a..8fad198 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## v0.9.22
+
+* Added: Added handler for mktemp failure for psutil script
+* Removed: Secondary mktemp command for psutil script
+* Fixed: Insecure test import of psutil changed
+
## v0.9.21
* Changed: Config file comments for theme locations
diff --git a/bashtop b/bashtop
index 044a303..1e26788 100755
--- a/bashtop
+++ b/bashtop
@@ -93,7 +93,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
-declare version="0.9.21"
+declare version="0.9.22"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop