[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1508: Add a couple changelog items. (trunk)
Author: edmanm
Date: 2006-12-09 14:58:10 -0500 (Sat, 09 Dec 2006)
New Revision: 1508
Modified:
trunk/CHANGELOG
Log:
Add a couple changelog items.
Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG 2006-12-09 19:14:56 UTC (rev 1507)
+++ trunk/CHANGELOG 2006-12-09 19:58:10 UTC (rev 1508)
@@ -1,5 +1,5 @@
0.0.10 ??-Dec-2006
- o Load NT service functions dynamically so we can run on Windows 95/98/ME
+ o Load NT service functions on demand so we can run on Windows 95/98/ME
again. (Ticket #211)
o If the network map window is not visible, queue all GeoIP requests until
either the window becomes visible again or the queue contains requests for
@@ -8,6 +8,7 @@
QSystemTrayIcon on systems that support balloon messages, use a balloon to
indicate when NEWNYM is successful. We still show a message box when NEWNYM
fails. (Ticket #183)
+ o Add a context menu to the dock icon on OS X. (Ticket #135)
o If we're building with Qt >= 4.2.0, then use its new saveGeometry() and
restoreGeometry() functions to save and restore window size and position.
If we're still using an old Qt, make sure the window fits on screen when
@@ -15,7 +16,11 @@
o Really close the read channel when we want to stop reading from the Tor
process's stdout. This would sometimes cause duplicate messages in the
message log if Vidalia was running on a non-English-speaking Windows.
+ o Give a better error message if we fail to determine what version of Tor's
+ control protocol is being spoken.
o Clarify some labels in the message log settings. (Ticket #203)
+ o Settle on a convention of not ending tool tips or status tips with a
+ period.
o Add a Farsi translation.
o Add a Spanish translation contributed by desolator.
o Add a Portuguese (Brazilian) translation contributed by Mabat Haram.