From: David Schweikert Date: Thu, 19 Jul 2012 20:54:34 +0000 (+0200) Subject: Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23) X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4202f84f04d04d5c9880693d31797f98dd06a6;p=fping.git Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23) --- ed4202f84f04d04d5c9880693d31797f98dd06a6 diff --cc ChangeLog index cc73563,b01e7e7..334e9d5 --- a/ChangeLog +++ b/ChangeLog @@@ -1,14 -1,3 +1,15 @@@ +UNRELEAESD David Schweikert + * Version 3.3rc1 + * Do not output icmp errors with -q (#1) + * Add --enable-ipv4 and --enable-ipv6 options to configure (Niclas Zeising) - * Convert man-page source to POD for easier maintenance ++ * Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23) + * Set default data size to 56 bytes on all architectures (#18) + * Added contrib/fping.spec (Stephen Schaefer, #24) - * Man-page fix: TOS option typo (Thomas Liske) ++ * Convert man-page source to POD for easier maintenance ++ * Man-page fix: TOS option typo (Thomas Liske, #23) + * Man-page fix: inconsistency in regards to numeric arguments (Robert Henney) + * Man-page fix: better description of option -q (#15) + 2012-05-29 David Schweikert * Version 3.2 * Improve documentation for -g option (G.W. Haywood)