prepare release 3.11

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

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

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

Loading…
Cancel
Save