]> git.gsnw.org Git - fping.git/commitdiff
prepare release
authorDavid Schweikert <david@schweikert.ch>
Wed, 21 Oct 2015 19:00:42 +0000 (21:00 +0200)
committerDavid Schweikert <david@schweikert.ch>
Wed, 21 Oct 2015 19:00:42 +0000 (21:00 +0200)
ChangeLog
ci/prepare-linux.sh [new file with mode: 0755]
configure.ac

index 46ef98764c63ae80fb36117374101c7009b579b8..d9d90fc067bfe8a78d9dc54f75245077702da4d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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)
diff --git a/ci/prepare-linux.sh b/ci/prepare-linux.sh
new file mode 100755 (executable)
index 0000000..41504f1
--- /dev/null
@@ -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
index e6e244e79812cd986bf7ce7552016f47e0de8caf..00309676558470328fee21b373bc7d0e954a8cdc 100644 (file)
@@ -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],