Update for python-apt 0.8 API transition (Closes: #572078)
[quix0rs-apt-p2p.git] / debian / changelog
1 apt-p2p (0.1.6) unstable; urgency=low
2
3   * Update for python-apt 0.8 API transition (Closes: #572078)
4   * Fix a lot of lintian warnings and errors
5     - Update standards version to 3.8.4 (no changes)
6   * Fix various documentation issues
7     (Closes: #518590, #518549, #518548, 518550)
8   * Add an enable variable to the /etc/default file (Closes: #518594)
9
10  -- Cameron Dale <camrdale@gmail.com>  Sun, 21 Mar 2010 00:25:08 -0700
11
12 apt-p2p (0.1.5) unstable; urgency=low
13
14   * Prevent BitTorrent nodes from infiltrating the DHT.
15   * Consume ping errors so they aren't printed in the log.
16   * Add a logrotate file that should work with the twistd log rotation.
17
18  -- Cameron Dale <camrdale@gmail.com>  Sat, 21 Jun 2008 23:26:42 -0700
19
20 apt-p2p (0.1.4) unstable; urgency=low
21
22   * Add remote_fs dependency in init.d LSB header (Closes: #480645)
23   * Use the version number in the Khashmir node ID.
24
25  -- Cameron Dale <camrdale@gmail.com>  Sun, 15 Jun 2008 23:20:28 -0700
26
27 apt-p2p (0.1.3) unstable; urgency=low
28
29   * Speed up downloading from peers
30     - Set a new peer's ranking values so they don't get an unfair
31       advantage.
32     - Reduce the HTTP connection timeout to 10s.
33     - Drop peers after a limited number of errors.
34   * Speed up the DHT requests when nodes fail
35     - Schedule a re-ping message after adding a new node.
36     - When a node fails, schedule a future ping to check again.
37     - Send periodic finds to nodes that are stale.
38     - Increase the stored value redundancy to 6.
39     - Increase the concurrency of DHT requests to 8.
40     - Add early termination and ignoring slow responses to
41       recursive DHT actions when timeouts occur.
42   * Remove the debconf note about port forwarding (Closes: #479492)
43     - Add a NEWS entry for port forwarding
44
45  -- Cameron Dale <camrdale@gmail.com>  Fri, 09 May 2008 23:43:13 -0700
46
47 apt-p2p (0.1.2) unstable; urgency=low
48
49   * Fixed a bug in the HTTP downloader that caused errors with some
50     mirrors that always close the connections (Closes: #479455)
51
52  -- Cameron Dale <camrdale@gmail.com>  Sun, 04 May 2008 22:32:11 -0700
53
54 apt-p2p (0.1.1) unstable; urgency=low
55
56   * Fix: no files were added to the DHT due to missing hashing results.
57   * Lower the timeout to 9 sec to reduce delays.
58   * Be more careful about which nodes get added to the routing table
59     - Only add nodes to the routing table that have responded to a request.
60     - Don't try and add ourself to the routing table during an action.
61     - Don't add local IP addresses to the routing table (with config
62       option to override).
63     - Fix the broken local IP regexes.
64   * Don't log KRPC errors for receiving an invalid store_value token.
65
66  -- Cameron Dale <camrdale@gmail.com>  Sat, 03 May 2008 10:24:35 -0700
67
68 apt-p2p (0.1.0) unstable; urgency=low
69
70   * Initial release.
71
72  -- Cameron Dale <camrdale@gmail.com>  Fri, 25 Apr 2008 13:42:40 -0800