mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
New version, new tarball. More optimizations, and fixed a bash 4 syntax regression that
would have caused failure on older systems. Also added Bash version checker. Most ps aux data is now searched using bash parameter expansion, and several functions that were in subshells are now printing to globals instead.
This commit is contained in:
parent
a29641babe
commit
55d7875ba5
|
@ -1,3 +1,20 @@
|
|||
|
||||
=====================================================================================
|
||||
Version: 2.3.29
|
||||
Patch Version:
|
||||
Script Date: 2017-07-29
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
New version, new tarball. More optimizations, and fixed a bash 4 syntax regression that
|
||||
would have caused failure on older systems. Also added Bash version checker.
|
||||
|
||||
Most ps aux data is now searched using bash parameter expansion, and several functions
|
||||
that were in subshells are now printing to globals instead.
|
||||
|
||||
-----------------------------------
|
||||
-- Harald Hope - Sat, 29 Jul 2017 16:37:01 -0700
|
||||
|
||||
=====================================================================================
|
||||
Version: 2.3.28
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue