about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-10-12 15:27:41 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-10-12 15:27:41 +0000
commit51e084f14490c273c784d58f174f16d334ee5151 (patch)
tree264be094dd7179ef69f14e76064c7630376bce62
parent535991f085e4480eab64b4cd7c608a9f15980a92 (diff)
downloadbtpd-51e084f14490c273c784d58f174f16d334ee5151.tar.gz
btpd-51e084f14490c273c784d58f174f16d334ee5151.zip
Document changes for 0.12.
-rw-r--r--CHANGES23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0dcac60..b9c02ba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,26 @@
+btpd 0.12:
+----------
+
+Misc:
+- btpd now starts with the same set of active torrents as it had when it was
+  last shut down. The new '--empty-start' option disables this feature.
+- btpd now supports the key tracker extension.
+- btpd now supports the multi tracker extension.
+- btcli list and stat print headers for the presented data. Both commands
+  displays more data than before.
+- Torrent management has changed, with changes to the add and del commands
+  and two new commands, start and stop, as a result. Operation on torrents
+  can now be done by number as well as torrent file.
+- A small delay has been added for contacting the same announce URL.
+- btpd sends keepalive messages.
+- The number of have messages sent has been reduced by not sending them to
+  peers that already have the piece.
+- The structure of the torrents directory in the btpd directory has changed.
+  It is best to remove it before running btpd 0.12.
+
+Bug fixes:
+- Zero sized files in a torrent were not always created.
+
 btpd 0.11:
 ----------