]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - debian/changelog
Increase the stored value redundancy to 6.
[quix0rs-apt-p2p.git] / debian / changelog
index a102107fd367557fbf5244f5e8b97cc6a244e321..c5cc0944a595f300899f30045871c9686ca7d9b4 100644 (file)
@@ -1,26 +1,26 @@
-apt-dht (0.0.1~2.gbpc98e84) UNRELEASED; urgency=low
+apt-p2p (0.1.2) unstable; urgency=low
 
-  ** SNAPSHOT build @c98e840e6f67e2971ffc26a698d76c09a919db91 **
+  * Fixed a bug in the HTTP downloader that caused errors with some
+    mirrors that always close the connections (Closes: #479455)
 
-  * 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.
-  * Fixed some packaging issues with config file handling.
+ -- Cameron Dale <camrdale@gmail.com>  Sun, 04 May 2008 22:32:11 -0700
 
- -- Cameron Dale <camrdale@gmail.com>  Wed, 20 Feb 2008 11:35:14 -0800
+apt-p2p (0.1.1) unstable; urgency=low
 
-apt-dht (0.0.0) 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 <camrdale@gmail.com>  Sat, 03 May 2008 10:24:35 -0700
+
+apt-p2p (0.1.0) unstable; urgency=low
 
   * Initial release.
 
- -- Cameron Dale <camrdale@gmail.com>  Sun, 17 Feb 2008 13:42:40 -0800
+ -- Cameron Dale <camrdale@gmail.com>  Fri, 25 Apr 2008 13:42:40 -0800