diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-06 15:19:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-06 15:19:04 -0500 |
commit | 8a5590ebace8a1c1b367e0eec29ed8bc2712e812 (patch) | |
tree | b7dd914d9484b5778003aa7ff6def2198eb2fd0d /changes | |
parent | 67abf55d6b2d2c10a1e666e0295d40890935f304 (diff) | |
parent | 3a2cb83685e03b861abc1ebd54779c1244a26217 (diff) | |
download | tor-8a5590ebace8a1c1b367e0eec29ed8bc2712e812.tar.gz tor-8a5590ebace8a1c1b367e0eec29ed8bc2712e812.zip |
Merge remote-tracking branch 'tor-github/pr/484' into maint-0.3.5
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. |