]> git.gsnw.org Git - fping.git/commitdiff
prepare release
authorDavid Schweikert <david@schweikert.ch>
Mon, 4 Nov 2013 22:13:07 +0000 (23:13 +0100)
committerDavid Schweikert <david@schweikert.ch>
Mon, 4 Nov 2013 22:13:07 +0000 (23:13 +0100)
ChangeLog
configure.ac

index 4918e620d89e98549b6e32a6341b5c7b5707e395..349efeb443eb21f13a0b0f81fbac93aefab94039 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
-UNRELEASED
+2013-11-04  David Schweikert  <david@schweikert.ch>
+  * Version 3.7
   * Allow running as non-root on Mac OS X by using non-privileged ICMP (#7)
   * Remove unnecessary IPv6 socket options
   * Fix again compatibility issue with FreeBSD (Shawn Chu)
   * Fix fping hanging forever on permanent sendto failure (Shawn Chu)
+  * Fix duplicate echo reply packets causing early stop in count mode
+    (reported by Ramon Schwammberger, #53)
 
 2013-10-10  David Schweikert  <david@schweikert.ch>
   * Version 3.6
index a513dd6aac956975da8054dc4a0509a9623bd4a2..14c29151adc616a6454b3ea2d04834402a7a8386 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.7-rc1])
+AC_INIT([fping],[3.7])
 
 dnl make ipv4 and ipv6 options
 AC_ARG_ENABLE([ipv4],