]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - debian/changelog
Only touch a bucket if a find request targets it.
[quix0rs-apt-p2p.git] / debian / changelog
index 9475677e844541111b30490160854ed779200e8c..c5cc0944a595f300899f30045871c9686ca7d9b4 100644 (file)
@@ -1,5 +1,26 @@
-apt-dht (0.0.0) unstable; urgency=low
+apt-p2p (0.1.2) unstable; urgency=low
+
+  * Fixed a bug in the HTTP downloader that caused errors with some
+    mirrors that always close the connections (Closes: #479455)
+
+ -- Cameron Dale <camrdale@gmail.com>  Sun, 04 May 2008 22:32:11 -0700
+
+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