Vidalia

root/vidalia/tags/vidalia-0.0.16/CHANGELOG

Revision 2131, 26.5 kB (checked in by edmanm, 8 months ago)

r2149@lysithea: edmanm | 2007-11-22 16:23:21 -0500
Disable the labels that display the user's bridge relay information if the
user is not running a bridge, instead of just disabling the copy button.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1 0.0.16  22-Nov-2007
2   o Fix compilation on Mac OS X 10.3 (Panther).
3   o GETCONF RelayBandwidthRate and RelayBandwidthBurst properly on Tor >=
4     0.2.0.1-alpha. In 0.0.15, we were SETCONFing RelayBandwidthFoo when
5     appropriate, but always GETCONFing BandwidthFoo. Fixes Ticket #298.
6   o Display the correct default list of allowed ports in the Network settings
7     page, and don't try to save an empty list. Noticed by Roger Dingledine.
8   o Only remember the torrc and datadir values if Vidalia started Tor, or
9     if the user changed the displayed values.
10   o Fix some dumb logic in determing whether the Windows we're running on
11     supports window transparency.
12   o Use the correct icon for the "Close Stream" context menu action in the
13     circuit and stream list widget.
14   o Create the message log, network map, bandwidth graph, and settings dialogs
15     without parents, so they can be independently brought to the foreground on
16     Windows Vista.
17   o Update the default bandwidth rate and burst rate to 5MB and 10MB,
18     respectively, to match Tor's defaults.
19   o Make the "Use this proxy for HTTPS also" checkbox checked by default.
20   o Disable the labels that display the user's bridge relay information if the
21     user is not running a bridge, instead of just disabling the copy button.
22   o Modified the Mac OS X bundle installer to set Vidalia to start
23     automatically on login for the user that installed the bundle.
24   o Added an Arabic translation from Ahmad Gharbeia.
25   o Updated Finnish, German, Simplified Chinese, and Traditional Chinese
26     translations.
27
28
29 0.0.15  24-Oct-2007
30   o Add a new 'Network' settings page to the config dialog that lets users
31     configure an HTTP/HTTPS proxy, specify allowed ports if they are behind a
32     restrictive firewall or proxy, and set up bridges and tunneled dir conns.
33   o Add a 'Help Censored Users Connect to the Tor Network' option to the
34     'Server' settings page to help users set up their Tor as a brigde relay.
35     This option is only available for those running Tor 0.2.0.8-alpha or
36     newer.
37   o Stop hardcoding a font size of 10 in many places. This made the fonts on
38     Mac OS X look non-standard and inconsistent.
39   o Restructure the code that manages GETCONFing values from Tor and then
40     later SETCONFing any changed values to make it easier to add more pages
41     like the 'Network' and 'Server' settings pages in the future.
42   o If we prompt the user to enter a control password and they enter one,
43     don't keep trying to use our randomly generated password.
44   o Fix a bug in the network map that would cause the user to sometimes be
45     unable to select a circuit or server after clicking and dragging the mouse
46     in one of the lists. (Ticket #269)
47   o Stop leaking memory for pretty much every circuit we plotted on the network
48     map. Found by Roger Dingledine and his Valgrind.
49   o Stop leaking memory if TorMapWidget::addRouter() is called for a router
50     that is already on the map. Also found by Roger Dingledine and his
51     Valgrind.
52   o Stop leaking memory used by QTranslator and the configuration dialog on
53     exit.
54   o Default to using an ORPort of 443 when setting up a server on Windows.
55     9001 is still the default everywhere else.
56   o Fix a crash bug that could occur when Vidalia gets disconnected from Tor
57     while waiting for a response to a previous command. Bug reported by Roger
58     Dingledine. (Ticket #295)
59   o Create a single TorProcess object used to start and stop Tor, instead of
60     creating a new one each time and cleaning up after Tor exits. (Ticket
61     #294)
62   o Do the control connection asynchronously so we aren't trying to call
63     waitForConnected() in the control socket thread before it has an event loop
64     running.
65   o Don't start Tor or test for a running Tor with an open control port until
66     the main event loop is running.
67   o Older Tors write their state file even if all we're doing is
68     --hash-password. So if the user has configured a non-default data
69     directory, include that in the list of command line arguments when we run
70     Tor to hash the user's control password.
71   o Support changing Tor's control port and authentication settings without
72     having to restart Tor for the settings to take effect.
73   o Recognize the REMAP stream status in STREAM events.
74   o Allow the control panel window to expand horizontally and vertically to
75     fit longer translated text labels.
76   o Make VClickLabel right-to-left aware so the control panel buttons look
77     correct when using the Farsi translation.
78   o Fix our configure.in to produce a Makefile instead of an Xcode project on
79     OS X. This only affected users who got Qt 4.3 from Trolltech's .dmg
80     installers.
81   o Fix our configure.in to tell QMake the fully-expanded path to which our
82     man page should be installed.
83   o Fix our configure.in so we can use it to build under Cygwin or MinGW with
84     Qt >= 4.3.0.
85   o Move to a consistent use of the word "Relay" instead of "Server" or
86     "Router" in the interface.
87   o Convert the path separators in a configured data directory to whatever the
88     platform standard is.
89   o Remove the custom palette used in all Vidalia's windows that had been
90     around since 0.0.1.
91   o Attempt to standardize the GUI fonts to whatever the user's platform
92     thinks is best.
93   o Default to using Qt's Windows Vista style on Windows Vista. On other
94     Windowses or any non-Mac platform, default to the Cleanlooks style if
95     we're building with Qt >= 4.3.
96   o Add some information to the help browser about the new network settings
97     and bridge relay configuration, as well as the new authentication
98     settings in 0.0.14.
99   o When the user clicks the Help button in the Settings dialog, take them
100     directly to the help topic for whichever settings page they are currently
101     viewing.
102   o Added Torbutton 1.1.9.1-alpha to the Mac OS X bundles, thanks to
103     Andrew Lewman.
104   o Disable enable-edit-actions, enable-remote-toggle, and
105     enable-remote-http-toggle in the bundled Privoxy configuration. Suggested
106     by Greg Fleischer.
107   o Updated Finnish, French, German, Norwegian, Polish, and Russian
108     translations.
109
110 0.0.14  26-Aug-2007
111   o Add support for Tor's HashedControlPassword and CookieAuthentication
112     options. Password authentication is enabled by default.
113   o Add support for Tor's new PROTOCOLINFO control command.
114   o Support running on Windows NT 4.0 again.
115   o Check to see if "%PROGRAMFILES%\Vidalia Bundle\Tor\tor.exe" exists when
116     setting the default Tor executable on Win32. If it doesn't, fall back to
117     "%PROGRAMFILES%\Tor\tor.exe". (Ticket #262)
118   o Allow the people who think clicking 'New Identity' is the solution to
119     everything to be disappointed six times per minute, instead of once.
120   o Add the ability to configure Tor's data directory.
121   o Give users the option of not removing %APPDATA%\Tor and %APPDATA%\Vidalia
122     in the Win32 Vidalia and bundle installers.
123   o Add a Czech GUI and installer translation from el Mar.
124   o Updated Finnish and German translations.
125
126
127 0.0.13  02-Aug-2007
128   o Remove the control protocol version checking logic, since Tor will now
129     just hang up if the first command received isn't a valid AUTHENTICATE
130     command.
131   o Fix a bug where Vidalia would display an incorrect error message if the
132     user started Vidalia, stopped Tor, ran Tor manually, then clicked 'Start
133     Tor'. (Reported by arma)
134   o Maintain a list of address mappings, so we can try to replace IP addresses
135     in stream targets with host names when displaying them on the network map.
136     (Suggested by phobos)
137   o Stop including help documentation for each language, even if it is
138     untranslated. If there is no translated help documentation for a language,
139     simply load the documentation from the English version.
140   o Use RelayBandwidthBurst and RelayBandwidthRate on Tor >= 0.2.0.1-alpha.
141   o Remove from the server config page the 'Address' text box, the 'Get
142     Address' button, and 'Automatically Update' checkbox.
143   o Don't do balloon messages on Windows 2000; I'm told it doesn't work even
144     though QSystemTrayIcon::supportsMessages() says it should.
145   o Removed a duplicate check when determining what control event Vidalia
146     received from Tor.
147   o Check /usr/sbin/ for a Tor binary if one isn't found in $PATH.
148   o Fixed compilation on Mac OS X Panther.
149   o Support building with Qt 4.3 in our configure.in (no code changes
150     required).
151   o Change the "Start Tor" control panel button text to "Starting Tor" while
152     Tor is starting.
153   o Added a "Control Panel" item to the OS X dock icon's context menu.
154   o Added tooltips to the circuits and streams listed on the network map.
155   o Stop putting a torrc in %APPDATA%\Tor if the user is also installing Vidalia,
156     since they'll just get confused from having two torrc files.
157   o Added a Swedish GUI and installer translation from Amin Amini.
158   o Added an Italian installer translation from Alex Mazzariol.
159   o Update Finnish, French, German, Italian, Russian and Spanish translations.
160  
161  
162 0.0.12  01-Jun-2007
163   o Added a new "Control Panel" main window that appears when Vidalia first
164     starts. This dialog is for people who either aren't trained to look in
165     their system tray area for a Vidalia icon, or those who simply do not have
166     a system tray area.
167   o Added -logfile and -loglevel command-line options that can log useful
168     Vidalia debugging messages to a file or to stdout. Hopefully this will
169     help make tracking down future Vidalia bugs easier.
170   o Add a box to the Advanced settings page to change the IP address on which
171     we will try to connect to Tor's control port, instead of always assuming
172     127.0.0.1. (Ticket #81)
173   o Don't yell at the user if our SAVECONF fails after changing some
174     configuration settings; just remember the intended settings and reapply them
175     next time Tor runs.
176   o Restore a window to its previous state each time it is opened, not just
177     the first time after Vidalia is started.
178   o Only allow the 'New Identity' button to be clicked once every 60 seconds.
179   o Show the number of online servers in the status tip for the server list,
180     as well as the total number of servers.
181   o Expand filenames that use "~/", "%APPDATA%", or "%PROGRAMFILES%" in either
182     the path to Tor's executable or torrc.
183   o Fix the message log timestamp format to be "MMM dd hh:mm:ss.zzz", instead
184     of "MMM dd hh:mm:ss:zzz".
185   o Don't create the help browser window until we actually need it, so we
186     don't waste memory on a window the user might never use.
187   o Fix a minor bug that's been around since 0.0.1: actually remove objects
188     from the list of targets for an event, instead of from a copy of the list.
189   o Display command-line options information as a message box so even Win32
190     folks can see it, if they give Vidalia a bogus argument.
191   o Revert back to the single uninstaller strategy on Win32, so don't leave
192     program groups behind after uninstalling the bundle. (Ticket #237)
193   o Start Privoxy minimized if the user selects "Run installed components now"
194     after completing the Win32 installer.
195   o Don't skip past the Win32 installer results immediately, since there could
196     have been errors the user should see.
197   o Include a default.action file for Privoxy in the Win32 and OS X bundles
198     with the +limit-connect{1-} fix.
199   o Include some more helpful text in the Win32 installer welcome screen and
200     category descriptions.
201   o Fix the paths to *-spec.txt in the script that builds the OS X bundles.
202   o Include Tor_Uninstaller.applescript and uninstall_tor_bundle.sh in the OS
203     X bundle. (Ticket #230)
204   o Updated Dutch, Finnish, French, German, Norwegian, Polish and Spanish
205     translations.
206  
207
208 0.0.11  07-Feb-2007
209   o Fix a race condition that could (and did) cause Vidalia to freeze.
210   o RESETCONF all server-related settings when the be-a-server checkbox gets
211     unchecked, not just ORPort and Nickname.
212   o Add support for zlib or gzip compressed GeoIP responses.
213   o Handle chunked transfer encodings properly in GeoIP responses.
214   o Be a little less eager to send GeoIP requests right away. Now we wait 10
215     seconds after adding an address to the queue, or a maximum of 30 seconds,
216     before sending the request.
217   o Tolerate entries in geoip-cache that have no timestamp. If an entry does
218     not have a timestamp, use the current date and time.
219   o Respond to double-clicks on the map. Double left-click zooms in towards
220     the mouse pointer and double right-click zooms out.
221   o If Vidalia is built with Qt >= 4.2, use the open and closed hand cursors
222     in ZImageView when panning the world map.
223   o Qt >= 4.2 handles the sorting in addTopLevelItem() in the server list. We
224     still do the sorted inserts ourselves in older Qts.
225   o Display circuits as a list of server nicknames (like we currently do), but
226     save the original circuit paths (possibly with key IDs for non-Named
227     servers) so we don't display the wrong server information when the user
228     selects that circuit.
229   o Fix a bug introduced in 0.0.10 that caused a server's little pinpoint on
230     the map to not be highlighted green when the server is selected in the
231     server list.
232   o Update the stream target address on every stream status event, not just
233     NEW stream events.
234   o Add an EU flag for the server list.
235   o Add a "Cancel" button to the message box that asks server operators if
236     they want to delay server shutdown or kill Tor right away. (Ticket #222)
237   o Add version information to our compiled Win32 vidalia.exe.
238   o Be more tolerant of Win32 people removing the Tor service out from under
239     Vidalia.
240   o Explicitly specify the tab order in the bandwidth graph.
241   o Fix a bug in parsing Tor's version string when it contains modifiers such
242     as '-alpha'.
243   o Make Circuit::hops() correctly return an empty QStringList for empty paths,
244     instead of a QStringList with one empty QString.
245   o Do a better job of detecting Qt 4.2 debug libs on OS X. There were a few
246     necessary non-Qt libs missing from LIBS when we did our AC_TRY_LINK.
247   o Add vidalia.spec to our configure.in, so the RPM spec file stays current.
248   o Add a Traditional Chinese installer and GUI translation from Cloud.
249   o Updated Dutch, Farsi, Polish, Russian, and Simplified Chinese translations.
250
251
252 0.0.10  25-Dec-2006
253   o Load NT service functions on demand so we can run on Windows 95/98/ME
254     again. (Ticket #211)
255   o Add a column to the list of servers in the network map window, with a
256     little flag icon for each server.
257   o If the network map window is not visible, queue all GeoIP requests until
258     either the window becomes visible again or the queue contains requests for
259     at least one-quarter of all known servers.
260   o If we get a valid geoip response telling us the geoip database doesn't
261     have a location for the requested IP address, cache that response for one
262     week so we don't keep sending requests that are likely to fail anyway.
263   o Use QSystemTrayIcon when available (except on Mac). If we are using
264     QSystemTrayIcon on systems that support balloon messages, use a balloon to
265     indicate when NEWNYM is successful. We still show a message box when NEWNYM
266     fails. (Ticket #183)
267   o Add a graph style dropdown box to the bandwidth graph settings, so you can
268     choose between a fancy alpha blended area graph and a faster, simpler line
269     graph.
270   o Add a button to continue starting Vidalia anyway, even if Vidalia thinks
271     there might be another Vidalia process already running. It's possible that a
272     previous Vidalia did not exit cleanly and another process ended up with
273     the old Vidalia's PID.
274   o Add a "Zoom to Circuit" option to the circuit context menu in the network
275     map's list of circuits.
276   o Add a context menu to the dock icon on OS X. (Ticket #135)
277   o If we're building with Qt >= 4.2.0, then use its new saveGeometry() and
278     restoreGeometry() functions to save and restore window size and position.
279     If we're still using an old Qt, make sure the window fits on screen when
280     we try to restore it. (Ticket #207)
281   o Fix a bug in how the server points were keyed on the network map that
282     could cause some circuits to not get drawn. (Ticket #175)
283   o Really close the read channel when we want to stop reading from the Tor
284     process's stdout. This would sometimes cause duplicate messages in the
285     message log if Vidalia was running on a non-English-speaking Windows.
286   o Be more correct about what we consider as valid latitudes and longitudes.
287   o Give a better error message if we fail to determine what version of Tor's
288     control protocol is being spoken.
289   o Clarify some labels in the message log settings. (Ticket #203)
290   o Settle on a convention of not ending tool tips or status tips with a
291     period.
292   o Start shipping a geoip-cache file in our Win32 installers so people have
293     some initial geographic information, instead of starting out entirely
294     empty-handed.
295   o Add a Farsi translation.
296   o Add a Spanish translation contributed by desolator.
297   o Add a Portuguese (Brazilian) translation contributed by Mabat Haram.
298   o Add a Simplified Chinese installer translation contributed by omg.
299   o Updates to Finnish, French, German, Italian, Norwegian, Polish,
300     Russian, and Simplified Chinese translations.
301
302
303 0.0.9   05-Nov-2006
304   o Added a new, more intuitive interface for setting a server's bandwidth
305     rate and exit policies.
306   o Improved our ./configure script so it will detect old or non-debug
307     versions of Qt and link accordingly.
308   o Added support for more easily building Qt as a Universal binary on OS X.
309   o Added a right-click option to circuits listed in the network map dialog to
310     close the circuit (Ticket #176).
311   o Added a right-click option to servers listed in the network map dialog to
312     zoom in on the server on the map (Ticket #176).
313   o Stop using a custom font and just use the platform default on all dialogs.
314   o Add "Close Window" shortcuts for Linux (Ctrl+W).
315   o Fixed a crash bug that would occur when saving messages in the message
316     log (Ticket #185).
317   o Fixed a bug that would cause messages with identical timestamps to not
318     get copied to the clipboard (Ticket #190).
319   o Ask if the user wants to delay shutting down their server when Vidalia
320     exits, to give clients time to find new circuits. We previously only did
321     this when the user stopped Tor, but wasn't exiting Vidalia.
322   o If Windows is restarting, then don't ask about delaying a server shut
323     down; just stop Tor and exit immediately so Windows doesn't yell at us.
324   o Detect if Tor was installed as an NT service prior to Vidalia, so we don't
325     accidentally remove it.
326   o Create a new torrc and specify a control port for the Tor NT service, so
327     it doesn't die when the user tries to start the service and we don't have
328     to tell the user to go add a line to their torrc.
329   o Fixed a bug that caused Vidalia to crash if it tried to read in a bogus
330     geoip-cache file from its data directory (Ticket #184).
331   o Refuse to cache information we did not ask for that we received in response
332     to a GeoIP request.
333   o Wait no more than ten seconds after queueing a GeoIP request before
334     sending it, so requests don't starve if we keep constantly getting new
335     descriptors.
336   o Ask Tor what its SocksPort and SocksAddress is before building our GeoIP
337     request, instead of always assuming Tor is listening on 127.0.0.1:9050.
338   o Explicitly specify the sort order for the message log and server list, so
339     things aren't backwards when linking with Qt 4.2.x.
340   o Add support for translating the Vidalia and Vidalia bundle installers.
341   o Start bundling Torbutton with the Vidalia bundle installer.
342   o Add a Norwegian (Bokmal) translation contributed by xiando.
343   o Updates to the Finnish, French, German, and Polish translations.
344
345
346 0.0.8   03-Oct-2006
347   o Vidalia will now attempt to connect to an existing Tor's ControlPort
348     before starting its own Tor process. If it finds a Tor with an open
349     ControlPort, Vidalia will "attach" to that Tor instead of starting a new
350     process.
351   o Vidalia now supports running Tor as an NT service on Windows.
352   o When Vidalia starts its own Tor process, it will now default to starting it
353     with a "-f ~/.vidalia/torrc", to avoid permissions conflicts when running
354     Tor as a user that does not have write access to the default torrc. The
355     torrc used when starting Tor is still configurable.
356   o Fix a bug that was causing unexpected behavior with many unrelated Windows
357     applications.
358   o Do a better job of determining if another Vidalia process is running on
359     Windows, to eliminate all the false positives reported.
360   o Major performance improvements related to loading the network map.
361   o Support receiving server identities in circ events, as well as names, so
362     Vidalia will work with Tor 0.1.2.2-alpha and later.
363   o Moved the "New Identity" button to the main popup menu for easier
364     access.
365   o Vidalia dialogs remember their last size and location when Vidalia exits
366     and restore their size and location the next time Vidalia runs.
367   o Vidalia windows now close in response to a Command-W on Mac OS X.
368   o Added a "Zoom To Fit" button to the network map, to zoom in on the active
369     circuits.
370   o Numerous minor aesthetic and usability improvements to many of Vidalia's
371     dialogs.
372   o Fix a bug that was causing signal conflict warnings on Debian.
373   o Fix a crash that would occur when exiting Vidalia after an attempt to
374     start Tor with a non-existent executable.
375   o Add a Bulgarian translation contributed by kutia0001.
376   o Add a Dutch translation contributed by Saedian.
377   o Add a Hungarian translation contributed by Tibor Fekete.
378   o Add a Polish translation contributed by ZeeWolf.
379   o Updates to the Finnish, French, and Russian translations.
380
381
382 0.0.7   07-Jul-2006
383   o Fix a bug that was causing Vidalia to freeze frequently for some people,
384     particularly when running at a verbose log level.
385   o Fix a bug that would cause Windows Vidalias to not want to start after
386     Vidalia had been killed via the Task Manager.
387   o Add a French translation contributed by Michel Burkhardt.
388   o In the network map, update the displayed uptime by looking at the difference
389     between now and the publication time, and add that difference to the published
390     uptime.
391
392
393 0.0.6   23-Jun-2006
394   o Fix the network map to properly remove circuits after they are closed.
395   o Fix our configure script to properly handle the --prefix option (patch by
396     Alexander Wirt).
397   o Check if Vidalia is already running when we start. If Vidalia is already
398     running, then warn and exit in the second instance.
399   o Strip all invalid characters from the server's nickname and make sure the
400     user can't enter any.
401   o Default to the Tor binary located in the user's $PATH, instead of trying
402     to guess directory locations.
403   o Add support for adjusting a server's BandwidthRate and BandwidthBurst
404     values.
405   o Store Vidalia's settings in a file, (rather than in the registry on
406     Windows), so Vidalia can be more portable. Note that settings aren't
407     "imported" from the registry, so 0.0.5 users will have to configure
408     their Vidalia settings again.
409   o Make the bandwidth graph just a normal window instead of a tool window, so
410     it can hide behind other Vidalia windows, if necessary.
411   o On OS X, ensure that the About, Configure, and Exit actions get merged
412     into the "Vidalia" menu in the default menubar when Vidalia is running in
413     a non-English language.
414   o Add an Italian translation contributed by Alex Mazzariol.
415   o Add a Russian translation contributed by ygrek.
416   o Add a manpage for Vidalia contributed by Alexander Wirt.
417  
418  
419 0.0.5   02-Jun-2006
420   o Make the "Always On Top" property of the bandwidth graph optional.
421   o Add a new dialog showing a list of routers that the user's Tor currently
422     knows about, as well as the user's current circuits and streams and
423     detailed information about individual routers. The circuits and router
424     geographic locations are plotted on a world map. Thanks to Christoph
425     Sieghart, Michael Zuercher, and Adam Tomjack for help with this feature.
426   o Stop automatically scrolling to the newest item added to the message log,
427     if the user is looking through their message history.
428   o Create a horizontal scrollbar on the message log when an excessively long
429     message is logged.
430   o Add support for the NEWNYM signal in the form of a "New Identity"
431     button, to force Tor to use only clean circuits for new application
432     requests.
433   o Add a Mac OS X bundle.
434   o Add a Finnish translation contributed by DJHasis.
435   o Add a German translation contributed by Christoph Sieghart.
436   o Fix a bug that caused people running servers to update their public IP
437     address too often if they had the "Automatically Update" option checked.
438
439
440 0.0.4   09-May-2006
441   o Add a fixed set of Windows .ico files from Dan Christensen. Our
442     contributed set in 0.0.3 apparently had a blank image in it that some old
443     Windowses would use instead of the icon that actually had an image.
444   o Add an option for servers to check periodically to see if their public IP
445     address has changed.
446   o Give servers the option to shut down after 30 seconds, to give clients
447     time to find new circuits, instead of just always killing Tor immediately.
448   o Improve GUI responsiveness when waiting for the Tor process to finish
449     starting up.
450   o Be smarter about guessing the default location of Tor in non-English
451     Windowses.
452
453  
454 0.0.3   13-Apr-2006
455   o Fixed a server configuration bug that caused people to not really be a
456     middleman node, even though the checkbox told them they were.
457   o Fixed a bug in choosing a default language that caused help documents to
458     sometimes not appear.
459   o Fixed the Win32 bundle installer to not leave 2 files and a registry key
460     laying around after an uninstall. Also give users the option of launching
461     Vidalia when the solo installer is finished.
462   o Fixed a bug where Vidalia would ignore Windows when asked to shut down
463     because the system is restarting.
464   o Improved tray icon support on older Windowses. Also started using a new
465     set of icons created by Matt Hanson, based on our previous set by Corinna
466     Habets.
467   o Improved help document accessibility by adding "Help" buttons to many
468     dialogs and error message boxes.
469
470  
471 0.0.2   02-Apr-2006
472   o Added an integrated help browser and documentation.
473   o Added exit policy configuration support for servers.
474   o Added support for language translations and language selection.
475   o Added a Simplified Chinese (zh_CN) translation from Wu Xiaoguong.
476   o Added support for changing Vidalia's interface style.
477   o Aesthetic improvements in many dialogs.
478
479  
480 0.0.1   28-Feb-2006
481   o Initial testing release.
482   o Basic features include:
483     - Starting/stopping/monitoring Tor
484     - Bandwidth graph
485     - Message log
486     - Basic server configuration
487
Note: See TracBrowser for help on using the browser.