From: David Schweikert Date: Thu, 10 Oct 2013 20:05:45 +0000 (+0200) Subject: Release version 3.6 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=741236e576525f43b94f850d85e7f230bc257e51;p=fping.git Release version 3.6 --- diff --git a/ChangeLog b/ChangeLog index bbacf76..ec885b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ -UNRELEASED +2013-10-10 David Schweikert + * Version 3.6 * Fix loop issue after 65536 pings (reported by Peter Folk and GBert, #12) * Minimum ping data size is now 0 * Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and breaks diff --git a/configure.ac b/configure.ac index fa87b3c..ea50c04 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.6-rc2]) +AC_INIT([fping],[3.6]) dnl make ipv4 and ipv6 options AC_ARG_ENABLE([ipv4],