summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-13 01:27:55 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-13 01:27:55 +0000
commit3c691b9da696f78049845b7b14e084c902df9ad6 (patch)
tree561ca0c5262b5bc6677ad73210c6d054fee39cf5 /ChangeLog
parentdc4c1f1b21370b3c4ab0bd4d59131284ab2c3839 (diff)
downloadtor-3c691b9da696f78049845b7b14e084c902df9ad6.tar.gz
tor-3c691b9da696f78049845b7b14e084c902df9ad6.zip
r11785@catbus: nickm | 2007-02-12 20:27:48 -0500
Node-picking fixes: Never warn when a down node is listed in a config option (bug 348); always warn when a node in a config option is unnamed. Also, when entrynodes is configured, then build the guard list as: (parts of EntryNodes that were guards before), (the rest of EntryNodes), (the rest of the old guards). This last point ensures that EntryNode users will get the EntryNodes they want with the minimum change to their guard list. svn:r9574
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a39c1ad15f..c3dbeab32f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,9 @@ Changes in version 0.1.2.8-alpha - 2007-??-??
other than file-not-found.
- Don't warn the user when cached-routers.new doesn't exist: that's
perfectly fine when starting up for the first time.
+ - When EntryNodes are configured, rebuild the guard list to contain, in
+ order: the EntryNodes that were guards before; the rest of the
+ EntryNodes; the nodes that were guards before.
o Minor features:
- Warn the user when an application uses the obsolete binary v0
@@ -52,6 +55,9 @@ Changes in version 0.1.2.8-alpha - 2007-??-??
which are incoming connections and which are outgoing.
- Discard any v1 directory info that's over 1 month old (for
directories) or over 1 week old (for running-routers lists).
+ - 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.)
Changes in version 0.1.2.7-alpha - 2007-02-06