root/vidalia/trunk/CHANGELOG

Revision 2986, 39.9 kB (checked in by edmanm, 3 days ago)

Add another changelog item and declare August 17, 2008, to be Vidalia 0.1.8
Day.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
10.1.8   17-Aug-2008
2  o Make the position of the y-axis on the bandwidth graph variable based on
3    the width of the axis labels. This works better for languages like Farsi
4    where "KB/s" somehow becomes 19 characters. (Ticket #373)
5  o Support alphanumeric circuit and stream IDs, rather than assuming IDs will
6    always be numeric. Current Tors only use numeric circuit and stream IDs,
7    but they may some day. (Ticket #400)
8  o Include ssleay32.dll in the Windows packages so Vidalia won't crash when
9    it finds an incompatible version of ssleay32.dll in the user's $PATH.
10    (Ticket #401)
11  o If the message log is sorted by severity or lexiographically, or if the
12    user manually repositioned the vertical scroll bar, then retain the scroll
13    bar's previous position after adding a new message to the log.
14  o If the current message log layout is right-to-left (e.g. if the user's
15    translation is Farsi), then use a custom item delegate for the log message
16    column whose sole purpose is to keep Qt from screwing with the message 
17    text. (Ticket #396)
18  o Reduce the default number of messages to retain in the message log to 50
19    messages. Most people never look at the window and the extra 200 messages
20    just needlessly eat memory.
21  o Restore the "zoom" and "close" icons in the router and circuit list
22    context menus. They were lost in the move to the Oxygen icon theme in
23    0.1.4.
24  o Make both the 'Ctrl+W' and 'Esc' shortcuts for closing any Vidalia window.
25    Previously, it was just 'Esc' on Windows and 'Ctrl+W' on all other
26    platforms.
27  o Make pressing "Return" mean the same thing as clicking 'OK' in the
28    config dialog, and make pressing 'Esc' mean the same thing as clicking
29    'Cancel'. (Ticket #327)
30  o Fix the icon used for the help browser's window icon.
31
32
330.1.7   02-Aug-2008
34  o Handle spaces in the Tor version number we get from 'getinfo version'
35    since Tor has included svn revision numbers in its response (e.g.
36    "0.2.0.30 (r12345)") for a while now.
37  o Include stdlib.h in the format conversion tools. Fixes the build on some
38    platforms.
39  o Rework the message log scrollbar logic so it's consistent again on
40    Qt 4.4.0. (Ticket #369)
41  o Remove the horizontal scroll bar behavior in the message log. It was
42    really annoying and unnecessary since long messages have tooltips anyway.
43  o Add "TZ=UTC" to the BrowserExecutable's environment variables when launched
44    via Vidalia.
45  o Rename the 'pt_BR' Windows installer translation to just 'pt' since there
46    is apparently nothing 'BR'-specific about it. (Ticket #394)
47  o Update Tor's URL in the Windows installer and translations.
48  o Add an nsh2po tool (not built by default) that can be used to extract
49    LangString entries from an NSIS file and generate a .po file. This was
50    used to help push our installer translations into Pootle.
51  o Add a po2nsh tool to convert the Windows installer .po files to NSIS .nsh
52    files at build time.
53  o Tell CMake to skip the pkg/ subdirectories that aren't likely to be needed
54    on the current build platform.
55  o Updated Czech, French, and German translations.
56
57
580.1.6   08-Jul-2008
59  o Fix a bug in our control socket communication introduced in 0.1.3 that
60    could cause excessive CPU usage or crashing on some platforms.
61  o Fix po2ts so that it uses the same encoding to read in a .po file that it
62    uses to write out the .ts file. This resulted in garbled characters when
63    viewing some translations on apparently all platforms except OS X.
64  o Use the correct field when trying to parse the severity value from the
65    'getinfo status/bootstrap-phase' response.
66  o Fix compilation of the ts2po and po2ts conversion tools on OS X Panther.
67  o Tweak the ts2po and po2ts dependencies so Vidalia can be built with Xcode
68    on OS X again.
69  o Update ts2po to use 'msgctxt' in .po files for specifying message
70    context, rather than overloading the "#:" line.
71  o Update po2ts to tolerate using either 'msgctxt' or an overload "#:" line
72    for specifying message context.
73  o If we're building with CMake 2.6, then force CMake 2.4 compatibility for
74    linker search path behavior. Fixes a CMake warning when building with
75    CMake 2.6. (Ticket #374)
76  o Explicitly link in ws2_32 when building with UPnP support on Windows.
77    (Ticket #374 as well)
78  o Add a Romanian GUI and installer translation.
79  o Updated Farsi, Finnish, French, German, and Swedish translations.
80
81
820.1.5   21-Jun-2008
83  o Add support for Tor 0.2.1.2-alpha's new 'status/bootstrap-phase' getinfo
84    option. Call it to update the progress bar to Tor's current bootstrapping
85    progress immediately after connecting to Tor.
86  o Convert to using GNU gettext .po files for our translations, rather than
87    Qt's .ts format. The .po files are converted to .ts (and then to .qm) at
88    build time. We switched to .po files so we can point pootle
89    (https://translation.torproject.org) directly at Vidalia's svn repository.
90  o Force a repaint() to try to ensure the progress bar and onion status icon
91    don't overlap briefly when starting Tor.
92  o Tweak the resize policy for the control panel so the vertical size is
93    fixed at minimal and sufficient, and the horizontal size is adjustable but
94    obeys the minimum size hint. (Ticket #363)
95  o Default to the language chosen by the user during install (Windows-only)
96    rather than the system language. (Ticket #246)
97  o Include the text of the LGPLv3 in the binary packages.
98  o Updated Finnish, French, German, Japanese, Spanish, and Swedish
99    translations.
100
101
1020.1.4   13-Jun-2008
103  o Add a progress bar and status label for displaying Tor's startup progress
104    based on new Tor bootstrapping status events.
105  o Include UPnP support based on the MiniUPnPc library. Also added a UPnP
106    test dialog to help users determine if their router or firewall supports
107    UPnP. Initial patch for UPnP support from Steven J. Murdoch.
108  o Switch all of Vidalia's icons to the KDE Oxygen theme so that our icon set
109    has a a DFSG-compatible license.
110  o Fix a crash bug that occurred when opening the settings dialog when Tor
111    was not running. (Ticket #360)
112  o Respond to mouse wheel events on the network map by zooming in or out on
113    the map image. Patch from Vern Sun.
114  o Make external links in the help browser clickable, which will try to open
115    them in the user's default browser. The user is first warned that their
116    request might not be anonymous if their default browser is not configured
117    to use Tor.
118  o Apply some Tor trademark compliance updates to user-visible strings.
119  o Cut down the margin around the table of contents in the help browser. It
120    looked goofy with so much empty space.
121  o Update Finnish, Spanish, and Swedish translations.
122
123
1240.1.3   25-May-2008
125  o Added a hidden service configuration UI designed and implemented by
126    Domenik Bork.
127  o Added a "Proxy Executable" configuration option and UI that allows
128    you to specify an HTTP proxy application that Vidalia will start and
129    stop along with Tor.
130  o Fix a bug in how Vidalia sent control commands to Tor that would
131    cause Vidalia to freeze when built against Qt 4.4.0. (Ticket #353)
132  o If we're running Tor >= 0.2.0.13-alpha, then check the descriptor
133    annotations for each descriptor before deciding to do a geoip lookup
134    on its IP address. If the annotations indicate it is a special purpose
135    descriptor (e.g., bridges), then don't do the lookup at all. (Ticket #326)
136  o Fix the OSX_FAT_BINARY build option so that it actually does produce a
137    Universal binary when enabled. (Ticket #342)
138  o Rename src/util to src/common, since libutil.a was apparently conflicting
139    with libUtil.dylib when compiling Vidalia on OS X Leopard.
140  o Switch to using 'getinfo ns/all' instead of 'getinfo network-status' to
141    get a list of available relays. 'getinfo network-status' was deprecated
142    long ago.
143  o Only display the running relays in the big list of relays to the left of
144    the network map. Listing a big pile of unavailable relays is not
145    particularly useful, and just clutters up the list.
146  o Add support for the 'usefeature verbose_names' control command that was
147    introduced way back in Tor 0.1.2.2-alpha.
148  o Correct the tab order on the custom bandwidth settings tab. (Ticket #351)
149  o Remove the 'Run Tor as a Service' checkbox. Lots of people seem to be
150    clicking it even though they don't really need to, and we end up leaving
151    them in a broken state after a reboot.
152  o Restore the Windows application icon that was inadvertently removed in
153    0.1.2. Reported by dr|z3d. (Ticket #358)
154  o Add a Turkish GUI translation from Yunus Kaba.
155  o Updated Finnish and Swedish translations.
156
157
1580.1.2   24-Mar-2008
159  o Correctly load the CA certificate used to verify SSL connections to the
160    GeoIP server. This caused Vidalia >= 0.1.0 clients built against Qt >=
161    4.3.2 to be unable to retrieve updated GeoIP information. (Ticket #349)
162  o Fix compilation when UINT_MAX is not defined. (Ticket #350)
163  o Bridges are no longer required to have a DirPort set as of Tor
164    0.2.0.13-alpha, so stop forcing it on for bridges. At some point, we'll
165    likely start forcing DirPort to be disabled for bridges, and on by default
166    but optional for normal relays. (Ticket #337)
167  o Fix a typo in VidaliaMacros.cmake that would allow configuration to
168    continue even if windres.exe couldn't be found.
169  o Update the version of Torbutton included in the OS X bundle to
170    1.1.17-alpha, and actually include the bundle's uninstaller script.
171  o Updated Finnish and Swedish translations.
172
173
1740.1.1   17-Mar-2008
175  o Use CMake to configure the version number that ends up getting displayed
176    in the About box.
177  o Update the RPM .spec file with the new CMake requirements. Patch from Oliver
178    Niesner.
179  o TunnelDirConns and PreferTunneledDirConns are now enabled by default as of
180    Tor 0.2.0.22-rc.
181  o Don't check the 'My ISP blocks connections to the Tor network' box simply
182    because TunnelDirConns is enabled. Checking the box still enables
183    encrypted directory connections on older Tors.
184  o Add a Japanese GUI translation from Nardog
185  o Updated Finnish and Swedish translations
186
187
1880.1.0   01-Mar-2008
189  o Migrate to CMake as our build system, instead of the previous mix of
190    autoconf and qmake. See the updated INSTALL file for more information.
191  o Add an OpenSSL license exception so Vidalia can be linked against OpenSSL
192    and redistributed. Also include the text of the GPLv3, since our license
193    says "GPLv2 or later."
194  o Don't try to 'SETCONF HashedControlPassword' if we couldn't hash the
195    control password, otherwise we could end up disabling authentication.
196    (Ticket #305)
197  o If Vidalia is built against Qt >= 4.3 with SSL support, then do our GeoIP
198    lookups over an SSL connection.
199  o Work around a crash bug with a sorted QTreeWidget that occurs with Qt
200    4.3.3, and possibly later versions as well.
201  o Parse ReachableAddresses values properly when there are multiple ports
202    specified on a single line.
203  o RESETCONF the value of PublishServerDescriptor when the user switches from
204    being a relay to acting as only a client.
205  o Add support for Tor's STATUS_GENERAL, STATUS_CLIENT, and STATUS_SERVER
206    status events.
207  o Listen for the DANGEROUS_VERSION general status event and warn the user
208    if their version of Tor is no longer recommended.
209  o Listen for the CIRCUIT_ESTABLISHED client status event and only turn the
210    yellow onion status icon green after Tor has successfully established a
211    circuit.
212  o If the user's vidalia.conf contains an empty value for their Tor
213    executable, use the default for the user's platform.
214  o If the user is running a bridge relay with Tor 0.2.0.13-alpha or newer,
215    then set 'BridgeRelay 1' when configuring their bridge.
216  o Don't save a randomly generated control password to Vidalia's
217    configuration file. If Vidalia gets disconnected from Tor or crashes, we
218    will no longer be able to reconnect.
219  o Don't let users save an empty string for a Tor executable in the Settings
220    dialog.
221  o Apply the changes for settings pages in the same order in which the pages
222    appear in the Settings dialog. The only two pages for which this matters
223    are the 'Network' and 'Sharing' pages. (Ticket #336)
224  o Old Jabber clients apparently use port 5223 for encrypted connections. So,
225    include that port as part of the "Instant Messaging" exit policy checkbox.
226    (Ticket #333)
227  o Stop displaying flags next to the language names in the Appearance
228    settings page.
229  o Add a "How do I find a bridge?" link and corresponding help text to the
230    'Network' settings page.
231  o Add a 'BrowserExecutable' configuration option to launch a Web browser
232    when Tor has built a circuit, and exit Vidalia when the browser is closed.
233    Patch from Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>.
234  o Add 'ProxyExecutable' and 'ProxyExecutableArguments' configuration options
235    to launch a proxy application with given parameters when Vidalia starts,
236    and close it when Vidalia exits.
237    Patches from Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>.
238  o Respond to the Delete key in the network map by closing whatever circuits
239    or streams are currently selected. Suggested by Andrew Lewman.
240  o Rename the 'Relay' settings page to the 'Sharing' settings page.
241  o Add a vidalia.desktop desktop entry file that can be installed with
242    'make install'.
243  o Add an Albanian GUI translation from Frederik Nosi.
244  o Add a Hebrew GUI and Win32 installer translation.
245  o Updated Finnish, Norwegian, Polish, Russian, and Swedish translations.
246
247
2480.0.16  22-Nov-2007
249  o Fix compilation on Mac OS X 10.3 (Panther).
250  o GETCONF RelayBandwidthRate and RelayBandwidthBurst properly on Tor >=
251    0.2.0.1-alpha. In 0.0.15, we were SETCONFing RelayBandwidthFoo when
252    appropriate, but always GETCONFing BandwidthFoo. Fixes Ticket #298.
253  o Display the correct default list of allowed ports in the Network settings
254    page, and don't try to save an empty list. Noticed by Roger Dingledine.
255  o Only remember the torrc and datadir values if Vidalia started Tor, or
256    if the user changed the displayed values.
257  o Fix some dumb logic in determing whether the Windows we're running on
258    supports window transparency.
259  o Use the correct icon for the "Close Stream" context menu action in the
260    circuit and stream list widget.
261  o Create the message log, network map, bandwidth graph, and settings dialogs
262    without parents, so they can be independently brought to the foreground on
263    Windows Vista.
264  o Update the default bandwidth rate and burst rate to 5MB and 10MB,
265    respectively, to match Tor's defaults.
266  o Make the "Use this proxy for HTTPS also" checkbox checked by default.
267  o Disable the labels that display the user's bridge relay information if the
268    user is not running a bridge, instead of just disabling the copy button.
269  o Modified the Mac OS X bundle installer to set Vidalia to start
270    automatically on login for the user that installed the bundle.
271  o Added an Arabic translation from Ahmad Gharbeia.
272  o Updated Finnish, German, Simplified Chinese, and Traditional Chinese
273    translations.
274
275
2760.0.15  24-Oct-2007
277  o Add a new 'Network' settings page to the config dialog that lets users
278    configure an HTTP/HTTPS proxy, specify allowed ports if they are behind a
279    restrictive firewall or proxy, and set up bridges and tunneled dir conns.
280  o Add a 'Help Censored Users Connect to the Tor Network' option to the
281    'Server' settings page to help users set up their Tor as a brigde relay.
282    This option is only available for those running Tor 0.2.0.8-alpha or
283    newer.
284  o Stop hardcoding a font size of 10 in many places. This made the fonts on
285    Mac OS X look non-standard and inconsistent.
286  o Restructure the code that manages GETCONFing values from Tor and then
287    later SETCONFing any changed values to make it easier to add more pages
288    like the 'Network' and 'Server' settings pages in the future.
289  o If we prompt the user to enter a control password and they enter one,
290    don't keep trying to use our randomly generated password.
291  o Fix a bug in the network map that would cause the user to sometimes be
292    unable to select a circuit or server after clicking and dragging the mouse
293    in one of the lists. (Ticket #269)
294  o Stop leaking memory for pretty much every circuit we plotted on the network
295    map. Found by Roger Dingledine and his Valgrind.
296  o Stop leaking memory if TorMapWidget::addRouter() is called for a router
297    that is already on the map. Also found by Roger Dingledine and his
298    Valgrind.
299  o Stop leaking memory used by QTranslator and the configuration dialog on
300    exit.
301  o Default to using an ORPort of 443 when setting up a server on Windows.
302    9001 is still the default everywhere else.
303  o Fix a crash bug that could occur when Vidalia gets disconnected from Tor
304    while waiting for a response to a previous command. Bug reported by Roger
305    Dingledine. (Ticket #295)
306  o Create a single TorProcess object used to start and stop Tor, instead of
307    creating a new one each time and cleaning up after Tor exits. (Ticket
308    #294)
309  o Do the control connection asynchronously so we aren't trying to call
310    waitForConnected() in the control socket thread before it has an event loop
311    running.
312  o Don't start Tor or test for a running Tor with an open control port until
313    the main event loop is running.
314  o Older Tors write their state file even if all we're doing is
315    --hash-password. So if the user has configured a non-default data
316    directory, include that in the list of command line arguments when we run
317    Tor to hash the user's control password.
318  o Support changing Tor's control port and authentication settings without
319    having to restart Tor for the settings to take effect.
320  o Recognize the REMAP stream status in STREAM events.
321  o Allow the control panel window to expand horizontally and vertically to
322    fit longer translated text labels.
323  o Make VClickLabel right-to-left aware so the control panel buttons look
324    correct when using the Farsi translation.
325  o Fix our configure.in to produce a Makefile instead of an Xcode project on
326    OS X. This only affected users who got Qt 4.3 from Trolltech's .dmg
327    installers.
328  o Fix our configure.in to tell QMake the fully-expanded path to which our
329    man page should be installed.
330  o Fix our configure.in so we can use it to build under Cygwin or MinGW with
331    Qt >= 4.3.0.
332  o Move to a consistent use of the word "Relay" instead of "Server" or
333    "Router" in the interface.
334  o Convert the path separators in a configured data directory to whatever the
335    platform standard is.
336  o Remove the custom palette used in all Vidalia's windows that had been
337    around since 0.0.1.
338  o Attempt to standardize the GUI fonts to whatever the user's platform
339    thinks is best.
340  o Default to using Qt's Windows Vista style on Windows Vista. On other
341    Windowses or any non-Mac platform, default to the Cleanlooks style if
342    we're building with Qt >= 4.3.
343  o Add some information to the help browser about the new network settings
344    and bridge relay configuration, as well as the new authentication
345    settings in 0.0.14.
346  o When the user clicks the Help button in the Settings dialog, take them
347    directly to the help topic for whichever settings page they are currently
348    viewing.
349  o Added Torbutton 1.1.9.1-alpha to the Mac OS X bundles, thanks to
350    Andrew Lewman.
351  o Disable enable-edit-actions, enable-remote-toggle, and
352    enable-remote-http-toggle in the bundled Privoxy configuration. Suggested
353    by Greg Fleischer.
354  o Updated Finnish, French, German, Norwegian, Polish, and Russian
355    translations.
356
3570.0.14  26-Aug-2007
358  o Add support for Tor's HashedControlPassword and CookieAuthentication
359    options. Password authentication is enabled by default.
360  o Add support for Tor's new PROTOCOLINFO control command.
361  o Support running on Windows NT 4.0 again.
362  o Check to see if "%PROGRAMFILES%\Vidalia Bundle\Tor\tor.exe" exists when
363    setting the default Tor executable on Win32. If it doesn't, fall back to
364    "%PROGRAMFILES%\Tor\tor.exe". (Ticket #262)
365  o Allow the people who think clicking 'New Identity' is the solution to
366    everything to be disappointed six times per minute, instead of once.
367  o Add the ability to configure Tor's data directory.
368  o Give users the option of not removing %APPDATA%\Tor and %APPDATA%\Vidalia
369    in the Win32 Vidalia and bundle installers.
370  o Add a Czech GUI and installer translation from el Mar.
371  o Updated Finnish and German translations.
372
373
3740.0.13  02-Aug-2007
375  o Remove the control protocol version checking logic, since Tor will now
376    just hang up if the first command received isn't a valid AUTHENTICATE
377    command.
378  o Fix a bug where Vidalia would display an incorrect error message if the
379    user started Vidalia, stopped Tor, ran Tor manually, then clicked 'Start
380    Tor'. (Reported by arma)
381  o Maintain a list of address mappings, so we can try to replace IP addresses
382    in stream targets with host names when displaying them on the network map.
383    (Suggested by phobos)
384  o Stop including help documentation for each language, even if it is
385    untranslated. If there is no translated help documentation for a language,
386    simply load the documentation from the English version.
387  o Use RelayBandwidthBurst and RelayBandwidthRate on Tor >= 0.2.0.1-alpha.
388  o Remove from the server config page the 'Address' text box, the 'Get
389    Address' button, and 'Automatically Update' checkbox.
390  o Don't do balloon messages on Windows 2000; I'm told it doesn't work even
391    though QSystemTrayIcon::supportsMessages() says it should.
392  o Removed a duplicate check when determining what control event Vidalia
393    received from Tor.
394  o Check /usr/sbin/ for a Tor binary if one isn't found in $PATH.
395  o Fixed compilation on Mac OS X Panther.
396  o Support building with Qt 4.3 in our configure.in (no code changes
397    required).
398  o Change the "Start Tor" control panel button text to "Starting Tor" while
399    Tor is starting.
400  o Added a "Control Panel" item to the OS X dock icon's context menu.
401  o Added tooltips to the circuits and streams listed on the network map.
402  o Stop putting a torrc in %APPDATA%\Tor if the user is also installing Vidalia,
403    since they'll just get confused from having two torrc files.
404  o Added a Swedish GUI and installer translation from Amin Amini.
405  o Added an Italian installer translation from Alex Mazzariol.
406  o Update Finnish, French, German, Italian, Russian and Spanish translations.
407 
408 
4090.0.12  01-Jun-2007
410  o Added a new "Control Panel" main window that appears when Vidalia first
411    starts. This dialog is for people who either aren't trained to look in
412    their system tray area for a Vidalia icon, or those who simply do not have
413    a system tray area.
414  o Added -logfile and -loglevel command-line options that can log useful
415    Vidalia debugging messages to a file or to stdout. Hopefully this will
416    help make tracking down future Vidalia bugs easier.
417  o Add a box to the Advanced settings page to change the IP address on which
418    we will try to connect to Tor's control port, instead of always assuming
419    127.0.0.1. (Ticket #81)
420  o Don't yell at the user if our SAVECONF fails after changing some
421    configuration settings; just remember the intended settings and reapply them
422    next time Tor runs.
423  o Restore a window to its previous state each time it is opened, not just
424    the first time after Vidalia is started.
425  o Only allow the 'New Identity' button to be clicked once every 60 seconds.
426  o Show the number of online servers in the status tip for the server list,
427    as well as the total number of servers.
428  o Expand filenames that use "~/", "%APPDATA%", or "%PROGRAMFILES%" in either
429    the path to Tor's executable or torrc.
430  o Fix the message log timestamp format to be "MMM dd hh:mm:ss.zzz", instead
431    of "MMM dd hh:mm:ss:zzz".
432  o Don't create the help browser window until we actually need it, so we
433    don't waste memory on a window the user might never use.
434  o Fix a minor bug that's been around since 0.0.1: actually remove objects
435    from the list of targets for an event, instead of from a copy of the list.
436  o Display command-line options information as a message box so even Win32
437    folks can see it, if they give Vidalia a bogus argument.
438  o Revert back to the single uninstaller strategy on Win32, so don't leave
439    program groups behind after uninstalling the bundle. (Ticket #237)
440  o Start Privoxy minimized if the user selects "Run installed components now"
441    after completing the Win32 installer.
442  o Don't skip past the Win32 installer results immediately, since there could
443    have been errors the user should see.
444  o Include a default.action file for Privoxy in the Win32 and OS X bundles
445    with the +limit-connect{1-} fix.
446  o Include some more helpful text in the Win32 installer welcome screen and
447    category descriptions.
448  o Fix the paths to *-spec.txt in the script that builds the OS X bundles.
449  o Include Tor_Uninstaller.applescript and uninstall_tor_bundle.sh in the OS
450    X bundle. (Ticket #230)
451  o Updated Dutch, Finnish, French, German, Norwegian, Polish and Spanish
452    translations.
453 
454
4550.0.11  07-Feb-2007
456  o Fix a race condition that could (and did) cause Vidalia to freeze.
457  o RESETCONF all server-related settings when the be-a-server checkbox gets
458    unchecked, not just ORPort and Nickname.
459  o Add support for zlib or gzip compressed GeoIP responses.
460  o Handle chunked transfer encodings properly in GeoIP responses.
461  o Be a little less eager to send GeoIP requests right away. Now we wait 10
462    seconds after adding an address to the queue, or a maximum of 30 seconds,
463    before sending the request.
464  o Tolerate entries in geoip-cache that have no timestamp. If an entry does
465    not have a timestamp, use the current date and time.
466  o Respond to double-clicks on the map. Double left-click zooms in towards
467    the mouse pointer and double right-click zooms out.
468  o If Vidalia is built with Qt >= 4.2, use the open and closed hand cursors
469    in ZImageView when panning the world map.
470  o Qt >= 4.2 handles the sorting in addTopLevelItem() in the server list. We
471    still do the sorted inserts ourselves in older Qts.
472  o Display circuits as a list of server nicknames (like we currently do), but
473    save the original circuit paths (possibly with key IDs for non-Named
474    servers) so we don't display the wrong server information when the user
475    selects that circuit.
476  o Fix a bug introduced in 0.0.10 that caused a server's little pinpoint on
477    the map to not be highlighted green when the server is selected in the
478    server list.
479  o Update the stream target address on every stream status event, not just
480    NEW stream events.
481  o Add an EU flag for the server list.
482  o Add a "Cancel" button to the message box that asks server operators if
483    they want to delay server shutdown or kill Tor right away. (Ticket #222)
484  o Add version information to our compiled Win32 vidalia.exe.
485  o Be more tolerant of Win32 people removing the Tor service out from under
486    Vidalia.
487  o Explicitly specify the tab order in the bandwidth graph.
488  o Fix a bug in parsing Tor's version string when it contains modifiers such
489    as '-alpha'.
490  o Make Circuit::hops() correctly return an empty QStringList for empty paths,
491    instead of a QStringList with one empty QString.
492  o Do a better job of detecting Qt 4.2 debug libs on OS X. There were a few
493    necessary non-Qt libs missing from LIBS when we did our AC_TRY_LINK.
494  o Add vidalia.spec to our configure.in, so the RPM spec file stays current.
495  o Add a Traditional Chinese installer and GUI translation from Cloud.
496  o Updated Dutch, Farsi, Polish, Russian, and Simplified Chinese translations.
497
498
4990.0.10  25-Dec-2006
500  o Load NT service functions on demand so we can run on Windows 95/98/ME
501    again. (Ticket #211)
502  o Add a column to the list of servers in the network map window, with a
503    little flag icon for each server.
504  o If the network map window is not visible, queue all GeoIP requests until
505    either the window becomes visible again or the queue contains requests for
506    at least one-quarter of all known servers.
507  o If we get a valid geoip response telling us the geoip database doesn't
508    have a location for the requested IP address, cache that response for one
509    week so we don't keep sending requests that are likely to fail anyway.
510  o Use QSystemTrayIcon when available (except on Mac). If we are using
511    QSystemTrayIcon on systems that support balloon messages, use a balloon to
512    indicate when NEWNYM is successful. We still show a message box when NEWNYM
513    fails. (Ticket #183)
514  o Add a graph style dropdown box to the bandwidth graph settings, so you can
515    choose between a fancy alpha blended area graph and a faster, simpler line
516    graph.
517  o Add a button to continue starting Vidalia anyway, even if Vidalia thinks
518    there might be another Vidalia process already running. It's possible that a
519    previous Vidalia did not exit cleanly and another process ended up with
520    the old Vidalia's PID.
521  o Add a "Zoom to Circuit" option to the circuit context menu in the network
522    map's list of circuits.
523  o Add a context menu to the dock icon on OS X. (Ticket #135)
524  o If we're building with Qt >= 4.2.0, then use its new saveGeometry() and
525    restoreGeometry() functions to save and restore window size and position.
526    If we're still using an old Qt, make sure the window fits on screen when
527    we try to restore it. (Ticket #207)
528  o Fix a bug in how the server points were keyed on the network map that
529    could cause some circuits to not get drawn. (Ticket #175)
530  o Really close the read channel when we want to stop reading from the Tor
531    process's stdout. This would sometimes cause duplicate messages in the
532    message log if Vidalia was running on a non-English-speaking Windows.
533  o Be more correct about what we consider as valid latitudes and longitudes.
534  o Give a better error message if we fail to determine what version of Tor's
535    control protocol is being spoken.
536  o Clarify some labels in the message log settings. (Ticket #203)
537  o Settle on a convention of not ending tool tips or status tips with a
538    period.
539  o Start shipping a geoip-cache file in our Win32 installers so people have
540    some initial geographic information, instead of starting out entirely
541    empty-handed.
542  o Add a Farsi translation.
543  o Add a Spanish translation contributed by desolator.
544  o Add a Portuguese (Brazilian) translation contributed by Mabat Haram.
545  o Add a Simplified Chinese installer translation contributed by omg.
546  o Updates to Finnish, French, German, Italian, Norwegian, Polish,
547    Russian, and Simplified Chinese translations.
548
549
5500.0.9   05-Nov-2006
551  o Added a new, more intuitive interface for setting a server's bandwidth
552    rate and exit policies.
553  o Improved our ./configure script so it will detect old or non-debug
554    versions of Qt and link accordingly.
555  o Added support for more easily building Qt as a Universal binary on OS X.
556  o Added a right-click option to circuits listed in the network map dialog to
557    close the circuit (Ticket #176).
558  o Added a right-click option to servers listed in the network map dialog to
559    zoom in on the server on the map (Ticket #176).
560  o Stop using a custom font and just use the platform default on all dialogs.
561  o Add "Close Window" shortcuts for Linux (Ctrl+W).
562  o Fixed a crash bug that would occur when saving messages in the message
563    log (Ticket #185).
564  o Fixed a bug that would cause messages with identical timestamps to not
565    get copied to the clipboard (Ticket #190).
566  o Ask if the user wants to delay shutting down their server when Vidalia
567    exits, to give clients time to find new circuits. We previously only did
568    this when the user stopped Tor, but wasn't exiting Vidalia.
569  o If Windows is restarting, then don't ask about delaying a server shut
570    down; just stop Tor and exit immediately so Windows doesn't yell at us.
571  o Detect if Tor was installed as an NT service prior to Vidalia, so we don't
572    accidentally remove it.
573  o Create a new torrc and specify a control port for the Tor NT service, so
574    it doesn't die when the user tries to start the service and we don't have
575    to tell the user to go add a line to their torrc.
576  o Fixed a bug that caused Vidalia to crash if it tried to read in a bogus
577    geoip-cache file from its data directory (Ticket #184).
578  o Refuse to cache information we did not ask for that we received in response
579    to a GeoIP request.
580  o Wait no more than ten seconds after queueing a GeoIP request before
581    sending it, so requests don't starve if we keep constantly getting new
582    descriptors.
583  o Ask Tor what its SocksPort and SocksAddress is before building our GeoIP
584    request, instead of always assuming Tor is listening on 127.0.0.1:9050.
585  o Explicitly specify the sort order for the message log and server list, so
586    things aren't backwards when linking with Qt 4.2.x.
587  o Add support for translating the Vidalia and Vidalia bundle installers.
588  o Start bundling Torbutton with the Vidalia bundle installer.
589  o Add a Norwegian (Bokmal) translation contributed by xiando.
590  o Updates to the Finnish, French, German, and Polish translations.
591
592
5930.0.8   03-Oct-2006
594  o Vidalia will now attempt to connect to an existing Tor's ControlPort
595    before starting its own Tor process. If it finds a Tor with an open
596    ControlPort, Vidalia will "attach" to that Tor instead of starting a new
597    process.
598  o Vidalia now supports running Tor as an NT service on Windows.
599  o When Vidalia starts its own Tor process, it will now default to starting it
600    with a "-f ~/.vidalia/torrc", to avoid permissions conflicts when running
601    Tor as a user that does not have write access to the default torrc. The
602    torrc used when starting Tor is still configurable.
603  o Fix a bug that was causing unexpected behavior with many unrelated Windows
604    applications.
605  o Do a better job of determining if another Vidalia process is running on
606    Windows, to eliminate all the false positives reported.
607  o Major performance improvements related to loading the network map.
608  o Support receiving server identities in circ events, as well as names, so
609    Vidalia will work with Tor 0.1.2.2-alpha and later.
610  o Moved the "New Identity" button to the main popup menu for easier
611    access.
612  o Vidalia dialogs remember their last size and location when Vidalia exits
613    and restore their size and location the next time Vidalia runs.
614  o Vidalia windows now close in response to a Command-W on Mac OS X.
615  o Added a "Zoom To Fit" button to the network map, to zoom in on the active
616    circuits.
617  o Numerous minor aesthetic and usability improvements to many of Vidalia's
618    dialogs.
619  o Fix a bug that was causing signal conflict warnings on Debian.
620  o Fix a crash that would occur when exiting Vidalia after an attempt to
621    start Tor with a non-existent executable.
622  o Add a Bulgarian translation contributed by kutia0001.
623  o Add a Dutch translation contributed by Saedian.
624  o Add a Hungarian translation contributed by Tibor Fekete.
625  o Add a Polish translation contributed by ZeeWolf.
626  o Updates to the Finnish, French, and Russian translations.
627
628
6290.0.7   07-Jul-2006
630  o Fix a bug that was causing Vidalia to freeze frequently for some people,
631    particularly when running at a verbose log level.
632  o Fix a bug that would cause Windows Vidalias to not want to start after
633    Vidalia had been killed via the Task Manager.
634  o Add a French translation contributed by Michel Burkhardt.
635  o In the network map, update the displayed uptime by looking at the difference
636    between now and the publication time, and add that difference to the published
637    uptime.
638
639
6400.0.6   23-Jun-2006
641  o Fix the network map to properly remove circuits after they are closed.
642  o Fix our configure script to properly handle the --prefix option (patch by
643    Alexander Wirt).
644  o Check if Vidalia is already running when we start. If Vidalia is already
645    running, then warn and exit in the second instance.
646  o Strip all invalid characters from the server's nickname and make sure the
647    user can't enter any.
648  o Default to the Tor binary located in the user's $PATH, instead of trying
649    to guess directory locations.
650  o Add support for adjusting a server's BandwidthRate and BandwidthBurst
651    values.
652  o Store Vidalia's settings in a file, (rather than in the registry on
653    Windows), so Vidalia can be more portable. Note that settings aren't
654    "imported" from the registry, so 0.0.5 users will have to configure
655    their Vidalia settings again.
656  o Make the bandwidth graph just a normal window instead of a tool window, so
657    it can hide behind other Vidalia windows, if necessary.
658  o On OS X, ensure that the About, Configure, and Exit actions get merged
659    into the "Vidalia" menu in the default menubar when Vidalia is running in
660    a non-English language.
661  o Add an Italian translation contributed by Alex Mazzariol.
662  o Add a Russian translation contributed by ygrek.
663  o Add a manpage for Vidalia contributed by Alexander Wirt.
664 
665 
6660.0.5   02-Jun-2006
667  o Make the "Always On Top" property of the bandwidth graph optional.
668  o Add a new dialog showing a list of routers that the user's Tor currently
669    knows about, as well as the user's current circuits and streams and
670    detailed information about individual routers. The circuits and router
671    geographic locations are plotted on a world map. Thanks to Christoph
672    Sieghart, Michael Zuercher, and Adam Tomjack for help with this feature.
673  o Stop automatically scrolling to the newest item added to the message log,
674    if the user is looking through their message history.
675  o Create a horizontal scrollbar on the message log when an excessively long
676    message is logged.
677  o Add support for the NEWNYM signal in the form of a "New Identity"
678    button, to force Tor to use only clean circuits for new application
679    requests.
680  o Add a Mac OS X bundle.
681  o Add a Finnish translation contributed by DJHasis.
682  o Add a German translation contributed by Christoph Sieghart.
683  o Fix a bug that caused people running servers to update their public IP
684    address too often if they had the "Automatically Update" option checked.
685
686
6870.0.4   09-May-2006
688  o Add a fixed set of Windows .ico files from Dan Christensen. Our
689    contributed set in 0.0.3 apparently had a blank image in it that some old
690    Windowses would use instead of the icon that actually had an image.
691  o Add an option for servers to check periodically to see if their public IP
692    address has changed.
693  o Give servers the option to shut down after 30 seconds, to give clients
694    time to find new circuits, instead of just always killing Tor immediately.
695  o Improve GUI responsiveness when waiting for the Tor process to finish
696    starting up.
697  o Be smarter about guessing the default location of Tor in non-English
698    Windowses.
699
700 
7010.0.3   13-Apr-2006
702  o Fixed a server configuration bug that caused people to not really be a
703    middleman node, even though the checkbox told them they were.
704  o Fixed a bug in choosing a default language that caused help documents to
705    sometimes not appear.
706  o Fixed the Win32 bundle installer to not leave 2 files and a registry key
707    laying around after an uninstall. Also give users the option of launching
708    Vidalia when the solo installer is finished.
709  o Fixed a bug where Vidalia would ignore Windows when asked to shut down
710    because the system is restarting.
711  o Improved tray icon support on older Windowses. Also started using a new
712    set of icons created by Matt Hanson, based on our previous set by Corinna
713    Habets.
714  o Improved help document accessibility by adding "Help" buttons to many
715    dialogs and error message boxes.
716
717 
7180.0.2   02-Apr-2006
719  o Added an integrated help browser and documentation.
720  o Added exit policy configuration support for servers.
721  o Added support for language translations and language selection.
722  o Added a Simplified Chinese (zh_CN) translation from Wu Xiaoguong.
723  o Added support for changing Vidalia's interface style.
724  o Aesthetic improvements in many dialogs.
725
726 
7270.0.1   28-Feb-2006
728  o Initial testing release.
729  o Basic features include:
730    - Starting/stopping/monitoring Tor
731    - Bandwidth graph
732    - Message log
733    - Basic server configuration
734
Note: See TracBrowser for help on using the browser.