Update the version numbers and changelog for new release.
[quix0rs-apt-p2p.git] / debian / changelog
index efc3e286ad777cbb02d93cb8120aa2f29187b2f4..3b47b2d7fc557ab1e07d357e4227d300db7fa65f 100644 (file)
@@ -1,3 +1,17 @@
+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.