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