This commit is contained in:
pdw
2003-09-06 13:53:57 +00:00
parent 2eeeadf6e1
commit 9b8f09233a
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ $Id$
Attributions apply to all preceding items up to the next blank line. Attributions apply to all preceding items up to the next blank line.
Unattributed items are by Paul Warren and Chris Lightfoot. 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 == * Fixed DNS resolution so that no lookups are done if options.dns_resolution ==
0 0
* Configure/compilation fixes for Mac OS X * Configure/compilation fixes for Mac OS X

View File

@@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h) 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]) AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number])