diff --git a/ChangeLog b/ChangeLog index f2aca19..9afc95b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + * 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 * Version 3.10 diff --git a/configure.ac b/configure.ac index fdf2808..20106f0 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],[3.10]) +AC_INIT([fping],[3.11]) dnl make ipv4 and ipv6 options AC_ARG_ENABLE([ipv4],