SHA256
1
0
forked from pool/jc

Accepting request 977132 from home:mnhauke

- Update to version 1.19.0
  * Add chage --list command parser tested on linux
  * Add git log command streaming parser
  * Fix git log standard parser for corner-cases where hash
    values are in messages
  * Fix df command parser for rare instances when a newline is
    found at the end
  * Fix asciitable-m parser to skip some rows that contain column
    separator characters in cell data. A warning message will be
    printed to STDOUT unless -q or quiet=True is used.

OBS-URL: https://build.opensuse.org/request/show/977132
OBS-URL: https://build.opensuse.org/package/show/utilities/jc?expand=0&rev=15
This commit is contained in:
Martin Hauke
2022-05-17 15:44:39 +00:00
committed by Git OBS Bridge
parent 3ab83ebe45
commit 41d717dfb9
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat May 14 08:16:14 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.19.0
* Add chage --list command parser tested on linux
* Add git log command streaming parser
* Fix git log standard parser for corner-cases where hash
values are in messages
* Fix df command parser for rare instances when a newline is
found at the end
* Fix asciitable-m parser to skip some rows that contain column
separator characters in cell data. A warning message will be
printed to STDOUT unless -q or quiet=True is used.
-------------------------------------------------------------------
Sat Jan 22 19:41:31 UTC 2022 - Martin Hauke <mardnh@gmx.de>