diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-30 23:49:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-02 15:11:21 -0400 |
commit | b79d50dfcc77013329b2fbfd4a84af29a5965b27 (patch) | |
tree | d4877284d61a4f7f1eb5b078bf8aa52f7c1710c6 | |
parent | 40cfad1b5ae90b06eb74861a4fdc1310f8611111 (diff) | |
download | tor-b79d50dfcc77013329b2fbfd4a84af29a5965b27.tar tor-b79d50dfcc77013329b2fbfd4a84af29a5965b27.tar.gz |
Changes file for bug2355.
-rw-r--r-- | changes/bug2355 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug2355 b/changes/bug2355 new file mode 100644 index 000000000..ee0ae4b96 --- /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. + |