15
0

Accepting request 825177 from home:mnhauke

- Update to version 1.1.0
  * Make it possible to parse ping timeouts includes timestamps.
  * Add --addopts option to the CLI.
  * Add -O option to ping execution when --timestamp option is
    specified on Linux.
  * Set default serializer for timestamps of ICMP replies.

OBS-URL: https://build.opensuse.org/request/show/825177
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-08-10 11:15:24 +00:00
committed by Git OBS Bridge
parent df10128ec6
commit 3ba83c684f
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 9 15:52:27 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.0
* Make it possible to parse ping timeouts includes timestamps.
* Add --addopts option to the CLI.
* Add -O option to ping execution when --timestamp option is
specified on Linux.
* Set default serializer for timestamps of ICMP replies.
-------------------------------------------------------------------
Wed May 20 07:26:14 UTC 2020 - Petr Gajdos <pgajdos@suse.com>