summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdw <>2005-12-25 12:15:08 +0000
committerpdw <>2005-12-25 12:15:08 +0000
commit42c26600fa4b97d87f33936c2a2c8f08f1653de2 (patch)
tree8c62eff329829cf29643f473c807b1c7260b1e28
parent0613f0abd1e777ec05a3537ed483355bb6c0724b (diff)
downloadiftop-42c26600fa4b97d87f33936c2a2c8f08f1653de2.zip
Updated change log
-rw-r--r--ChangeLog22
1 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a43f5e..23c5f8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,9 +5,29 @@ Attributions apply to all preceding items up to the next blank line.
Unattributed items are by Paul Warren and Chris Lightfoot.
0.17
-* Fixed segfault bug in config file handling.
* Added support for ppp interfaces on FreeBSD (and others using DLT_PPP)
+* Fixed segfault bug in config file handling.
+* Fixes to man page
+ William Robinet <william.robinet@conostix.com>
+
+* Fix for hash table memory handling bug (caused segfaults on Mac OS X)
+* Header fixes for Mac OS X
+ Ken McLeod <thecloud@apple.com>
+
+* Fixes for compile time errors apparent on Mac OS 10.4.3
+ Georg Schwarz <georg.schwarz@freenet.de>
+
+* Improvements to configure to support cross-compilation
+* Addition of "NO_SYSTEM" compiler flag to prevent subshell execution
+ Tim Freeman <tim@fungible.com>
+
+* Fix to get hardware address on FreeBSD and OpenBSD
+ Nicolas Bernard <n.bernard@worldonline.fr>
+
+* Added 802.1q VLAN support
+ Jacek Konieczny <jajcus@bnet.pl>
+
0.16 28/02/04
* Added support for DLT_NULL
* Fix for pthread.c behaviour on Solaris.