diff options
author | Roger Dingledine <arma@torproject.org> | 2016-02-22 02:47:57 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-02-22 02:47:57 -0500 |
commit | c6952f65ef535b3b59dd07b947315e1ac1116c8e (patch) | |
tree | 9eb815e17fee758a959b89e9f3fe5b205bc16adc /changes | |
parent | a9993a92fba0e8632635f2423fc4cc30da130a53 (diff) | |
download | tor-c6952f65ef535b3b59dd07b947315e1ac1116c8e.tar.gz tor-c6952f65ef535b3b59dd07b947315e1ac1116c8e.zip |
new microdescs mean progress towards bootstrapping
Now, when a user who has set EntryNodes finishes bootstrapping, Tor
automatically repopulates the guard set based on this new directory
information. Fixes bug 16825; bugfix on 0.2.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16825 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug16825 b/changes/bug16825 new file mode 100644 index 0000000000..75c5627efd --- /dev/null +++ b/changes/bug16825 @@ -0,0 +1,7 @@ + o Minor bugfixes: + - Count receipt of new microdescriptors as progress towards + bootstrapping. Now, when a user who has set EntryNodes finishes + bootstrapping, Tor automatically repopulates the guard set based + on this new directory information. Fixes bug 16825; bugfix on + 0.2.3.1-alpha. + |