SHA256
1
0
forked from pool/jc

Accepting request 1030942 from home:mnhauke

- Update to version 1.22.1
  * add udevadm command parser
  * add lspci command parser
  * add pci.ids file parser
  * fix proc-pid-stat parser for command names with spaces and
    newlines
  * enhance ip-address parser to add ip_split field
  * display until iso-datetime is removed in a future version.
  * optimize performance of calculated timestamps

OBS-URL: https://build.opensuse.org/request/show/1030942
OBS-URL: https://build.opensuse.org/package/show/utilities/jc?expand=0&rev=19
This commit is contained in:
Martin Hauke
2022-10-28 06:36:30 +00:00
committed by Git OBS Bridge
parent 1a2cb5dc99
commit e2f2d40f57
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 24 19:53:26 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.22.1
* add udevadm command parser
* add lspci command parser
* add pci.ids file parser
* fix proc-pid-stat parser for command names with spaces and
newlines
* enhance ip-address parser to add ip_split field
* display until iso-datetime is removed in a future version.
* optimize performance of calculated timestamps
-------------------------------------------------------------------
Sat Jun 18 17:14:53 UTC 2022 - Martin Hauke <mardnh@gmx.de>