diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-25 19:03:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-25 19:03:15 -0400 |
commit | f3b58dfa53d87656f558a97bc28a333bdea06017 (patch) | |
tree | a32a82d87bf9f0d02879615e969768a559988bd9 /changes | |
parent | a0514ba531e78bc464ab57e58a443e4d21783718 (diff) | |
parent | 91aa6f08bcf0acbdfa038aaffe73e327ddd87c67 (diff) | |
download | tor-f3b58dfa53d87656f558a97bc28a333bdea06017.tar.gz tor-f3b58dfa53d87656f558a97bc28a333bdea06017.zip |
Merge commit '91aa6f08bcf0acbdfa038aaffe73e327ddd87c67' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2971 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2971 b/changes/bug2971 new file mode 100644 index 0000000000..8b71ce040b --- /dev/null +++ b/changes/bug2971 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Be more consistent in our treatment of file system paths. ~ should + get expanded to the user's home directory in the Log config option. + Bugfix on 0.2.0.1-alpha, which introduced the feature for the -f and + --DataDirectory options. + |