Imported Upstream version 3.0.717
[darkstat-debian] / ChangeLog
index f14816c..561c567 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+v3.0.717 (14 August 2013)
+       - (OS X only) Work around lack of clock_gettime().
+       - Fix crash due to str_appendf() not understanding %ld.
+
+v3.0.716 (8 August 2013)
+       - Implement support for multiple capture interfaces.
+       - Support multiple local IPs on an interface.
+       - Only error out if we fail to create all HTTP sockets.
+         In particular, this helps on IPv6-incapable platforms.
+       - Use monotonic time over wall time where appropriate.
+       - Portability fixes for NetBSD and OpenBSD.
+
 v3.0.715 (January 2012)
        - Compatibility fixes for Hurd and Solaris.
        - Use link-time optimization and automake-like silent rules.
@@ -5,7 +17,7 @@ v3.0.715 (January 2012)
        - Continuing fixes for IPv6 support.
        - Only update lastseen time for sender, not recipient.
        - Implement --local-only: accounting for hosts on the local net.
-        - Make failure to bind() a socket non-fatal.
+       - Make failure to bind() a socket non-fatal.
        - Make failure to get local IP non-fatal.
        - Fall back to gethostbyaddr() if getnameinfo() fails.
        - Fix detection of IPv4 multicast addresses.
@@ -166,3 +178,5 @@ v3.0.471 (Jun 2006)
 v2.6 (Nov 2003)
 
        End of the line for darkstat 2
+
+vim:set noet ts=8 sw=8 tw=72: