]> git.gsnw.org Git - fping.git/commitdiff
prepare v3.14
authorDavid Schweikert <david@schweikert.ch>
Mon, 9 Jan 2017 16:07:43 +0000 (17:07 +0100)
committerDavid Schweikert <david@schweikert.ch>
Mon, 9 Jan 2017 16:07:43 +0000 (17:07 +0100)
ChangeLog
configure.ac

index 174ca19830ec243b87c255b3fd9a00c3ec5a53a7..c5f757320e11c78118ec93a66e224fbc465ba067 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
-UNRELEASED
+2017-01-10  David Schweikert  <david@schweikert.ch>
+  * Version 3.14
   * (feature) Ignore network and broadcast for cidrs /31 and /32 (#102, Martin Topholm)
   * (feature) New option '-M' to set the "Don't Fragment" flag (#91, Don Bowman) 
   * (feature) New option '-N' to output statistics for netdata (see: http://my-netdata.io/, #10, Costa Tsaousis)
index 92ba30f3304f505471d3493123336e4db60a6b33..d04e9542745525904622542dec33b78095678c46 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.13])
+AC_INIT([fping],[3.14])
 
 dnl make ipv4 and ipv6 options
 AC_ARG_ENABLE([ipv4],