summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-11 17:04:21 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-11 17:04:21 -0400
commit597da4989e6f6a9c1a12ad3197dd6532b1a80035 (patch)
treeb31fd77d6217384300e96f2640cd924420218a40 /changes
parentb55e31aeb453875728295de664383b12e76fefdc (diff)
parentd82384658d77189cbfae9db90e6ec14af6572b5e (diff)
downloadtor-597da4989e6f6a9c1a12ad3197dd6532b1a80035.tar.gz
tor-597da4989e6f6a9c1a12ad3197dd6532b1a80035.zip
Merge branch 'bug2798'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug279810
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug2798 b/changes/bug2798
new file mode 100644
index 0000000000..8fd2243b04
--- /dev/null
+++ b/changes/bug2798
@@ -0,0 +1,10 @@
+ o Major bugfixes:
+ - When configuring a large set of nodes in EntryNodes (as with
+ 'EntryNodes {cc}' or 'EntryNodes 1.1.1.1/16'), choose only a
+ random subset to be guards, and choose them in random
+ order. Bugfix on 0.2.3.1-alpha; fixes bug 2798.
+
+ o Minor features:
+ - When configuring a large set of nodes in EntryNodes, and there are
+ enough of them listed as Guard so that we don't need to consider
+ the non-guard entries, prefer the ones listed with the Guard flag.