2019-10-17 15:51:39 -07:00
|
|
|
jc changelog
|
|
|
|
|
|
|
|
2019xxxx v0.5.0
|
2019-10-17 17:28:14 -07:00
|
|
|
- Fix netstat -p parsing for Ubuntu
|
2019-10-18 13:34:28 -07:00
|
|
|
- Add ps parser
|
2019-10-18 13:59:30 -07:00
|
|
|
- Add route parser
|
2019-10-18 13:19:39 -07:00
|
|
|
+ Change some ifconfig fields to integers
|
|
|
|
+ Use maxsplit option in split in ls.py line 109... otherwise filenames with multiple spaces
|
2019-10-17 17:59:46 -07:00
|
|
|
between words can be incorrectly represented with the .join operation
|
2019-10-18 13:19:39 -07:00
|
|
|
+ Use list(filter(None, cleandata)) or list comprehension to clean any blank entries in ls.py line 98
|
2019-10-17 15:51:39 -07:00
|
|
|
|
|
|
|
20191017 v0.2.0
|
|
|
|
- ifconfig, ls, and netstat support
|