7cc037ce6b525dc19c3f858a299f582190518cc3
[quix0rs-apt-p2p.git] / debian / changelog
1 apt-p2p (0.1.3) unstable; urgency=low
2
3   * Speed up downloading from peers
4     - Set a new peer's ranking values so they don't get an unfair
5       advantage.
6     - Reduce the HTTP connection timeout to 10s.
7     - Drop peers after a limited number of errors.
8   * Speed up the DHT requests when nodes fail
9     - Schedule a re-ping message after adding a new node.
10     - When a node fails, schedule a future ping to check again.
11     - Send periodic finds to nodes that are stale.
12     - Increase the stored value redundancy to 6.
13     - Increase the concurrency of DHT requests to 8.
14     - Add early termination and ignoring slow responses to
15       recursive DHT actions when timeouts occur.
16   * Remove the debconf note about port forwarding (Closes: #479492)
17     - Add a NEWS entry for port forwarding
18
19  -- Cameron Dale <camrdale@gmail.com>  Fri, 09 May 2008 23:43:13 -0700
20
21 apt-p2p (0.1.2) unstable; urgency=low
22
23   * Fixed a bug in the HTTP downloader that caused errors with some
24     mirrors that always close the connections (Closes: #479455)
25
26  -- Cameron Dale <camrdale@gmail.com>  Sun, 04 May 2008 22:32:11 -0700
27
28 apt-p2p (0.1.1) unstable; urgency=low
29
30   * Fix: no files were added to the DHT due to missing hashing results.
31   * Lower the timeout to 9 sec to reduce delays.
32   * Be more careful about which nodes get added to the routing table
33     - Only add nodes to the routing table that have responded to a request.
34     - Don't try and add ourself to the routing table during an action.
35     - Don't add local IP addresses to the routing table (with config
36       option to override).
37     - Fix the broken local IP regexes.
38   * Don't log KRPC errors for receiving an invalid store_value token.
39
40  -- Cameron Dale <camrdale@gmail.com>  Sat, 03 May 2008 10:24:35 -0700
41
42 apt-p2p (0.1.0) unstable; urgency=low
43
44   * Initial release.
45
46  -- Cameron Dale <camrdale@gmail.com>  Fri, 25 Apr 2008 13:42:40 -0800