1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-22 08:59:19 +00:00

release 3.3

This commit is contained in:
David Schweikert
2012-08-19 23:06:18 +02:00
parent 4cab2f8598
commit aff259bbd0
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
UNRELEAESD David Schweikert <david@schweikert.ch>
* Version 3.3-rc1
2012-08-19 David Schweikert <david@schweikert.ch>
* Version 3.3
* Do not output icmp errors with -q (#1)
* Add --enable-ipv4 and --enable-ipv6 options to configure (Niclas Zeising)
* Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23)

View 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.3-rc1])
AC_INIT([fping],[3.3])
dnl make ipv4 and ipv6 options
AC_ARG_ENABLE([ipv4],