+2015-10-21 David Schweikert <david@schweikert.ch>
+ * 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 <david@schweikert.ch>
* Version 3.12
* (bugfix) Fix fping6 -R (fixes #84, reported by Stuart Henderson)
--- /dev/null
+#!/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
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],