summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-24 17:23:10 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-24 17:23:10 +0000
commita6d2f877f516c9747282e5716d5e774b0bc06d19 (patch)
treeadca81f9db30b5cdcb44e9ab85ec52ed9f72c12f /ChangeLog
parent5dcac14bab7d74745cb0b5bfd9ea31f661c820e6 (diff)
downloadtor-a6d2f877f516c9747282e5716d5e774b0bc06d19.tar.gz
tor-a6d2f877f516c9747282e5716d5e774b0bc06d19.zip
r12928@catbus: nickm | 2007-05-24 13:23:07 -0400
Backport 10307: 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:r10309
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 081cf8cc1d..94f8465d3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,8 @@ Changes in version 0.1.2.14 - 2007-05-23
- When routers publish SVN revisions in their router descriptors,
authorities now include those versions correctly in networkstatus
documents.
+ - 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.
Changes in version 0.1.2.13 - 2007-04-24