]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add a changes file
authorNick Mathewson <nickm@torproject.org>
Tue, 14 Nov 2017 23:27:18 +0000 (18:27 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 6 Dec 2017 00:49:29 +0000 (19:49 -0500)
changes/ticket22703 [new file with mode: 0644]

diff --git a/changes/ticket22703 b/changes/ticket22703
new file mode 100644 (file)
index 0000000..c1eda61
--- /dev/null
@@ -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.