]> git.gsnw.org Git - fping.git/commitdiff
Release version 3.6
authorDavid Schweikert <david@schweikert.ch>
Thu, 10 Oct 2013 20:05:45 +0000 (22:05 +0200)
committerDavid Schweikert <david@schweikert.ch>
Thu, 10 Oct 2013 20:05:45 +0000 (22:05 +0200)
ChangeLog
configure.ac

index bbacf761745ba9ac3cf36f0b353baca0fb114a70..ec885b9ddda5d71262137b5ba07f3873c2192205 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
-UNRELEASED
+2013-10-10  David Schweikert  <david@schweikert.ch>
+  * 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
index fa87b3cf86233ed64379c18aa70d97e5d49b19b8..ea50c0441c7ff71d8741771ddf21e0c448796d44 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.6-rc2])
+AC_INIT([fping],[3.6])
 
 dnl make ipv4 and ipv6 options
 AC_ARG_ENABLE([ipv4],