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