prepare release 3.11

pull/95/head 3.11
David Schweikert 9 years ago
parent ceaf45d2e1
commit 588661da29

@ -1,9 +1,9 @@
UNRELEASED
* Use sockaddr_storage and simplify code, so that we can one day
support both IPv4 and IPv6 with the same binary
* Fix double entries with fping -u and unreachable hosts
* New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis)
* Small documentation and performance improvements (Ryan Underwood)
2015-10-12 David Schweikert <david@schweikert.ch>
* Version 3.11
* (feature) New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis)
* (feature) Small documentation and performance improvements (Ryan Underwood)
* (bugfix) Fix double entries with fping -u and unreachable hosts
* (internal) Use sockaddr_storage and simplify code, so that we can one day support both IPv4 and IPv6 with the same binary
2014-05-03 David Schweikert <david@schweikert.ch>
* Version 3.10

@ -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],[3.10])
AC_INIT([fping],[3.11])
dnl make ipv4 and ipv6 options
AC_ARG_ENABLE([ipv4],

Loading…
Cancel
Save