diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-19 17:04:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-19 17:04:44 -0400 |
commit | 87e4b9259ad76ac12613bf569f45a2110ed0e400 (patch) | |
tree | 63c7ee346807d5d67299ff78cb81abe805b7325d /changes | |
parent | e12560db763bdf03c0b2e53ba34a5a9b1f621bdd (diff) | |
parent | f0fb55ad30ddcb620943490bf11f591d3b2ba694 (diff) | |
download | tor-87e4b9259ad76ac12613bf569f45a2110ed0e400.tar.gz tor-87e4b9259ad76ac12613bf569f45a2110ed0e400.zip |
Merge remote-tracking branch 'arma/bug6769'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20269 | 4 | ||||
-rw-r--r-- | changes/bug6769 | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug20269 b/changes/bug20269 new file mode 100644 index 0000000000..5d580bf3cc --- /dev/null +++ b/changes/bug20269 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - When clients that use bridges start up with a cached consensus + on disk, they were ignoring it and downloading a new one. Now they + use the cached one. Fixes bug 20269; bugfix on 0.2.3.12-alpha. diff --git a/changes/bug6769 b/changes/bug6769 new file mode 100644 index 0000000000..83e3aa8b9e --- /dev/null +++ b/changes/bug6769 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Bridges and relays now use microdescriptors (like clients do) + rather than old-style router descriptors. Now bridges will blend in + with clients in terms of the circuits they build. Fixes bug 6769; + bugfix on 0.2.3.2-alpha. |