summary refs log tree commit diff
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2007-05-19 20:48:59 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2007-05-19 20:48:59 +0000
commite8a5b6cf28f3fe2cdd02d01b5ea055f691c5e913 (patch)
treef82ac1cd21e12e0f8948f054d9504544b5a7224d /CHANGES
parent24c2c1cd4aa13027877e004abe0a8f37c78342fb (diff)
downloadbtpd-0.13.tar.gz
btpd-0.13.zip
Added some more info to CHANGES and version information to README. v0.13
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
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:
 ----------