X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=6d09fcb1cb90f9b620934173431e7d1a780c3ed0;hb=277ab6e6a1d6049753f2f55447a8e0e6d850ea21;hp=94678ca630a98eb754a09538bdf42ae9624eeca2;hpb=8892328d364f9c125dc15dd74230a9463113e591;p=quix0rs-apt-p2p.git diff --git a/debian/changelog b/debian/changelog index 94678ca..6d09fcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,25 +1,81 @@ -apt-dht (0.0.1~1.gbpef2463) UNRELEASED; urgency=low +apt-p2p (0.1.7) unstable; urgency=low - ** SNAPSHOT build @ef24631cd901522741529d3ef2ee458f2e9ced1d ** + * Change the module location of the apt OpProgress class (Closes: #641732) + * Fix some Lintian warnings + * Update the standards version to 3.9.2 (no changes) - * UNRELEASED - * Initial debian directory and packaging related changes. - * Fix up some errors in the packaging. - * Add the git-buildpackage config file. - * HTTPServer uses the hash to lookup the file in the DB (no more - directories). - * Download from peers using the hash instead of a directory location. - * Don't add files to the DHT if a hash could not be found for them. - * Use python-debian for parsing RFC 822 files (untested). - * Fix some minor bugs in the previous commits. - * Another new TODO item: better DHT lookups for multiple values per - key. - * Added 2 (commented) failed attempts to throttle the web server. + -- Cameron Dale Sat, 17 Sep 2011 16:10:43 -0700 - -- Cameron Dale Wed, 20 Feb 2008 10:52:18 -0800 +apt-p2p (0.1.6) unstable; urgency=low -apt-dht (0.0.0) unstable; urgency=low + * Update for python-apt 0.8 API transition (Closes: #572078) + * Fix a lot of lintian warnings and errors + - Update standards version to 3.8.4 (no changes) + * Fix various documentation issues + (Closes: #518590, #518549, #518548, 518550) + * Add an enable variable to the /etc/default file (Closes: #518594) + * Use python-debian's new debian package instead of debian_bundle + + -- Cameron Dale Sun, 21 Mar 2010 00:30:52 -0700 + +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. + * Lower the timeout to 9 sec to reduce delays. + * Be more careful about which nodes get added to the routing table + - Only add nodes to the routing table that have responded to a request. + - Don't try and add ourself to the routing table during an action. + - Don't add local IP addresses to the routing table (with config + option to override). + - Fix the broken local IP regexes. + * Don't log KRPC errors for receiving an invalid store_value token. + + -- Cameron Dale Sat, 03 May 2008 10:24:35 -0700 + +apt-p2p (0.1.0) unstable; urgency=low * Initial release. - -- Cameron Dale Sun, 17 Feb 2008 13:42:40 -0800 + -- Cameron Dale Fri, 25 Apr 2008 13:42:40 -0800