commit 266852795f404c18e011a42fac4bc7ab5f02b46a Author: Tomás Touceda chiiph@torproject.org Date: Wed Sep 7 13:53:53 2011 -0300
Add a changes file for the bug3077 merge --- changes/bug3077 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/changes/bug3077 b/changes/bug3077 new file mode 100644 index 0000000..ab7f84e --- /dev/null +++ b/changes/bug3077 @@ -0,0 +1,12 @@ + o Add a way to use the autoconfiguration for ControlPort and SocksPort. + Tor can now autoconfigure Control and Socks Ports when the default ones + are in use. This makes it easier to run several different instances of + TBB at the same time. Resolves bug 3077. + o Make the AutoPort setting default to false, so that it doesn't + break backwards compatibility for people that aren't using Vidalia + inside Tor Browser Bundle. + o Check tor version and that settings are sanitized before trying to + use the port autoconfiguration feature. + o Provide the necessary fields (Control password, ControlPort) to let + TorButton NEWNYM. Vidalia provides these in env vars when it launches + the Firefox instance. Resolves bug 2659. \ No newline at end of file
tor-commits@lists.torproject.org