summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-05 08:16:36 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-05 08:16:36 -0400
commit68d913c49c7aff441fc6671406aee5137f36f620 (patch)
tree5a1c020e63c472242f2d02a9c92973a69d7eaefb /changes
parent2e5b35db81e867e782086e3d714fcc7882c9c171 (diff)
parent9aa280cc0c105bc282c3c1c0dee385387251ab12 (diff)
downloadtor-68d913c49c7aff441fc6671406aee5137f36f620.tar.gz
tor-68d913c49c7aff441fc6671406aee5137f36f620.zip
Merge branch 'feature18483-028-v2-squashed' into maint-0.2.8
Diffstat (limited to 'changes')
-rw-r--r--changes/feature184834
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature18483 b/changes/feature18483
new file mode 100644
index 0000000000..b3c42e60fd
--- /dev/null
+++ b/changes/feature18483
@@ -0,0 +1,4 @@
+ o Minor features (clients):
+ - Make clients, onion services, and bridge relays always
+ use an encrypted begindir connection for directory requests.
+ Resolves #18483. Patch by "teor".