X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=debian%2Fchangelog;h=2a8ce5c97af3648febb024924ebe2f1be7a98376;hp=3b47b2d7fc557ab1e07d357e4227d300db7fa65f;hb=3728713538ebe29ed01d9ab40cf582b3466b8a7a;hpb=0d597e1ebe57e3d2d5fb15d463ce066b34c3734e diff --git a/debian/changelog b/debian/changelog index 3b47b2d..2a8ce5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +apt-p2p (0.1.5) unstable; urgency=low + + * Prevent BitTorrent nodes from infiltrating the DHT. + * Consume ping errors so they aren't printed in the log. + * Add a logrotate file that should work with the twistd log rotation. + + -- Cameron Dale Sat, 21 Jun 2008 23:26:42 -0700 + +apt-p2p (0.1.4) unstable; urgency=low + + * Add remote_fs dependency in init.d LSB header (Closes: #480645) + * Use the version number in the Khashmir node ID. + + -- Cameron Dale Sun, 15 Jun 2008 23:20:28 -0700 + +apt-p2p (0.1.3) unstable; urgency=low + + * Speed up downloading from peers + - Set a new peer's ranking values so they don't get an unfair + advantage. + - Reduce the HTTP connection timeout to 10s. + - Drop peers after a limited number of errors. + * Speed up the DHT requests when nodes fail + - Schedule a re-ping message after adding a new node. + - When a node fails, schedule a future ping to check again. + - Send periodic finds to nodes that are stale. + - Increase the stored value redundancy to 6. + - Increase the concurrency of DHT requests to 8. + - Add early termination and ignoring slow responses to + recursive DHT actions when timeouts occur. + * Remove the debconf note about port forwarding (Closes: #479492) + - Add a NEWS entry for port forwarding + + -- Cameron Dale Fri, 09 May 2008 23:43:13 -0700 + +apt-p2p (0.1.2) unstable; urgency=low + + * Fixed a bug in the HTTP downloader that caused errors with some + mirrors that always close the connections (Closes: #479455) + + -- Cameron Dale Sun, 04 May 2008 22:32:11 -0700 + apt-p2p (0.1.1) unstable; urgency=low * Fix: no files were added to the DHT due to missing hashing results.