summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-05-17 20:50:18 -0400
committerRoger Dingledine <arma@torproject.org>2011-05-17 20:50:18 -0400
commit92081f3cdc2e91f7eb9954af2b647ab0bc65d047 (patch)
treefdd17deba23245a080268096997ddfe65144b854 /changes
parentc240efab86d71d8953a36e0599bfc789ee980b71 (diff)
parent07c5026efa4c5fac64e5f3e843eae6bea0de54db (diff)
downloadtor-92081f3cdc2e91f7eb9954af2b647ab0bc65d047.tar.gz
tor-92081f3cdc2e91f7eb9954af2b647ab0bc65d047.zip
Merge branch 'maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug31984
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3198 b/changes/bug3198
new file mode 100644
index 0000000000..29c16852e1
--- /dev/null
+++ b/changes/bug3198
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - When we configure a new bridge via the controller, don't wait up
+ to ten seconds before trying to fetch its descriptor. Bugfix on
+ 0.2.0.3-alpha; fixes bug 3198 (suggested by 2355).