diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-15 15:58:54 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-15 15:58:54 -0500 |
commit | 0fa362cafa49bf8e7914a1bad0a76a64baef3a84 (patch) | |
tree | ec156585b2a7a5371b2859c1f8ce9a57e3471e89 /changes | |
parent | 6c8b6e9e78429297e8d73a502d10dacf47efeea3 (diff) | |
parent | d7089ff228227259137b5a8bc32d0764a0ad4155 (diff) | |
download | tor-0fa362cafa49bf8e7914a1bad0a76a64baef3a84.tar.gz tor-0fa362cafa49bf8e7914a1bad0a76a64baef3a84.zip |
Merge remote-tracking branch 'public/feature4994-rebased'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature4994 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/feature4994 b/changes/feature4994 new file mode 100644 index 0000000000..4fa0e037b7 --- /dev/null +++ b/changes/feature4994 @@ -0,0 +1,7 @@ + o Minor features: + - Teach bridge-using clients to avoid 0.2.2 bridges when making + microdescriptor-related dir requests, and only fall back to normal + descriptors if none of their bridges can handle microdescriptors + (as opposed to the fix in ticket 4013, which caused them to fall + back to normal descriptors if *any* of their bridges preferred + them). Resolves ticket 4994. |