]> Sergey Matveev's repositories - dht-bootstrap.git/blob - CHANGES
Note about the fork
[dht-bootstrap.git] / CHANGES
1 Sergey Matveev's changes:
2
3     2022-11-11:
4
5       * Privilege-separated packets sender.
6       * FreeBSD Capsicum sandboxing.
7       * poll() replaced with kqueue().
8       * stricter bencoded integers parser.
9
10     2022-11-09:
11
12       * Ability to explicitly specify IP addresses to bind to.
13       * select() replaced with poll().
14       * arc4random instead of /dev/urandom reading.
15       * Some simple hardening.
16       * Keep statistics in process title (BSD).
17       * Debug with IP addresses.
18
19 Original author's changes:
20
21     2011-11-20: dht-bootstrap-0.2
22
23       * Fixed a bug that could cause EAFNOSUPPORT errors.
24       * Fixed a bug that caused port numbers given on the command line to be
25         ignored.
26
27     2009-12-29: dht-bootstrap-0.1
28
29       * Initial public release.