2019-02-04 07:45:49 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-07-07 06:29:13 +00:00
|
|
|
Thu Jul 2 20:19:07 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
|
|
|
|
|
|
|
|
- Update to version 4.5
|
|
|
|
* Added PyCryptodome support (recommended over PyCrypto, though the latter is still detected/supported).
|
|
|
|
* Replaced best_poller module with Python native selectors module.
|
|
|
|
* Changed --flood output: dots/backspaces are no longer printed, and loss results / errors display full details.
|
|
|
|
* --audible tones will only occur if stdout is a TTY.
|
|
|
|
* Improved hostname/IP display edge cases.
|
|
|
|
* Added an AF_UNIX --loopback test mode.
|
|
|
|
* Listener sockets are added and removed as needed, instead of being re-created on each rescan.
|
|
|
|
* Listener sockets are automatically rescanned periodically.
|
|
|
|
* Multiple systemd sockets are now allowed.
|
|
|
|
* A run can be both a listener and a client at the same time (mainly useful for smoke testing).
|
|
|
|
* Other socket handling refactoring.
|
|
|
|
* Other code refactoring.
|
|
|
|
* Listener statistics are displayer per-bind.
|
|
|
|
* Many, many testing/CI improvements.
|
|
|
|
- Remove groups in spec
|
|
|
|
- Package systemd service unit
|
|
|
|
- Add missing optional build requirements to enable all available options
|
|
|
|
- Some other clean up in spec
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-02-04 07:45:49 +00:00
|
|
|
Sun Feb 3 21:12:01 UTC 2019 - Matthias Eliasson <matthias.eliasson@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 4.3
|
|
|
|
* Add --srv-service
|
|
|
|
* Change --adaptive behavior to better match ping -A
|
|
|
|
* Fix typos in manpage
|
|
|
|
- Ran spec-cleaner
|
|
|
|
- Fix rpmlint duplicate error with fdupes
|
|
|
|
|
2018-08-11 10:34:09 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-10-08 06:15:50 +00:00
|
|
|
Mon Oct 08 05:58:03 UTC 2018 - sean@suspend.net
|
|
|
|
|
|
|
|
- Update to version 4.2
|
|
|
|
* Added SIGHUP handling of listener processes
|
|
|
|
* Added an example bash_completion script
|
|
|
|
* Better cleanup handling of peer information
|
|
|
|
-------------------------------------------------------------------
|
2018-08-11 10:34:09 +00:00
|
|
|
Sat Aug 11 01:03:42 UTC 2018 - rpm@fthiessen.de
|
|
|
|
|
|
|
|
- Update to version 4.1.2
|
|
|
|
* Fix UTF-8 tests when run with invalid locale.
|
|
|
|
* Fix cleanup on non-encrypted sessions.
|
|
|
|
|
2018-05-23 15:00:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 23 14:45:15 UTC 2018 - kbabioch@suse.com
|
|
|
|
|
|
|
|
- Use OpenPGP signature provided upstream
|
|
|
|
- Added 2ping.keyring, which contains the key from the author
|
|
|
|
|
2017-11-05 08:11:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 4 19:24:17 UTC 2017 - aavindraa@gmail.com
|
|
|
|
|
|
|
|
- Update to version 4.1
|
|
|
|
* Fixed --fuzz CRC function.
|
|
|
|
* Added --encrypt option for shared-secret encrypted packets.
|
|
|
|
* Added --listen --all-interfaces option for automatically binding to
|
|
|
|
all interface IPs (requires Python netifaces module).
|
|
|
|
* Simplified monotonic_clock functionality, relying on Python 3 for
|
|
|
|
most functionality, reducing the possibility of platform bugs.
|
|
|
|
- Includes changes from 4.0
|
|
|
|
* Rewrite to Python 3 (3.4 or higher).
|
|
|
|
* Fixed hmac-sha256 handling, added hmac-sha512.
|
|
|
|
* --nagios will now work when combined with --deadline, in addition to
|
|
|
|
--count.
|
|
|
|
* Added Wireshark Lua dissector and sample capture.
|
|
|
|
* Added battery level (ExtID 0x88a1f7c7). Note that while 2ping
|
|
|
|
recognizes the new option in incoming packets, it currently does not
|
|
|
|
have the capability to send battery levels.
|
|
|
|
|
2016-07-29 10:46:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 29 09:06:35 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Make rpmlint happy by avoiding installation in %build.
|
|
|
|
|
2016-07-25 06:59:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 24 12:53:10 UTC 2016 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 3.2.1
|
|
|
|
* Please read the ChangeLog; not able to track all changes since
|
|
|
|
previous version
|
|
|
|
- Upstream moved to python
|
|
|
|
* Remove %{perl_requires} dependency
|
|
|
|
* Remove perl recommendations; perl(Digest::CRC), perl(Digest::MD5),
|
|
|
|
perl(Digest::SHA) and perl(IO::Socket::INET6)
|
|
|
|
* Add python-devel and python-setuptools requirements
|
|
|
|
- Use official tarball and download Url
|
|
|
|
- Remove obsolete 2ping-fix-use-of-uninitialized-warning.patch
|
|
|
|
|
2015-04-05 18:32:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 3 15:29:33 UTC 2015 - jslaby@suse.com
|
|
|
|
|
|
|
|
- update to 1397618874.f2c2047
|
|
|
|
- 2ping-fix-use-of-uninitialized-warning.patch: add
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 10 13:11:18 CET 2010 - jslaby@suse.de
|
|
|
|
|
|
|
|
- Initial package (version 1.0)
|
2017-11-05 08:11:36 +00:00
|
|
|
|