commit f0cccae574420842af745f2b758f4865380f431f Author: Tomas Touceda chiiph@gentoo.org Date: Fri May 6 14:13:27 2011 -0300
Update CHANGELOG for 0.3.0-alpha release --- CHANGELOG | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG index 64c301f..810f586 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,37 @@ +0.3.0 06-May-2011 + o Vidalia has got a new GUI. Instead of separate dialogs, each functionality + is organized in tabs arranged in a common main window. This new tab + organization will give Vidalia a generic way of organizing the GUI plug-ins + that will be available in later releases. Ticket #2939. + o Change the password prompt to just inform the user of the situation and what + are his or her possibilities. The password prompt is more trouble to users + than it is of a solution to the problem of getting the right ControlPort + password. So the idea of this new approach is to just inform the user, and + try to kill the Tor instance that's causing the issue. Ticket #2132. + o Add an option for setting up a non-exit relay to the Sharing configuration + panel. This is meant to clarify what an exit policy and an exit relay are. + Ticket #2644. + o Add a way to reload Tor's configuration without having to stop it. Tor can + reload its configuration while it is running, Vidalia now provides a menu + option for that, so, for example, relay operators won't be affected by the + fact that their relay was down for a while. Ticket #2724. + o Reintegrate Breakpad, and make available in other platforms other than + Windows. Ticket #2105. + o Fix bandwidth assigned to relays on the Network Map. A lot of relays are + displaying an erroneous bandwidth and since they are ordered by that value + in the Network Map, it leads to confusion. Vidalia now specifies the + bandwidth as the minimum of the three possible values (burst, average and + observed). Ticket #2744. + o Minor change to the checkbox for starting Tor when Vidalia starts. It was + suggested that the way the phrasing was done was missleading. Ticket #2806. + o Add a way to bootstrap Tor's torrc file (copy the torrc to a given directory + before Vidalia starts) so that packages such as Bridge-by-default portable + bundles for OSX don't violate the directory structure of the operative + system. Ticket #2821. + o Add the proper CA Certificates so that the "Find Bridges" button works + again. Ticket #2835. + o Update the useful links help page. Ticket #2809. + 0.2.12 10-Apr-2011 o Vidalia's SVN repository has been migrated to Git. All branches but master have been archived for later review, since SVN trunk had changed
tor-commits@lists.torproject.org