diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-13 02:01:38 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-13 02:01:38 +0000 |
commit | d9c095be3e493f6993490140fc5a78aa8f7f850c (patch) | |
tree | 1a0c629e892d24bcf1c92df37f3aa8076ab4282d /ChangeLog | |
parent | 3c691b9da696f78049845b7b14e084c902df9ad6 (diff) | |
download | tor-d9c095be3e493f6993490140fc5a78aa8f7f850c.tar tor-d9c095be3e493f6993490140fc5a78aa8f7f850c.tar.gz |
r11787@catbus: nickm | 2007-02-12 21:01:34 -0500
Always remove expired routers and networkstatus docs before checking whether we have enough information to build circuits. (Fixes bug 373.)
svn:r9575
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? - Do not warn when individual nodes in the configuration's EntryNodes, ExitNodes (etc) are down: warn only when all possible nodes are down. (Fixes bug 348.) + - Always remove expired routers and networkstatus docs before checking + whether we have enough information to build circuits. (Fixes bug 373) Changes in version 0.1.2.7-alpha - 2007-02-06 |