diff options
author | Roger Dingledine <arma@torproject.org> | 2008-07-09 12:36:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-07-09 12:36:26 +0000 |
commit | 33a1210ec38639d213cd9dda9a9d2ad2f6d02e2e (patch) | |
tree | 95a94e9163105556ad983d9380fcb9ec77b61ae8 /ReleaseNotes | |
parent | 4a16d044fc219f20ae57708f400d51bd9b915f8e (diff) | |
download | tor-33a1210ec38639d213cd9dda9a9d2ad2f6d02e2e.tar.gz tor-33a1210ec38639d213cd9dda9a9d2ad2f6d02e2e.zip |
fix up a confusion on the release notes (thanks karsten)
svn:r15793
Diffstat (limited to 'ReleaseNotes')
-rw-r--r-- | ReleaseNotes | 6 |
1 files changed, 3 insertions, 3 deletions
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. |