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