]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - debian/changelog
Update the version numbers and changelog for new release.
[quix0rs-apt-p2p.git] / debian / changelog
index 9475677e844541111b30490160854ed779200e8c..3b47b2d7fc557ab1e07d357e4227d300db7fa65f 100644 (file)
@@ -1,5 +1,19 @@
-apt-dht (0.0.0) unstable; urgency=low
+apt-p2p (0.1.1) unstable; urgency=low
+
+  * Fix: no files were added to the DHT due to missing hashing results.
+  * Lower the timeout to 9 sec to reduce delays.
+  * Be more careful about which nodes get added to the routing table
+    - Only add nodes to the routing table that have responded to a request.
+    - Don't try and add ourself to the routing table during an action.
+    - Don't add local IP addresses to the routing table (with config
+      option to override).
+    - Fix the broken local IP regexes.
+  * Don't log KRPC errors for receiving an invalid store_value token.
+
+ -- Cameron Dale <camrdale@gmail.com>  Sat, 03 May 2008 10:24:35 -0700
+
+apt-p2p (0.1.0) unstable; urgency=low
 
   * Initial release.
 
- -- Cameron Dale <camrdale@gmail.com>  Sun, 17 Feb 2008 13:42:40 -0800
+ -- Cameron Dale <camrdale@gmail.com>  Fri, 25 Apr 2008 13:42:40 -0800