From: Emil Mikulic Date: Mon, 18 Jan 2010 06:40:04 +0000 (+1100) Subject: Update ChangeLog in preparation for darkstat 3.0.713 X-Git-Tag: 3.0.713~1 X-Git-Url: https://unix4lyfe.org/gitweb/darkstat/commitdiff_plain/bf3f939e62ff4a5802ab7dd6b4296619a11024d2 Update ChangeLog in preparation for darkstat 3.0.713 --- diff --git a/ChangeLog b/ChangeLog index 2a0aa96..7e4bc1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +v3.0.713 (March 2010) + - Don't require --verbose for pcap_stats. + - Survive interface going down on Linux. + - Support DLT_RAW, implemented by Anton S. Ustyuzhanin. + - Skip accounting for hosts or ports if their max is set to zero. + - Implement --hexdump for troubleshooting. + - Web: Implement --no-lastseen + - Implement --snaplen manual override. + - Fix snaplen problem on recent (1-2 years?) Linux kernels. + - Implement --syslog + - Implement --wait as a NetworkManager workaround. + +(there were no releases made in 2009) + v3.0.712 (November 2008) - Web: Add --no-macs option to hide mac addresses. Thanks Dennis!