summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-05-15 00:56:06 +0000
committerRoger Dingledine <arma@torproject.org>2005-05-15 00:56:06 +0000
commit58416f31270f88af322570b3487f945d20ad30fd (patch)
tree5c25c7cc725ddb99cf8f9f46787f3e3b3c2fd787
parent199ebf0760088ceb956411c33a3e68ef7fa7ed9b (diff)
downloadtor-58416f31270f88af322570b3487f945d20ad30fd.tar.gz
tor-58416f31270f88af322570b3487f945d20ad30fd.zip
fix changelog for new libevent version
svn:r4215
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d4cbe588ba..176a9e9cec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,8 @@ Changes in version 0.1.0.6-rc - 2005-05-14
- Implement --disable-threads configure option. Disable threads on
netbsd by default, because it appears to have no reentrant resolver
functions.
- - Apple's OS X 10.4.0 ships with a broken kqueue. We patched
- libevent (1.0f) to detect and disable kqueue if it's broken.
+ - Apple's OS X 10.4.0 ships with a broken kqueue. The new libevent
+ release (1.1) detects and disables kqueue if it's broken.
- Append default exit policy before checking for implicit internal
addresses. Now we don't log a bunch of complaints on startup
when using the default exit policy.