commit 46f167886a44bef90021fb54e4687200cdd8b5a2 Author: Nick Mathewson nickm@torproject.org Date: Tue Nov 14 18:27:18 2017 -0500
add a changes file --- changes/ticket22703 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/ticket22703 b/changes/ticket22703 new file mode 100644 index 000000000..c1eda615f --- /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.