summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-11-11 12:19:37 -0500
committerRoger Dingledine <arma@torproject.org>2010-11-11 12:19:37 -0500
commita29596556c60fbbf687b1af48b9e6646b25f208e (patch)
treed52503460343d53381865751c0a83e732aca1d50 /changes
parentd4e660ff68242f708bec4b527f17a06fb6183ac7 (diff)
parent362bb5c625b831095e1d9dae1c348131257afab4 (diff)
downloadtor-a29596556c60fbbf687b1af48b9e6646b25f208e.tar.gz
tor-a29596556c60fbbf687b1af48b9e6646b25f208e.zip
Merge branch 'maint-0.2.2'
Conflicts: src/or/config.c
Diffstat (limited to 'changes')
-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 0000000000..3e45d3463f
--- /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.