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

[vidalia-svn] r4408: Update the changelog. (vidalia/trunk)



Author: edmanm
Date: 2010-08-26 13:18:15 -0400 (Thu, 26 Aug 2010)
New Revision: 4408

Modified:
   vidalia/trunk/CHANGELOG
Log:

Update the changelog.


Modified: vidalia/trunk/CHANGELOG
===================================================================
--- vidalia/trunk/CHANGELOG	2010-08-26 16:55:53 UTC (rev 4407)
+++ vidalia/trunk/CHANGELOG	2010-08-26 17:18:15 UTC (rev 4408)
@@ -1,7 +1,16 @@
 0.2.10  xx-xxx-2010
-  o  Only update a stream's displayed target address in the network map if
-     no hostname was given in the stream's NEW status event. Fix suggested
-     by Robert Hogan. (Ticket #608)
+  o Drop remote GeoIP lookups. Instead, the default behavior now is to use
+    the country-level GeoIP database that ships with Tor to map an IP
+    address to a country code, and then map the country code to latitude
+    and longitude with a separate database built into Vidalia.
+  o Add a -DUSE_GEOIP build option to enable building with MaxMind's GeoIP
+    C library for using a local city-level or country-level database
+    instead of Tor's database. See README.geoip for details on use.
+  o Only update a stream's displayed target address in the network map if
+    no hostname was given in the stream's NEW status event. Fix suggested
+    by Robert Hogan. (Ticket #608)
+  o Update the menubar icon at the same time as the dock icon on OS X.
+    Previously, we had a blank icon in the menubar. (Ticket #610)
 
 
 0.2.9   20-May-2010