X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=CHANGES;h=770fade1b9b5bacc27af8b73e433d63bb448fd5d;hb=HEAD;hp=1af4ef3d166f1c1195a92ebf8322ddde49942729;hpb=8bc75da6ede09929e212171c38ea356aeda387fc;p=dht-bootstrap.git diff --git a/CHANGES b/CHANGES index 1af4ef3..770fade 100644 --- a/CHANGES +++ b/CHANGES @@ -1,15 +1,29 @@ -2022-11-09: +Sergey Matveev's changes: - * Ability to explicitly specify IP addresses to bind to - * select() replaced with poll() - * arc4random instead of /dev/urandom reading + 2022-11-11: -20 November 2011: dht-bootstrap-0.2 + * Privilege-separated packets sender. + * FreeBSD Capsicum sandboxing. + * poll() replaced with kqueue(). + * stricter bencoded integers parser. - * Fixed a bug that could cause EAFNOSUPPORT errors. - * Fixed a bug that caused port numbers given on the command line to be - ignored. + 2022-11-09: -29 December 2009: dht-bootstrap-0.1 + * 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. - * Initial public release. +Original author's changes: + + 2011-11-20: 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. + + 2009-12-29: dht-bootstrap-0.1 + + * Initial public release.