summaryrefslogtreecommitdiff
path: root/changes/bug6769
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-10-02 01:12:27 -0400
committerRoger Dingledine <arma@torproject.org>2016-10-02 01:12:27 -0400
commit782b6ec288a553f66e47157d377ec4b200b54394 (patch)
tree12d3b8dece76af042ba209dfcda85df7ca49513c /changes/bug6769
parentbfaded9143d127cb32407a7a58159383fa9ed333 (diff)
downloadtor-782b6ec288a553f66e47157d377ec4b200b54394.tar.gz
tor-782b6ec288a553f66e47157d377ec4b200b54394.zip
Bridges and relays now use microdescriptors
(like clients do) rather than old-style router descriptors. Now bridges will blend in with clients in terms of the circuits they build. Fixes bug 6769; bugfix on 0.2.3.2-alpha.
Diffstat (limited to 'changes/bug6769')
-rw-r--r--changes/bug67695
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6769 b/changes/bug6769
new file mode 100644
index 0000000000..83e3aa8b9e
--- /dev/null
+++ b/changes/bug6769
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Bridges and relays now use microdescriptors (like clients do)
+ rather than old-style router descriptors. Now bridges will blend in
+ with clients in terms of the circuits they build. Fixes bug 6769;
+ bugfix on 0.2.3.2-alpha.