3b47b2d7fc557ab1e07d357e4227d300db7fa65f
[quix0rs-apt-p2p.git] / debian / changelog
1 apt-p2p (0.1.1) unstable; urgency=low
2
3   * Fix: no files were added to the DHT due to missing hashing results.
4   * Lower the timeout to 9 sec to reduce delays.
5   * Be more careful about which nodes get added to the routing table
6     - Only add nodes to the routing table that have responded to a request.
7     - Don't try and add ourself to the routing table during an action.
8     - Don't add local IP addresses to the routing table (with config
9       option to override).
10     - Fix the broken local IP regexes.
11   * Don't log KRPC errors for receiving an invalid store_value token.
12
13  -- Cameron Dale <camrdale@gmail.com>  Sat, 03 May 2008 10:24:35 -0700
14
15 apt-p2p (0.1.0) unstable; urgency=low
16
17   * Initial release.
18
19  -- Cameron Dale <camrdale@gmail.com>  Fri, 25 Apr 2008 13:42:40 -0800