Clean up the DHT config, making K and HASH_LENGTH constants instead.
[quix0rs-apt-p2p.git] / debian / changelog
1 apt-p2p (0.0.1~2.gbpc98e84) UNRELEASED; urgency=low
2
3   ** SNAPSHOT build @c98e840e6f67e2971ffc26a698d76c09a919db91 **
4
5   * UNRELEASED
6   * Initial debian directory and packaging related changes.
7   * Fix up some errors in the packaging.
8   * Add the git-buildpackage config file.
9   * HTTPServer uses the hash to lookup the file in the DB (no more
10     directories).
11   * Download from peers using the hash instead of a directory location.
12   * Don't add files to the DHT if a hash could not be found for them.
13   * Use python-debian for parsing RFC 822 files (untested).
14   * Fix some minor bugs in the previous commits.
15   * Another new TODO item: better DHT lookups for multiple values per
16     key.
17   * Added 2 (commented) failed attempts to throttle the web server.
18   * Fixed some packaging issues with config file handling.
19
20  -- Cameron Dale <camrdale@gmail.com>  Wed, 20 Feb 2008 11:35:14 -0800
21
22 apt-p2p (0.0.0) unstable; urgency=low
23
24   * Initial release.
25
26  -- Cameron Dale <camrdale@gmail.com>  Sun, 17 Feb 2008 13:42:40 -0800