aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-07-30 12:05:39 -0400
committerRoger Dingledine <arma@torproject.org>2013-07-30 12:05:39 -0400
commitff6bb13c02b3bb217ac8d48d5a20953f1b188d46 (patch)
tree68e34a3c84b36c68bdaa149b1c3eb47aac6f8f9f /changes
parent8d0fb3a4347aa543d2aa27f177446888fbdae125 (diff)
downloadtor-ff6bb13c02b3bb217ac8d48d5a20953f1b188d46.tar.gz
tor-ff6bb13c02b3bb217ac8d48d5a20953f1b188d46.zip
NumDirectoryGuards now tracks NumEntryGuards by default
Now a user who changes only NumEntryGuards will get the behavior she expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug93545
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9354 b/changes/bug9354
new file mode 100644
index 0000000000..68fc81a595
--- /dev/null
+++ b/changes/bug9354
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Make the default behavior of NumDirectoryGuards be to track
+ NumEntryGuards. Now a user who changes only NumEntryGuards will get
+ the behavior she expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha.
+