diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-18 18:36:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-18 18:36:35 +0000 |
commit | d8f4ccc1d384144088c4897f1cf56300b6cd41ca (patch) | |
tree | 180840910046cadfd0d645e3e741387dc32db60c | |
parent | c8160bce1ffa9ed050de7d3448ba16b013b7a0e0 (diff) | |
download | tor-d8f4ccc1d384144088c4897f1cf56300b6cd41ca.tar tor-d8f4ccc1d384144088c4897f1cf56300b6cd41ca.tar.gz |
r17189@tombo: nickm | 2008-07-18 14:35:58 -0400
Mark proposal 150 closed.
svn:r16062
-rw-r--r-- | doc/spec/proposals/000-index.txt | 6 | ||||
-rw-r--r-- | doc/spec/proposals/150-exclude-exit-nodes.txt | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt index e7d141b4f..a7ce7a887 100644 --- a/doc/spec/proposals/000-index.txt +++ b/doc/spec/proposals/000-index.txt @@ -72,9 +72,10 @@ Proposals by number: 147 Eliminate the need for v2 directories in generating v3 directories [ACCEPTED] 148 Stream end reasons from the client side should be uniform [ACCEPTED] 149 Using data from NETINFO cells [OPEN] -150 Exclude Exit Nodes from a circuit [ACCEPTED] +150 Exclude Exit Nodes from a circuit [CLOSED] 151 Improving Tor Path Selection [DRAFT] 152 Optionally allow exit from single-hop circuits [DRAFT] +153 Automatic software update protocol [DRAFT] Proposals by status: @@ -87,6 +88,7 @@ Proposals by status: 144 Increase the diversity of circuits by detecting nodes belonging the 151 Improving Tor Path Selection 152 Optionally allow exit from single-hop circuits + 153 Automatic software update protocol OPEN: 121 Hidden Service Authentication 142 Combine Introduction and Rendezvous Points @@ -106,7 +108,6 @@ Proposals by status: 140 Provide diffs between consensuses 147 Eliminate the need for v2 directories in generating v3 directories 148 Stream end reasons from the client side should be uniform - 150 Exclude Exit Nodes from a circuit META: 000 Index of Tor Proposals 001 The Tor Proposal Process @@ -137,6 +138,7 @@ Proposals by status: 130 Version 2 Tor connection protocol 138 Remove routers that are not Running from consensus documents 139 Download consensus documents only when it will be trusted + 150 Exclude Exit Nodes from a circuit SUPERSEDED: 112 Bring Back Pathlen Coin Weight 113 Simplifying directory authority administration diff --git a/doc/spec/proposals/150-exclude-exit-nodes.txt b/doc/spec/proposals/150-exclude-exit-nodes.txt index 8571b4520..b73a9cc4d 100644 --- a/doc/spec/proposals/150-exclude-exit-nodes.txt +++ b/doc/spec/proposals/150-exclude-exit-nodes.txt @@ -3,8 +3,8 @@ Title: Exclude Exit Nodes from a circuit Version: $Revision$ Author: Mfr Created: 2008-06-15 -Status: Accepted -Target: 0.2.1.x +Status: Closed +Implemented-In: 0.2.1.3-alpha Overview |