From: David Schweikert Date: Wed, 14 Oct 2015 18:47:08 +0000 (+0200) Subject: prepare release X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8176041ad436e0335526a20abe0bda82dea308ec;p=fping.git prepare release --- diff --git a/ChangeLog b/ChangeLog index 9afc95b..46ef987 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-10-14 David Schweikert + * Version 3.12 + * (bugfix) Fix fping6 -R (fixes #84, reported by Stuart Henderson) + 2015-10-12 David Schweikert * Version 3.11 * (feature) New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis) diff --git a/configure.ac b/configure.ac index 20106f0..e6e244e 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.11]) +AC_INIT([fping],[3.12]) dnl make ipv4 and ipv6 options AC_ARG_ENABLE([ipv4],