prepare release

pull/67/head 3.7
David Schweikert 11 years ago
parent d141744adb
commit 3a714b275f

@ -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

@ -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],

Loading…
Cancel
Save