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