]> Sergey Matveev's repositories - dht-bootstrap.git/blobdiff - CHANGES
Note about the fork
[dht-bootstrap.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 02acac9b99089e8081317b1b51c96dd79ee21f3f..770fade1b9b5bacc27af8b73e433d63bb448fd5d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,29 @@
-29 December 2009: dht-bootstrap-0.1
+Sergey Matveev's changes:
 
-  * Initial public release.
+    2022-11-11:
+
+      * Privilege-separated packets sender.
+      * FreeBSD Capsicum sandboxing.
+      * poll() replaced with kqueue().
+      * stricter bencoded integers parser.
+
+    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.
+
+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.