Version 0.5 changes (tagged).
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -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
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user