From 23c18303e564f19460d93f5e79fb2d5c99f57f8d Mon Sep 17 00:00:00 2001 From: pdw <> Date: Sun, 19 Jan 2014 20:32:50 +0000 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index e4ee4b2..6d5d535 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ Unattributed items are by Paul Warren and Chris Lightfoot. Andreas Schwab * Minor fixes to the man page +* Man page documentation of -t mode. +* Compile time warning fixes. Markus Koschany * Added text output mode (-t option) @@ -67,6 +69,9 @@ Unattributed items are by Paul Warren and Chris Lightfoot. * Avoid an assertion failure if an "invalid" (as in outside of IPv4 or IPv6) address family is encountered (Red Hat bugs #839750, #847124, #868065, #961236 and #1007434) +* enable building iftop with more recent versions of autoconf/automake +* patch to remove compile time warnings +* Fix to avoid system call in text mode wherever possible. Robert Scheck * Attempt to detect if interface is actually up when doing autodetection.