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 + +* Fix for hash table memory handling bug (caused segfaults on Mac OS X) +* Header fixes for Mac OS X + Ken McLeod + +* Fixes for compile time errors apparent on Mac OS 10.4.3 + Georg Schwarz + +* Improvements to configure to support cross-compilation +* Addition of "NO_SYSTEM" compiler flag to prevent subshell execution + Tim Freeman + +* Fix to get hardware address on FreeBSD and OpenBSD + Nicolas Bernard + +* Added 802.1q VLAN support + Jacek Konieczny + 0.16 28/02/04 * Added support for DLT_NULL * Fix for pthread.c behaviour on Solaris.