diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-05 19:32:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-05 19:32:58 +0000 |
commit | 3ff63b6f4e7a6be2183124c6b3e6d9aeb70f029a (patch) | |
tree | 579e0b2ef4c224fa48e6181e965eb1b280d4dbb3 /doc/spec | |
parent | a8d36c82432baf75f3efca93c22d59232305e2d7 (diff) | |
download | tor-3ff63b6f4e7a6be2183124c6b3e6d9aeb70f029a.tar.gz tor-3ff63b6f4e7a6be2183124c6b3e6d9aeb70f029a.zip |
When the DANGEROUS_VERSION controller status event told us we're
running an obsolete version, it used the string "OLD" to describe
it. Yet the "getinfo" interface used the string "OBSOLETE". Now use
"OBSOLETE" in both cases.
svn:r12686
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/control-spec.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index cda883e119..83b35feb77 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1162,15 +1162,16 @@ $Id$ DANGEROUS_VERSION "CURRENT=version" - "REASON=NEW/OLD/UNRECOMMENDED" + "REASON=NEW/OBSOLETE/UNRECOMMENDED" "RECOMMENDED=\"version, version, ...\"" Tor has found that directory servers don't recommend its version of the Tor software. RECOMMENDED is a comma-and-space-separated string of Tor versions that are recommended. REASON is NEW if this version - of Tor is newer than any recommended version, OLD if this version of - Tor is older than any recommended version, and UNRECOMMENDED if - some recommended versions of Tor are newer and some are old than this - version. + of Tor is newer than any recommended version, OBSOLETE if + this version of Tor is older than any recommended version, and + UNRECOMMENDED if some recommended versions of Tor are newer and + some are older than this version. (The "OBSOLETE" reason was called + "OLD" from Tor 0.1.2.3-alpha up to and including 0.2.0.12-alpha.) {Controllers may want to suggest that the user upgrade OLD or UNRECOMMENDED versions. NEW versions may be known-insecure, or may |