X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=CHANGES;h=e8a770db4cda223d0af4c654c18d736e314fcec1;hb=eee8db5cf32e62d4842355ac9d77d756416696d9;hp=02acac9b99089e8081317b1b51c96dd79ee21f3f;hpb=9df261ab295bad9fc325fb6a47bf1c20eced6c6a;p=dht-bootstrap.git diff --git a/CHANGES b/CHANGES index 02acac9..e8a770d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +2022-11-09: + + * Ability to explicitly specify IP addresses to bind to + * select() replaced with poll() + * arc4random instead of /dev/urandom reading + * Some simple hardening + * Keep statistics in process title (BSD) + * Debug with IP addresses + +20 November 2011: dht-bootstrap-0.2 + + * Fixed a bug that could cause EAFNOSUPPORT errors. + * Fixed a bug that caused port numbers given on the command line to be + ignored. + 29 December 2009: dht-bootstrap-0.1 * Initial public release.