]> git.gsnw.org Git - fping.git/commitdiff
link github issues
authorDavid Schweikert <david@schweikert.ch>
Sun, 23 Apr 2017 16:28:10 +0000 (18:28 +0200)
committerDavid Schweikert <david@schweikert.ch>
Sun, 23 Apr 2017 16:28:10 +0000 (18:28 +0200)
CHANGELOG.md

index c1a14e68576386f4c79e42f82714f8767f94e2e9..f2ab271db18d6689cdd086a31b80894b8c5eb9ac 100644 (file)
@@ -34,7 +34,7 @@ previously an alias for -n).
 fping will now discard replies, if they arrive after the defined timeout
 for reply packets, specified with -t. This change is relevant only for the
 count and loop modes, where the measured times should be now more
-consistent (see github issue #32 for details).
+consistent (see github issue [#32][i32] for details).
 
 To prevent loosing reply packets because of this change, the default
 timeout in count and loop modes is now automatically adjusted to the
@@ -60,14 +60,14 @@ default payload size).
 
 ## New features
 
-- Unified 'fping' and 'fping6' into one binary (#80)
+- Unified 'fping' and 'fping6' into one binary ([#80][i80])
 - Long option names for all options
 - IPv6 enabled by default
 - New option -4 to force IPv4
 - New option -6 to force IPv6
 - Keep original name if a hostname is given with -n/--name
 - Option -d/--rdns now always does a rdns-lookup, even for names, as '-n' was doing until now
-- Enforce -t timeout on reply packets, by discarding late packets (#32)
+- Enforce -t timeout on reply packets, by discarding late packets ([#32][i32])
 - Auto-adjust timeout for -c/-C/-l mode to value of -p
 
 ## Bugfixes and other changes
@@ -79,5 +79,7 @@ default payload size).
 - Option parsing with optparse (https://github.com/skeeto/optparse). Thanks Christopher Wellons!
 - New changelog file format
 
+[i32]: https://github.com/schweikert/fping/issues/32
+[i80]: https://github.com/schweikert/fping/issues/80
 
 (see doc/CHANGELOG.pre-v4 for older changes)