aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-10 06:56:03 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-10 06:56:03 +0000
commitf762923cf836a61fb574a3e4e28b0643f8c28c96 (patch)
treef9cba079143f09cb6bbebd6cbfa69929a6d08356
parent1bdbd3b98e79cadeac3d4fecc6b24463df89ed14 (diff)
downloadtor-f762923cf836a61fb574a3e4e28b0643f8c28c96.tar.gz
tor-f762923cf836a61fb574a3e4e28b0643f8c28c96.zip
start to fix up the changelog
svn:r12453
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index cb20327328..c5e03f961e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.0.10-alpha - 2007-11-07
+Changes in version 0.2.0.10-alpha - 2007-11-10
o New directory authorities:
- Set up ides (run by Mike Perry) as the third v3 directory authority.
@@ -40,10 +40,10 @@ Changes in version 0.2.0.10-alpha - 2007-11-07
- Avoid sending a request for "keys/fp" (for which we'll get a 400 Bad
Request) if we need more v3 certs but we've already got pending
requests for all of them.
- - Correctly back off from failing certificate downloads. Fixes bug
- 546.
+ - Correctly back off from failing certificate downloads. Fixes
+ bug 546.
- Authorities don't vote on the Running flag if they have been running
- for less than 30 minutes themselves. Fixes bug 547, where a newly
+ for less than 30 minutes themselves. Fixes bug 547, where a newly
started authority would vote that everyone was down.
o New requirements:
@@ -90,7 +90,7 @@ Changes in version 0.2.0.10-alpha - 2007-11-07
the bridge authority, even when they haven't set TunnelDirConns.
o Minor features (controller):
- - When reporting clock skew, and know that the clock is _at least
+ - When reporting clock skew, and we know that the clock is _at least
as skewed_ as some value, but we don't know the actual value,
report the value as a "minimum skew."