summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-10-19 17:04:44 -0400
committerNick Mathewson <nickm@torproject.org>2016-10-19 17:04:44 -0400
commit87e4b9259ad76ac12613bf569f45a2110ed0e400 (patch)
tree63c7ee346807d5d67299ff78cb81abe805b7325d /changes
parente12560db763bdf03c0b2e53ba34a5a9b1f621bdd (diff)
parentf0fb55ad30ddcb620943490bf11f591d3b2ba694 (diff)
downloadtor-87e4b9259ad76ac12613bf569f45a2110ed0e400.tar.gz
tor-87e4b9259ad76ac12613bf569f45a2110ed0e400.zip
Merge remote-tracking branch 'arma/bug6769'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug202694
-rw-r--r--changes/bug67695
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.