diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-09 14:06:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-09 14:06:40 +0000 |
commit | 6e59ad4b9e1fcf9983b7c625036467d8b63497fd (patch) | |
tree | 38fa5b5dad503526493addf71a94f9a09fe5be7e /doc | |
parent | eb19ddb0207f3ca90cad9704210fe1a9b222eb3c (diff) | |
download | tor-6e59ad4b9e1fcf9983b7c625036467d8b63497fd.tar.gz tor-6e59ad4b9e1fcf9983b7c625036467d8b63497fd.zip |
Mark proposal 135 as Closed: no actual spec changes needed.
svn:r17529
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/proposals/000-index.txt | 4 | ||||
-rw-r--r-- | doc/spec/proposals/135-private-tor-networks.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt index b0edd73a20..8fca91b324 100644 --- a/doc/spec/proposals/000-index.txt +++ b/doc/spec/proposals/000-index.txt @@ -57,7 +57,7 @@ Proposals by number: 132 A Tor Web Service For Verifying Correct Browser Configuration [DRAFT] 133 Incorporate Unreachable ORs into the Tor Network [DRAFT] 134 More robust consensus voting with diverse authority sets [ACCEPTED] -135 Simplify Configuration of Private Tor Networks [FINISHED] +135 Simplify Configuration of Private Tor Networks [CLOSED] 136 Mass authority migration with legacy keys [CLOSED] 137 Keep controllers informed as Tor bootstraps [CLOSED] 138 Remove routers that are not Running from consensus documents [CLOSED] @@ -120,7 +120,6 @@ Proposals by status: FINISHED: 111 Prioritizing local traffic over relayed traffic 128 Families of private bridges - 135 Simplify Configuration of Private Tor Networks CLOSED: 101 Voting on the Tor Directory System 102 Dropping "opt" from the directory format @@ -139,6 +138,7 @@ Proposals by status: 126 Getting GeoIP data and publishing usage summaries 129 Block Insecure Protocols by Default 130 Version 2 Tor connection protocol + 135 Simplify Configuration of Private Tor Networks 136 Mass authority migration with legacy keys 137 Keep controllers informed as Tor bootstraps 138 Remove routers that are not Running from consensus documents diff --git a/doc/spec/proposals/135-private-tor-networks.txt b/doc/spec/proposals/135-private-tor-networks.txt index a10058b398..131bbb9068 100644 --- a/doc/spec/proposals/135-private-tor-networks.txt +++ b/doc/spec/proposals/135-private-tor-networks.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Karsten Loesing Created: 29-Apr-2008 -Status: Finished +Status: Closed Target: 0.2.1.x Implemented-In: 0.2.1.2-alpha |