From bac7eb9249376138667cdbbc5c21e45e52e2bbb7 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sat, 19 May 2007 09:04:10 +0000 Subject: [PATCH] Changes for 0.13. --- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES b/CHANGES index b9c02ba..048505e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +btpd 0.13: +---------- + +Misc: +- cURL is no longer required. btpd now uses its own http client. +- Needed parts of libevent-1.3b are now included in btpd. +- I/O errors for torrents no longer make btpd shut down. Instead the + problematic torrent is stopped. +- Added the option '--ip' to specify the ip address btpd will report + to trackers. +- Resume file format changed. Already added torrents will be retested once. +- The torrent info (ratio etc.) are now saved regularly. + btpd 0.12: ----------