aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-24 10:31:39 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-24 10:31:39 +0000
commit4fb573fddd65ef193be56118624f8001d03147ee (patch)
treef5b7d596fbfd0276459cfee1dda209cb691a3e09 /ChangeLog
parentda06bfb80fdb0f356cd5cf5746c06492afec0f78 (diff)
downloadtor-4fb573fddd65ef193be56118624f8001d03147ee.tar
tor-4fb573fddd65ef193be56118624f8001d03147ee.tar.gz
bugfix on r10612:
When we load a bridge descriptor from the cache, and it was previously unreachable, mark it as retriable so we won't just ignore it. Also, try fetching a new copy immediately. svn:r12950
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c543ffe3f..37db6f3be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
Changes in version 0.2.0.15-alpha - 2008-01-??
o Minor bugfixes:
- Fix configure.in logic for cross-compilation.
+ - When we load a bridge descriptor from the cache, and it was
+ previously unreachable, mark it as retriable so we won't just
+ ignore it. Also, try fetching a new copy immediately. Bugfixes
+ on 0.2.0.13-alpha.
o Minor features:
- Support compilation to target iPhone; patch from cjacker huang.