]> git.gsnw.org Git - fping.git/commitdiff
Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23)
authorDavid Schweikert <david@schweikert.ch>
Thu, 19 Jul 2012 20:54:34 +0000 (22:54 +0200)
committerDavid Schweikert <david@schweikert.ch>
Thu, 19 Jul 2012 20:54:34 +0000 (22:54 +0200)
1  2 
ChangeLog
src/fping.c

diff --cc ChangeLog
index cc7356373b42b6c997d8725f88fb1611bd062b34,b01e7e7826e0865950f619f8e782dfa8da4e559b..334e9d591fb8ecd1d95053d5e128e192289bd146
+++ b/ChangeLog
@@@ -1,14 -1,3 +1,15 @@@
-   * Convert man-page source to POD for easier maintenance
 +UNRELEAESD  David Schweikert  <david@schweikert.ch>
 +  * Version 3.3rc1
 +  * Do not output icmp errors with -q (#1)
 +  * Add --enable-ipv4 and --enable-ipv6 options to configure (Niclas Zeising)
-   * Man-page fix: TOS option typo (Thomas Liske)
++  * 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)
++  * 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  <david@schweikert.ch>
    * Version 3.2
    * Improve documentation for -g option (G.W. Haywood)
diff --cc src/fping.c
Simple merge