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