From: Nick Mathewson Date: Tue, 31 May 2011 03:49:16 +0000 (-0400) Subject: Changes file for bug2355. X-Git-Tag: tor-0.2.3.2-alpha~83^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b79d50dfcc77013329b2fbfd4a84af29a5965b27;p=thirdparty%2Ftor.git Changes file for bug2355. --- diff --git a/changes/bug2355 b/changes/bug2355 new file mode 100644 index 0000000000..ee0ae4b96a --- /dev/null +++ b/changes/bug2355 @@ -0,0 +1,8 @@ + o Major features: + - If "UseBridges 1" is set and no bridges are configured, Tor will + now refuse to build any circuits until some bridges are set. + If "UseBridges auto" is set, Tor will use bridges if they are + configured and we are not running as a server, but otherwise + will make circuits as usual. The new default is "auto". Patch + by anonym. +