diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-24 10:31:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-24 10:31:39 +0000 |
commit | 4fb573fddd65ef193be56118624f8001d03147ee (patch) | |
tree | f5b7d596fbfd0276459cfee1dda209cb691a3e09 /ChangeLog | |
parent | da06bfb80fdb0f356cd5cf5746c06492afec0f78 (diff) | |
download | tor-4fb573fddd65ef193be56118624f8001d03147ee.tar.gz tor-4fb573fddd65ef193be56118624f8001d03147ee.zip |
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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |