summary refs log tree commit diff
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
parent24c2c1cd4aa13027877e004abe0a8f37c78342fb (diff)
downloadbtpd-0.13.tar.gz
btpd-0.13.zip
Added some more info to CHANGES and version information to README. v0.13
-rw-r--r--CHANGES4
-rw-r--r--README3
2 files changed, 6 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:
 ----------
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?