diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-30 22:52:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-30 22:52:46 +0000 |
commit | f013fb5e3177e20b65f1220a35e82f577a138a3b (patch) | |
tree | 7a0f9ec261ac26db473c685c0d6f32384647b0d6 /ChangeLog | |
parent | 1793aeafae6179c48592b45ea48317a33e24b1b5 (diff) | |
download | tor-f013fb5e3177e20b65f1220a35e82f577a138a3b.tar.gz tor-f013fb5e3177e20b65f1220a35e82f577a138a3b.zip |
r17854@catbus: nickm | 2008-01-30 17:52:43 -0500
Periodically check whether we have an expired consensus networkstatus. If we do, and we think we have enough directory info, then call router_dir_info_changed(). Fixes bug 401. This bug was deferred from 0.1.2.x, but fixing it there is nontrivial.
svn:r13342
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ Changes in version 0.2.0.19-alpha - 2008-0?-?? - When connecting to a bridge without specifying its key, insert the connection into the identity-to-connection map as soon as a key is learned. Fixes bug 574. Bugfix on 0.2.0.x. + - When our consensus networkstatus has been expired for a while, stop + being willing to build circuits using it. Fixes bug 401. Bugfix on + 0.1.2.x. Changes in version 0.2.0.18-alpha - 2008-01-25 |