summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-02-09 16:07:02 +0000
committerNick Mathewson <nickm@torproject.org>2009-02-09 16:07:02 +0000
commitc7315e65ae2940ac514fbd0e0a8e94e13db19cba (patch)
tree063e8fd6dfddf802a92f7257b9dbe11fe9369f16 /ChangeLog
parentf99098cca406369aeff149bd5e70662de934ec08 (diff)
downloadtor-c7315e65ae2940ac514fbd0e0a8e94e13db19cba.tar.gz
tor-c7315e65ae2940ac514fbd0e0a8e94e13db19cba.zip
Disable KQUEUE from inside Tor if the OSX version is prior to 10.4.0
svn:r18450
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 306eacb416..ab192a01aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
Changes in version 0.2.1.13-????? - 2009-0?-??
+ o Minor bugfixes:
+ - Automatically detect MacOSX versions earlier than 10.4.0, and
+ disable kqueue from inside Tor when running with these versions.
+ We previously did this from the startup script, but that was no
+ help to people who didn't use the startup script. Resolves
+ bug 863.
+
o Minor features:
- On Linux, use the prctl call to re-enable core dumps when the user
is option is set.