Version 0.5 changes (tagged).

This commit is contained in:
pdw
2002-08-26 09:44:46 +00:00
parent 4e67f1ebba
commit 422ee03783
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
Change log for iftop Change log for iftop
$Id$ $Id$
0.5 0.5 26/08/02
Added support for monitoring PPP interfaces Added support for monitoring PPP interfaces
Converted longs to double longs in various places to avoid overflow problems Converted longs to double longs in various places to avoid overflow problems
Minor bug fixes (usage messages, exit on error)
Improved selection of default interface when none specified
0.4 16/04/02 0.4 16/04/02

View File

@@ -27,7 +27,7 @@ MANDIR = man
#MANDIR = share/man # FHS-ish #MANDIR = share/man # FHS-ish
# You shouldn't need to change anything below this point. # You shouldn't need to change anything below this point.
VERSION = 0.5pre1 VERSION = 0.5
CFLAGS += -g -Wall "-DIFTOP_VERSION=\"$(VERSION)\"" CFLAGS += -g -Wall "-DIFTOP_VERSION=\"$(VERSION)\""
LDFLAGS += -g LDFLAGS += -g
LDLIBS += -lpcap -lpthread -lcurses -lm LDLIBS += -lpcap -lpthread -lcurses -lm