From a8297cdbd3324ac707165ae9922ecf478c4608a1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine <arma@torproject.org> Date: Wed, 25 Jan 2012 20:18:51 -0500 Subject: use microdescriptors if *any* of our bridges can handle them Now as we move into a future where most bridges can handle microdescs we will generally find ourselves using them, rather than holding back just because one of our bridges doesn't use them. --- changes/feature4994 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/feature4994 (limited to 'changes/feature4994') diff --git a/changes/feature4994 b/changes/feature4994 new file mode 100644 index 000000000..4fa0e037b --- /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. -- cgit v1.2.3