1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

add w parser fix

This commit is contained in:
Kelly Brazil
2020-05-30 17:02:09 -07:00
parent b3c6c1ea92
commit bcab9078a4

View File

@ -9,6 +9,7 @@ jc changelog
- Update route parser to add flags_pretty field - Update route parser to add flags_pretty field
- Update arp parser to add permanent field (freebsd and osx) - Update arp parser to add permanent field (freebsd and osx)
- Update arp parser to add expires field (freebsd) - Update arp parser to add expires field (freebsd)
- Update w parser to strip whitespace from what field
- Fix freebsd compatibility message for df, fstab, mount, ntpq, stat, and uname parsers - Fix freebsd compatibility message for df, fstab, mount, ntpq, stat, and uname parsers
- Fix compatibility message for platforms that include the version number at the end (e.g. freebsd12) - Fix compatibility message for platforms that include the version number at the end (e.g. freebsd12)