Accepting request 121561 from home:Zaitor:branches:network:utilities

Update to ver 3.1

OBS-URL: https://build.opensuse.org/request/show/121561
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=10
This commit is contained in:
2012-05-20 22:30:56 +00:00
committed by Git OBS Bridge
parent e2ed858329
commit 9bea1345c1
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun May 20 22:11:17 UTC 2012 - zaitor@opensuse.org
- Update to version 3.1:
+ -g option (generate): exclude network and broadcast address
for cidr ranges.
+ do not explicitely check if running as root, to make it
possible to install fping with linux capabilities instead of
making it setuid (setcap cap_net_raw+ep fping).
+ ANSI C (C89) compiler now a requirement.
+ Portability fixes.
+ Reorganized source directory.
+ Bugfix: fix timeout issue on Solaris.
+ Man-page fixes.
+ Added -H option to specify number of hops.
+ Output usage information to stdout when called with -h
-------------------------------------------------------------------
Wed Feb 8 11:19:38 UTC 2012 - puzel@suse.com