diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-08-17 12:00:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-08-17 12:00:44 -0400 |
commit | 06be6105e45eca8ce3ad24e58652ad3faa083c92 (patch) | |
tree | 77ccd55de478735e98b7eb6a6dd4603cbb34c89e /changes | |
parent | 14552a12b3b6ff0770153d9d2f116febad349303 (diff) | |
parent | d79d648edcc19d1f11758016108fdbb57c80b4d0 (diff) | |
download | tor-06be6105e45eca8ce3ad24e58652ad3faa083c92.tar.gz tor-06be6105e45eca8ce3ad24e58652ad3faa083c92.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Conflicts:
src/or/config.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3747 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug3747 b/changes/bug3747 new file mode 100644 index 0000000000..052dab1bd0 --- /dev/null +++ b/changes/bug3747 @@ -0,0 +1,6 @@ + o Major bugfixes: + - Write control ports to disk only after switching UID and + creating the data directory. This way, we don't fail when + starting up with a nonexistant DataDirectory and a + ControlPortWriteToFile setting based on that directory. Fixes + bug 3747; bugfix on Tor 0.2.2.26-beta.
\ No newline at end of file |