X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=CHANGES;h=770fade1b9b5bacc27af8b73e433d63bb448fd5d;hb=ad3a7037adc349f4e742b0a100b6e7467c44a50e;hp=b1c71818b4da1edf134a75c3670384120a4c4131;hpb=8343888afd4658e381d7c9f6323ce7690b65ee9d;p=dht-bootstrap.git diff --git a/CHANGES b/CHANGES index b1c7181..770fade 100644 --- a/CHANGES +++ b/CHANGES @@ -1,24 +1,29 @@ -2022-11-11: +Sergey Matveev's changes: - * Privilege-separated packets sender - * FreeBSD Capsicum sandboxing - * poll() replaced with kqueue() + 2022-11-11: -2022-11-09: + * Privilege-separated packets sender. + * FreeBSD Capsicum sandboxing. + * poll() replaced with kqueue(). + * stricter bencoded integers parser. - * 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 + 2022-11-09: -20 November 2011: dht-bootstrap-0.2 + * 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. - * Fixed a bug that could cause EAFNOSUPPORT errors. - * Fixed a bug that caused port numbers given on the command line to be - ignored. +Original author's changes: -29 December 2009: dht-bootstrap-0.1 + 2011-11-20: dht-bootstrap-0.2 - * Initial public release. + * 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.