aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2050
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-11-11 11:26:42 -0500
committerRoger Dingledine <arma@torproject.org>2010-11-11 11:26:42 -0500
commit0a38358210df95f29fb7cfbb6ce67509b988ab4a (patch)
tree98ff3fed1507a08f5df25d19becdde1badd9f475 /changes/bug2050
parent2a50dd9359ec9bd113c64aa91cb5c2dd875de7dd (diff)
downloadtor-0a38358210df95f29fb7cfbb6ce67509b988ab4a.tar
tor-0a38358210df95f29fb7cfbb6ce67509b988ab4a.tar.gz
let unpublished bridges learn their ip address too
Diffstat (limited to 'changes/bug2050')
-rw-r--r--changes/bug20505
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2050 b/changes/bug2050
new file mode 100644
index 000000000..3e45d3463
--- /dev/null
+++ b/changes/bug2050
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Learn our external IP address when we're a relay or bridge, even if
+ we set PublishServerDescriptor to 0. Bugfix on 0.2.0.3-alpha,
+ where we introduced bridge relays that don't need to publish to
+ be useful. Fixes bug 2050.