From 0fc11b9f171dc1c366e47ef64577b776d35ae620 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 31 Dec 2008 03:36:10 +0000 Subject: [PATCH] updated feature list and Changelog --- ChangeLog | 2 ++ docs/features.rst | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index a6e1af96c..e9ca2961f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ + * added new lt_trackers extension to exchange trackers between + peers * added support for BEP 17 http seeds * added read_piece() to read pieces from torrent storage * added option for udp tracker preference diff --git a/docs/features.rst b/docs/features.rst index 20e95c7ee..07cca1976 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -44,6 +44,7 @@ following features: * multitracker extension support (supports both strict `BEP 12`_ and the uTorrent interpretation). * tracker scrapes +* supports lt_trackers extension, to exchange trackers between peers * supports both sparse files and compact file allocation (where pieces are kept consolidated on disk) * supports files > 2 gigabytes.