0.9
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,7 +1,7 @@
|
|||||||
Change log for iftop
|
Change log for iftop
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
0.9
|
0.9 22/10/02
|
||||||
|
|
||||||
Now works on FreeBSD
|
Now works on FreeBSD
|
||||||
Added service resolution toggle ("R")
|
Added service resolution toggle ("R")
|
||||||
@@ -10,7 +10,7 @@ More fixes to rate display
|
|||||||
Improved interface selection (excludes lo:* and vmnet*)
|
Improved interface selection (excludes lo:* and vmnet*)
|
||||||
Added bandwidth-in-bytes option.
|
Added bandwidth-in-bytes option.
|
||||||
|
|
||||||
0.8
|
0.8 17/10/02
|
||||||
|
|
||||||
Added support for displaying port numbers
|
Added support for displaying port numbers
|
||||||
Minor fixes to rate display
|
Minor fixes to rate display
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -31,7 +31,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.9pre4
|
VERSION = 0.9
|
||||||
CFLAGS += -g -Wall "-DIFTOP_VERSION=\"$(VERSION)\""
|
CFLAGS += -g -Wall "-DIFTOP_VERSION=\"$(VERSION)\""
|
||||||
LDFLAGS += -g
|
LDFLAGS += -g
|
||||||
LDLIBS += -lpcap -lcurses -lm
|
LDLIBS += -lpcap -lcurses -lm
|
||||||
|
|||||||
Reference in New Issue
Block a user