From: David Schweikert Date: Wed, 21 Oct 2015 19:00:42 +0000 (+0200) Subject: prepare release X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7fcb423cc0346e61da3867c44e882935ea1d84;p=fping.git prepare release --- diff --git a/ChangeLog b/ChangeLog index 46ef987..d9d90fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-21 David Schweikert + * Version 3.13 + * (bugfix) Fix ICMP errors sometimes causing crashes with fping >= 3.11 + (fixes #85, reported by Jamie Heilman and Bill Blough) + 2015-10-14 David Schweikert * Version 3.12 * (bugfix) Fix fping6 -R (fixes #84, reported by Stuart Henderson) diff --git a/ci/prepare-linux.sh b/ci/prepare-linux.sh new file mode 100755 index 0000000..41504f1 --- /dev/null +++ b/ci/prepare-linux.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +sudo setcap cap_net_raw+ep src/fping +sudo setcap cap_net_raw+ep src/fping6 + +if [[ ! $PATH =~ fping/src ]]; then + echo "# WARNING: must set PATH:" + echo PATH=/home/dws/checkouts/fping/src:\$PATH +fi diff --git a/configure.ac b/configure.ac index e6e244e..0030967 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.12]) +AC_INIT([fping],[3.13]) dnl make ipv4 and ipv6 options AC_ARG_ENABLE([ipv4],