Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
schweikert committed Nov 4, 2013
1 parent d141744 commit 3a714b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
UNRELEASED
2013-11-04 David Schweikert <[email protected]>
* 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 <[email protected]>
* Version 3.6
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 3a714b2

Please sign in to comment.