summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-07-09 12:36:26 +0000
committerRoger Dingledine <arma@torproject.org>2008-07-09 12:36:26 +0000
commit33a1210ec38639d213cd9dda9a9d2ad2f6d02e2e (patch)
tree95a94e9163105556ad983d9380fcb9ec77b61ae8
parent4a16d044fc219f20ae57708f400d51bd9b915f8e (diff)
downloadtor-33a1210ec38639d213cd9dda9a9d2ad2f6d02e2e.tar.gz
tor-33a1210ec38639d213cd9dda9a9d2ad2f6d02e2e.zip
fix up a confusion on the release notes (thanks karsten)
svn:r15793
-rw-r--r--ChangeLog2
-rw-r--r--ReleaseNotes6
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bdd00fd08c..e54a1ebd02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1422,7 +1422,7 @@ Changes in version 0.2.0.9-alpha - 2007-10-24
"Unnamed". Now we can list servers that happen to pick the same
nickname as a server that registered two years ago and then
disappeared. Partially implements proposal 122.
- - If the consensus list a router as "Unnamed", the name is assigned
+ - If the consensus lists a router as "Unnamed", the name is assigned
to a different router: do not identify the router by that name.
Partially implements proposal 122.
- Authorities can now come to a consensus on which method to use to
diff --git a/ReleaseNotes b/ReleaseNotes
index 0d295f50f6..0468d54c4b 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -226,9 +226,9 @@ Changes in version 0.2.0.30 - 2008-07-xx
at least 100KB/s, and consider their bandwidth adequate to be a
Guard if it is at least 250KB/s, no matter the medians. This fix
complements proposal 107.
- - Directory authorities now never mark more than 3 servers per IP as
- Valid and Running. Implements proposal 109, by Kevin Bauer and
- Damon McCoy.
+ - Directory authorities now never mark more than 2 servers per IP as
+ Valid and Running (or 5 on addresses shared by authorities).
+ Implements proposal 109, by Kevin Bauer and Damon McCoy.
- If we're a relay, avoid picking ourselves as an introduction point,
a rendezvous point, or as the final hop for internal circuits. Bug
reported by taranis and lodger.