diff options
author | Roger Dingledine <arma@torproject.org> | 2018-11-04 07:30:46 -0500 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2018-11-06 15:50:56 +0100 |
commit | 3a2cb83685e03b861abc1ebd54779c1244a26217 (patch) | |
tree | eb4237e9dba106d2b7ab028859a7f1963c82be21 /changes | |
parent | 6bd069630a64e540cb118ad84c2bcbb470ce92f8 (diff) | |
download | tor-3a2cb83685e03b861abc1ebd54779c1244a26217.tar.gz tor-3a2cb83685e03b861abc1ebd54779c1244a26217.zip |
refuse to start with relative paths + RunAsDaemon
Resume refusing to start with relative file paths and RunAsDaemon
set (regression from the fix for bug 22731).
Fixes bug 28298; bugfix on 0.3.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28298 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug28298 b/changes/bug28298 new file mode 100644 index 0000000000..8db340f3df --- /dev/null +++ b/changes/bug28298 @@ -0,0 +1,4 @@ + o Minor bugfixes (configuration): + - Resume refusing to start with relative file paths and RunAsDaemon + set (regression from the fix for bug 22731). Fixes bug 28298; + bugfix on 0.3.3.1-alpha. |