[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15793: fix up a confusion on the release notes (thanks karsten) (tor/trunk)
Author: arma
Date: 2008-07-09 08:36:26 -0400 (Wed, 09 Jul 2008)
New Revision: 15793
Modified:
tor/trunk/ChangeLog
tor/trunk/ReleaseNotes
Log:
fix up a confusion on the release notes (thanks karsten)
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2008-07-09 12:36:20 UTC (rev 15792)
+++ tor/trunk/ChangeLog 2008-07-09 12:36:26 UTC (rev 15793)
@@ -1422,7 +1422,7 @@
"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
Modified: tor/trunk/ReleaseNotes
===================================================================
--- tor/trunk/ReleaseNotes 2008-07-09 12:36:20 UTC (rev 15792)
+++ tor/trunk/ReleaseNotes 2008-07-09 12:36:26 UTC (rev 15793)
@@ -226,9 +226,9 @@
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.