[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1555: Add a few more changelog items. (trunk)



Author: edmanm
Date: 2006-12-25 01:58:27 -0500 (Mon, 25 Dec 2006)
New Revision: 1555

Modified:
   trunk/CHANGELOG
Log:
Add a few more changelog items.


Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	2006-12-25 06:17:42 UTC (rev 1554)
+++ trunk/CHANGELOG	2006-12-25 06:58:27 UTC (rev 1555)
@@ -1,9 +1,14 @@
 0.0.10  ??-Dec-2006
   o Load NT service functions on demand so we can run on Windows 95/98/ME
     again. (Ticket #211)
+  o Add a column to the list of servers in the network map window, with a 
+    little flag icon for each server. 
   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
     at least one-quarter of all known servers.
+  o If we get a valid geoip response telling us the geoip database doesn't
+    have a location for the requested IP address, cache that response for one 
+    week so we don't keep sending requests that are likely to fail anyway. 
   o Use QSystemTrayIcon when available (except on Mac). If we are using 
     QSystemTrayIcon on systems that support balloon messages, use a balloon to 
     indicate when NEWNYM is successful. We still show a message box when NEWNYM 
@@ -27,11 +32,15 @@
   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 Be more correct about what we consider as valid latitudes and longitudes.
   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 Start shipping a geoip-cache file in our Win32 installers so people have
+    some initial geographic information, instead of starting out entirely
+    empty-handed.
   o Add a Farsi translation.
   o Add a Spanish translation contributed by desolator.
   o Add a Portuguese (Brazilian) translation contributed by Mabat Haram.