From: David Schweikert Date: Mon, 4 Nov 2013 22:13:07 +0000 (+0100) Subject: prepare release X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a714b275f856626b90adda4bd48e9e62ae6dcc6;p=fping.git prepare release --- diff --git a/ChangeLog b/ChangeLog index 4918e62..349efeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ -UNRELEASED +2013-11-04 David Schweikert + * Version 3.7 * Allow running as non-root on Mac OS X by using non-privileged ICMP (#7) * Remove unnecessary IPv6 socket options * Fix again compatibility issue with FreeBSD (Shawn Chu) * Fix fping hanging forever on permanent sendto failure (Shawn Chu) + * Fix duplicate echo reply packets causing early stop in count mode + (reported by Ramon Schwammberger, #53) 2013-10-10 David Schweikert * Version 3.6 diff --git a/configure.ac b/configure.ac index a513dd6..14c2915 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.7-rc1]) +AC_INIT([fping],[3.7]) dnl make ipv4 and ipv6 options AC_ARG_ENABLE([ipv4],