[vidalia/alpha] Fold in changes for 0.3.2

commit 3c8b6f42942b95eeb7e2287607e42da36a9717a6 Author: Tomás Touceda <chiiph@torproject.org> Date: Mon Mar 26 18:06:36 2012 -0300 Fold in changes for 0.3.2 --- CHANGELOG | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 54 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f3cb997..cd0ae43 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,57 @@ +0.3.2 ??-???-2012 + o Classify circuits based on their purpose. This will help users + understand that nothing is wrong when Tor builds a one hop + circuit, for example. Fixes bug 2114. + o Add option to use search query as message log filter. Fixes + ticket 2733. + o Add a new configured relay immediately to the list of relays in + the Network Map. Also document why a relay might be offline of not + in the consensus/router list. Fixes bug 2735. + o Add accounting options to the relay configuration panel. Fixes bug + 2944. + o Use consensus bandwidth for routers when microdescriptors is + enabled. Fixes bug 3287. + o Improve a method that didn't returned the specified type if + another control method was selected. Fixes bug 4065. + o Add a Panic button. Some users want to get rid of the Tor Browser + Bundle quickly in certain circumstances, this button does exactly + that but with a simple erease, not some secure method. Resolves + ticket 4107. + o Handle tor's bootstrap phases in a more generic way. Fixes bug + 5109. + o Change the wording from New Identity to New Circuit. For a proper + New Identity while browsing, TorButton's solution should be + used. Fixes bug 5277. + o Center detached tabs to avoid placing them out of reach. Fixes bug + 5326. + o Provide the MainWindow object to the plugins so they can provide + messages in the system tray. Fixes bug 5338. + o Do not ignore the Show on Startup checkbox. Fixes bug 5351. + o Fix the bridge line parsing for requests to + bridges.torproject.org. Fixes bug 5730. + o Remove the proxy settings handling since we do not use it + anymore. Fix bug 5386. + o Fix deadlock when the browser process failed to launch in OSX. + o Removes the need for threads to handle interaction with the + ControlPort. It now uses asynchronous IO through Qt's event loop. + o Add a way to handle default settings through a file instead of + just the hardcoded values. Vidalia will look for a + vidalia.defaults.conf file in the same place the vidalia.conf file + is, and from it it will read the default values for each + configuration option or fall back to the hardcoded default if the + key isn't present. + o Improve the bootstrap behavior for the new async TorControl. + o Add support for Microdescriptors. Fixes ticket 4203. + o Migrate the code that handles Marble to the new library + interface. It works as expected with the latest Marble from the + upstream git repo. + o Implements a torrc parser and editor and uses that to take every + tor configuration option from the vidalia.conf file to the + torrc. Vidalia now just needs to know the minimal information to + connect to the tor process (ControlPort or ControlSocket and + authentication) and everything else would be handled through the + torrc file. + 0.3.1 27-Feb-2012 o Draw the bandwidth graph curves based on the local maximum, not the global maximum. Fixes bug 2188.
participants (1)
-
chiiph@torproject.org