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