diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-08 07:24:06 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-08 07:24:06 +0000 |
commit | 1e2d5f30ff06c3a5afb55022e45d3ed16e5b29f2 (patch) | |
tree | 74eb3b3d88c833aa6db80f744af3ec8875f3a661 /doc | |
parent | 3f0b36e0e1fc157d66dd536ad7a7d75c94adfb78 (diff) | |
download | tor-1e2d5f30ff06c3a5afb55022e45d3ed16e5b29f2.tar.gz tor-1e2d5f30ff06c3a5afb55022e45d3ed16e5b29f2.zip |
r11700@catbus: nickm | 2007-02-08 02:03:50 -0500
Fix several bugs in computing recommended versions. 1) refactor is-this-version-good handling and which-vesions-are-good handling to be in the same place. 2) a version is recommended if more than half of the versioning authorities like it, not >= half. 3) "NEW_IN_SERIES" should mean, "I don't know of an 0.1.1.x this recent, and there are some 0.1.2.x versions out", not "I don't know of an 0.1.1.x this recent, but I know some older ones." This should resolve bug 383.
svn:r9523
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/path-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spec/path-spec.txt b/doc/spec/path-spec.txt index ec5afa361b..e6b5f8f238 100644 --- a/doc/spec/path-spec.txt +++ b/doc/spec/path-spec.txt @@ -124,7 +124,8 @@ of their choices. Tor servers test reachability of their ORPort on start and whenever their IP address changes. - XXXX + + [XXXX arma: write this.] 2.1.4. Hidden-service circuits |