X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/53d9d497ad0dcb0c37efb23a5468762355db6512..3c6b3682c70be84db86e70c191016913a9836c31:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 561c567..1a6e982 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +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 +41,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 +191,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: