diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-05 19:49:45 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-05 19:49:45 -0500 |
commit | a7a0cebb59d3956a43ed65c22b15f60007b16f77 (patch) | |
tree | cbbd970c1d10ca4e95c41346a7a0afaed677a210 /changes | |
parent | e8a6a6635b26c327beca4f2a91c7ec2b2ff03cd8 (diff) | |
parent | 46f167886a44bef90021fb54e4687200cdd8b5a2 (diff) | |
download | tor-a7a0cebb59d3956a43ed65c22b15f60007b16f77.tar.gz tor-a7a0cebb59d3956a43ed65c22b15f60007b16f77.zip |
Merge branch 'more_directories_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket22703 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket22703 b/changes/ticket22703 new file mode 100644 index 0000000000..c1eda615f5 --- /dev/null +++ b/changes/ticket22703 @@ -0,0 +1,6 @@ + o Major features (storage): + - Users can choose to store cached directory documents somewhere other + than the DataDirectory by using the CacheDirectory option. + Similarly, the storage location for relay's keys can be overridden + with the KeyDirectory option. + Closes ticket 22703. |