From 084048987c7afc6516f69e68d37d73b2402dc7f2 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 17 Oct 2019 17:59:46 -0700 Subject: [PATCH] changelog update --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 1fd9174c..9d7b4fb1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,8 @@ jc changelog - Add route parser - Change some ifconfig fields to integers - Fix netstat -p parsing for Ubuntu +- Use maxsplit option in split in ls.py line 109... otherwise filenames with multiple spaces + between words can be incorrectly represented with the .join operation 20191017 v0.2.0 - ifconfig, ls, and netstat support