[or-cvs] r12034: changelog entry for r11985 (bug 529) (tor/trunk)

arma at seul.org arma at seul.org
Thu Oct 18 23:14:43 UTC 2007


Author: arma
Date: 2007-10-18 19:14:42 -0400 (Thu, 18 Oct 2007)
New Revision: 12034

Modified:
   tor/trunk/ChangeLog
Log:
changelog entry for r11985 (bug 529)


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-10-18 19:51:14 UTC (rev 12033)
+++ tor/trunk/ChangeLog	2007-10-18 23:14:42 UTC (rev 12034)
@@ -10,6 +10,12 @@
       when we find our DirPort to be reachable but won't actually publish
       it. Extra descriptors without any real changes are dropped by the
       authorities, and can screw up our "publish every 18 hours" schedule.
+    - When a router wasn't listed in a new networkstatus, we were leaving
+      the flags for that router alone -- meaning it remained Named,
+      Running, etc -- even though absence from the networkstatus means
+      that it shouldn't be considered to exist at all anymore. Now we
+      clear all the flags for routers that fall out of the networkstatus
+      consensus. Fixes bug 529.
 
   o Minor features (router descriptor cache):
     - If we find a cached-routers file that's been sitting around for more
@@ -76,6 +82,7 @@
       Unix users an easy way to script their Tor process (e.g. by adjusting
       bandwidth based on the time of the day).
 
+
 Changes in version 0.2.0.8-alpha - 2007-10-12
   o Major features (router descriptor cache):
     - Store routers in a file called cached-descriptors instead of in
@@ -2450,7 +2457,7 @@
       addresses, unless the server operator explicitly turns it off.
 
   o Major features:
-    - Clients not longer download descriptors for non-running
+    - Clients no longer download descriptors for non-running
       descriptors.
     - Before we add new directory authorities, we should make it
       clear that only v1 authorities should receive/publish hidden



More information about the tor-commits mailing list