diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-02-09 16:07:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-02-09 16:07:02 +0000 |
commit | c7315e65ae2940ac514fbd0e0a8e94e13db19cba (patch) | |
tree | 063e8fd6dfddf802a92f7257b9dbe11fe9369f16 /ChangeLog | |
parent | f99098cca406369aeff149bd5e70662de934ec08 (diff) | |
download | tor-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |