From e715946508a27850db2df3905b551795888a90ea Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 28 Mar 2006 07:40:05 +0000 Subject: [PATCH] change wording in changelog svn:r6259 --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 369ca400cd..9892c83769 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,9 +28,9 @@ Changes in version 0.1.1.17-rc - 2006-03-28 server. - When the controller's *setconf commands fail, collect an error message in a string and hand it back to the controller. - - Make the v2 dir's "Fast" flag based on median capacity, just like - "Stable" is based on median uptime. Name everything in the top - 7/8 Fast, and only the top 1/2 gets to be a Guard. + - Make the v2 dir's "Fast" flag based on relative capacity, just + like "Stable" is based on median uptime. Name everything in the + top 7/8 Fast, and only the top 1/2 gets to be a Guard. - Log server fingerprint on startup, so new server operators don't have to go hunting around their filesystem for it. - Return a robots.txt on our dirport to discourage google indexing.