diff --git a/ChangeLog b/ChangeLog index fb380ea..0d4ff40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -2017-02-13 David Schweikert - * Version 4.0-rc3 +2017-03-23 David Schweikert + * Version 4.0 * INCOMPATIBILE CHANGE: fping and fping6 unification @@ -15,18 +15,18 @@ * 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 diff --git a/configure.ac b/configure.ac index 0fc74c3..fa7ef05 100644 --- a/configure.ac +++ b/configure.ac @@ -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],