[or-cvs] r11259: clean up changelog a bit (tor/trunk)

arma at seul.org arma at seul.org
Fri Aug 24 06:33:13 UTC 2007


Author: arma
Date: 2007-08-24 02:33:12 -0400 (Fri, 24 Aug 2007)
New Revision: 11259

Modified:
   tor/trunk/ChangeLog
Log:
clean up changelog a bit


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-08-24 06:30:34 UTC (rev 11258)
+++ tor/trunk/ChangeLog	2007-08-24 06:33:12 UTC (rev 11259)
@@ -1,21 +1,27 @@
 Changes in version 0.2.0.6-alpha - 2007-??-??
-  o Major features (directory authorities):
-    - Track authorities by weighted mean-times-between-failures.  When we
-      have 4 or more days of data, use measured MTBF rather than declared
-      uptime to decide whether to call a router Stable.  Implements proposal
-      108.
+  o Major features:
+    - Directory authorities now track servers by weighted
+      mean-times-between-failures. When we have 4 or more days of data,
+      use measured MTBF rather than declared uptime to decide whether
+      to call a router Stable. Implements proposal 108.
 
   o Major bugfixes:
     - Handle unexpected whitespace better in malformed descriptors. Bug
       found using Benedikt Boss's new Tor fuzzer! Bugfix on 0.2.0.x.
 
+  o Minor features (misc):
+    - Optionally (if built with -DEXPORTMALLINFO) export the output
+      of mallinfo via http, as tor/mallinfo.txt.  Only accessible
+      from localhost.
+
   o Minor bugfixes (bridges):
     - Do not intermix bridge routers with controller-added routers. (Bugfix
       on 0.2.0.x)
 
   o Minor bugfixes (network):
-    - Do not fail with an assert when accept() returns an unexpected address
-      family.  Addresses but does not wholly fix bug 483. (Bugfix on 0.2.0.x)
+    - Do not fail with an assert when accept() returns an unexpected
+      address family. Addresses but does not wholly fix bug 483. (Bugfix
+      on 0.2.0.x)
 
   o Minor bugfixes (misc):
     - Let directory authorities startup even when they can't generate
@@ -32,12 +38,7 @@
       unparseable piece of it. Bugfix on 0.1.2.x.
     - Unmap the extrainfo cache file on exit.
 
-  o Minor features (misc):
-    - Optionally (if built with -DEXPORTMALLINFO) export the output
-      of mallinfo via http, as tor/mallinfo.txt.  Only accessible
-      from localhost.
 
-
 Changes in version 0.2.0.5-alpha - 2007-08-19
   o Removed features:
     - Version 1 directories are no longer generated in full. Instead,



More information about the tor-commits mailing list