diff --git a/CHANGES b/CHANGES index 048505e..6733484 100644 --- a/CHANGES +++ b/CHANGES @@ -3,13 +3,15 @@ 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. +- btpd doesn't use threads anymore, so pthreads are not required. +- Needed parts of libevent 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. +- Reduced the amount of outgoing data kept in memory. btpd 0.12: ---------- diff --git a/README b/README index eeba017..fbc346c 100644 --- a/README +++ b/README @@ -2,6 +2,9 @@ README + btpd version 0.13 + + Contents 1 Introduction 1.a What is btpd?