X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/4da209d9116b41ab59eeedc5823bc2cb64b5bc3e..HEAD:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 561c567..c59bd8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +v3.0.719 (24 May 2015) + - Implement tracking of remote ports: shows which ports the host + is making outgoing connections to. Long time feature request. + - Bugfix: when the capture interface goes down, exit instead of + busy-looping forever. + - Fix "clock error" due to machine reboot. + - SIGUSR1 now resets the time and bytes reported on the graphs + page. + - Account for all IP protocols. + - Change the default ports_max to only twice the default + ports_keep. + +v3.0.718 (25 January 2014) + - (SECURITY!) Don't chroot() by default. The user must specify + a --chroot dir for this to happen now. + - Bring back the "--base /path" functionality. + - Add explicit warning about graphs being blank if we can't get + local IPs on an interface. + - Don't crash in timer_stop() if monotonic time stops or goes + backwards. + - Lots of internal cleanups. + - Use time_t instead of "long" for time. This is more correct + and should fix darkstat on OpenBSD 5.5 on 32-bit systems. + v3.0.717 (14 August 2013) - (OS X only) Work around lack of clock_gettime(). - Fix crash due to str_appendf() not understanding %ld. @@ -29,15 +53,17 @@ v3.0.714 (June 2011) - Allow sort on last-seen, thanks to Dirk Koopman. - Support multiple bind addresses. - Add --disable-debug configure flag, thanks to Malte S. Stretz. - - Make it possible to save the DB without resetting it (SIGUSR2). - - Web: Use relative URLs, so darkstat works properly behind mod_proxy, - thanks to Malte S. Stretz. + - Make it possible to export the database without resetting it: + by sending SIGUSR2. + - Web: Use relative URLs, so darkstat works properly + behind mod_proxy, thanks to Malte S. Stretz. 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. + - 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. @@ -177,6 +203,6 @@ v3.0.471 (Jun 2006) v2.6 (Nov 2003) - End of the line for darkstat 2 + End of the line for darkstat 2. -vim:set noet ts=8 sw=8 tw=72: +vim:set noet ts=8 sts=8 sw=8 tw=72: