From 9b8f09233ab86788540bf730a424e77ec521e12c Mon Sep 17 00:00:00 2001 From: pdw <> Date: Sat, 6 Sep 2003 13:53:57 +0000 Subject: [PATCH] 0.14 --- ChangeLog | 3 ++- configure.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8cee540..406d9ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,8 @@ $Id$ Attributions apply to all preceding items up to the next blank line. Unattributed items are by Paul Warren and Chris Lightfoot. -0.14 +0.14 06/09/03 +* Added forking resolver as fall-back resolver * Fixed DNS resolution so that no lookups are done if options.dns_resolution == 0 * Configure/compilation fixes for Mac OS X diff --git a/configure.in b/configure.in index 2169825..8579f4b 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR(config) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(iftop, "0.14pre2") +AM_INIT_AUTOMAKE(iftop, "0.14") AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number])