diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-14 18:27:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-05 19:49:29 -0500 |
commit | 46f167886a44bef90021fb54e4687200cdd8b5a2 (patch) | |
tree | 187da9428a7cb6be038f48258280281533e83122 | |
parent | 02cbf2ffc18d4babbc9ed15b87cf040595bb2285 (diff) | |
download | tor-46f167886a44bef90021fb54e4687200cdd8b5a2.tar.gz tor-46f167886a44bef90021fb54e4687200cdd8b5a2.zip |
add a changes file
-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. |