]> git.gsnw.org Git - fping.git/commitdiff
release 4.0
authorDavid Schweikert <david@schweikert.ch>
Sun, 23 Apr 2017 14:48:03 +0000 (16:48 +0200)
committerDavid Schweikert <david@schweikert.ch>
Sun, 23 Apr 2017 14:48:03 +0000 (16:48 +0200)
ChangeLog
configure.ac

index fb380ea7bf467e6aad7c816db1394965461549ce..0d4ff40377dda82066a3a873d496fbe2fbd76bc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-2017-02-13  David Schweikert  <david@schweikert.ch>
-  * Version 4.0-rc3
+2017-03-23  David Schweikert  <david@schweikert.ch>
+  * Version 4.0
 
   * INCOMPATIBILE CHANGE: fping and fping6 unification
 
   * INCOMPATIBILE CHANGE: -n option, not the same as -d anymore
 
     Option -n / --name is now doing a reverse-DNS lookups on host addresses,
-    only they are given as IP address, but not for hostnames. For example, if
-    you write 'fping -n google.com', fping would previously do a forward-DNS
-    lookup on google.com, and then a reverse-DNS lookup on the resolved IP
-    address. Now, it is just going to keep the name 'google.com'. That same
-    behavior can be achieved with the option -d / --rdns (which was previously
-    an alias for -n).
+    only if they are given as IP address, but not for hostnames. For example,
+    if you write 'fping -n google.com', fping would previously do a
+    forward-DNS lookup on google.com, and then a reverse-DNS lookup on the
+    resolved IP address. Now, it is just going to keep the name 'google.com'.
+    That same behavior can be achieved with the option -d / --rdns (which was
+    previously an alias for -n).
 
                      fping<4.0              fping>=4.0
     fping -n NAME    NAME->IP->IPNAME       NAME
     fping -d NAME    NAME->IP->IPNAME       NAME->IP->IPNAME
 
-  * INCOMPATIBILE CHANGE: discard late packets
+  * INCOMPATIBILE CHANGE: discarding of late packets
 
     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
index 0fc74c3dd378ba10638d27b603ef9a42717a3ea9..fa7ef05d4e79b11e98fdcd14b6ed49c055c5d87b 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl Minimum Autoconf version required.
 AC_PREREQ(2.59)
 
-AC_INIT([fping],[4.0-rc3])
+AC_INIT([fping],[4.0])
 
 dnl --disable-ipv4
 AC_ARG_ENABLE([ipv4],