diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-04-23 20:32:09 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-04-23 20:32:09 +0000 |
commit | 5dfd0c354f574e05c2a4003592f1c043252040c0 (patch) | |
tree | 4ae678bd32f36f70a861b3b59e1275f057f8edc1 /ChangeLog | |
parent | 94a9eaaf149b1b9fd5c066a3ed56cb0a1f69a16f (diff) | |
download | tor-5dfd0c354f574e05c2a4003592f1c043252040c0.tar.gz tor-5dfd0c354f574e05c2a4003592f1c043252040c0.zip |
r15303@tombo: nickm | 2008-04-23 16:29:45 -0400
Embarassing. I had apparently broken OSX and Freebsd by not initializing threading before we initialize the logging system. This patch should do so, and fix bug 671. Forward-port candidate.
svn:r14429
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Changes in version 0.2.0.25-rc - 2008-04-23 + o Major bugfixes: + - Remember to initialize threading before initializing logging. + Otherwise, many BSD-family implementations will crash hard on + startup. Fixes bug 671. Bugfix on 0.2.0.24-rc. + + Changes in version 0.2.0.24-rc - 2008-04-22 o New directory authorities: - Take lefkada out of the list of v3 directory authorities, since |