summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-24 17:13:05 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-24 17:13:05 +0000
commit212a3c347867a2bac0308d7ea3f99a87deb3da73 (patch)
treecdb4309346e939deda2413cde82e9d6d4edfd0d5 /ChangeLog
parent4c6398a8f06502d81b57e04cd3f4a2487b8dd51f (diff)
downloadtor-212a3c347867a2bac0308d7ea3f99a87deb3da73.tar.gz
tor-212a3c347867a2bac0308d7ea3f99a87deb3da73.zip
r12919@catbus: nickm | 2007-05-24 13:04:56 -0400
backport candidate: Warn when using a version of libevent before 1.3b to run a server on osx or bsd: these versions of libevent interact badly with userspace threads. svn:r10307
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6375efe06f..83b6613d79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -117,6 +117,8 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
o Minor features (other):
- More unit tests.
+ - Warn when using a version of libevent before 1.3b to run a server on
+ OSX or BSD: these versions interact badly with userspace threads.
o Removed features:
- Removed support for the old binary "version 0" controller protocol.