summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-13 20:44:51 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-13 20:44:51 -0500
commit9f2efd02a1281998d11049162c11af6bfc5851c0 (patch)
tree8cfff25841446c5ed6129f1f18e5b14abc1802ed /changes
parent6f8c32b7deb9f0cec6d1553aba71969c9fb6064f (diff)
downloadtor-9f2efd02a1281998d11049162c11af6bfc5851c0.tar.gz
tor-9f2efd02a1281998d11049162c11af6bfc5851c0.zip
Minimal implementation of bridge-distribution-request
Just advertise the line when we're a bridge, using "any" if we're published or "none" if we aren't. This is done in lieu of a full backport of #18329.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug18329-minimal6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18329-minimal b/changes/bug18329-minimal
new file mode 100644
index 0000000000..804c4e8dd1
--- /dev/null
+++ b/changes/bug18329-minimal
@@ -0,0 +1,6 @@
+ o Minor features (bridge):
+ - Bridges now include notice in their descriptors that they are bridges,
+ and notice of their distribution status, based on their publication
+ settings. Implements ticket 18329. For more fine-grained control of
+ how a bridge is distributed, upgrade to 0.3.2.x or later.
+