diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2009-02-08 00:37:33 +0100 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2009-02-08 00:38:09 +0100 |
| commit | 13f376e80d22b1ea00418abcc3aa8ea2051742df (patch) | |
| tree | 08bf0e99eeaca97fafc96c15ab39614844e914c4 /CHANGES | |
| parent | 8b04af7e9104874a26fc511ca666bc88ff3e178d (diff) | |
| download | btpd-13f376e80d22b1ea00418abcc3aa8ea2051742df.tar.gz btpd-13f376e80d22b1ea00418abcc3aa8ea2051742df.zip | |
Text updates for btpd 0.14. v0.14
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES index 6733484..d72832d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +btpd 0.14: +---------- + +Misc: +- IPv6 support. +- Bans peers with bad data. +- Better tracker compatability and more reliable tracker communication. +- Show tracker counts in btcli stat. +- Compiles on Solaris 10. +- Btpd will now signal startup failures via the process exit value and + print the failure reason to stdout. +- Better shutdown and torrent stop behaviour. +- Needs pthreads again. +- Removed libevent in favour of own event loop code. + +Bug fixes: +- An integer array was misaligned, which could cause crashes on systems + with alignment requirements. E.g., on XScale arm. +- An error in the torrent parsing code could cause crashes. +- The '--topdir' option to btcli add didn't work properly for single file + torrents. +- The system name lookup scheme is now used. In btpd 0.13 only dns lookups + were performed. + btpd 0.13: ---------- |