release 4.0

pull/124/head
David Schweikert 8 years ago
parent 06dfaef9c3
commit 8505f5c3be

@ -1,5 +1,5 @@
2017-02-13 David Schweikert <david@schweikert.ch> 2017-03-23 David Schweikert <david@schweikert.ch>
* Version 4.0-rc3 * Version 4.0
* INCOMPATIBILE CHANGE: fping and fping6 unification * INCOMPATIBILE CHANGE: fping and fping6 unification
@ -15,18 +15,18 @@
* INCOMPATIBILE CHANGE: -n option, not the same as -d anymore * INCOMPATIBILE CHANGE: -n option, not the same as -d anymore
Option -n / --name is now doing a reverse-DNS lookups on host addresses, 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 only if they are given as IP address, but not for hostnames. For example,
you write 'fping -n google.com', fping would previously do a forward-DNS if you write 'fping -n google.com', fping would previously do a
lookup on google.com, and then a reverse-DNS lookup on the resolved IP forward-DNS lookup on google.com, and then a reverse-DNS lookup on the
address. Now, it is just going to keep the name 'google.com'. That same resolved IP address. Now, it is just going to keep the name 'google.com'.
behavior can be achieved with the option -d / --rdns (which was previously That same behavior can be achieved with the option -d / --rdns (which was
an alias for -n). previously an alias for -n).
fping<4.0 fping>=4.0 fping<4.0 fping>=4.0
fping -n NAME NAME->IP->IPNAME NAME fping -n NAME NAME->IP->IPNAME NAME
fping -d NAME NAME->IP->IPNAME NAME->IP->IPNAME 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 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 for reply packets, specified with -t. This change is relevant only for the

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl Minimum Autoconf version required. dnl Minimum Autoconf version required.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([fping],[4.0-rc3]) AC_INIT([fping],[4.0])
dnl --disable-ipv4 dnl --disable-ipv4
AC_ARG_ENABLE([ipv4], AC_ARG_ENABLE([ipv4],

Loading…
Cancel
Save