diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-02-22 20:52:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-02-22 20:52:32 -0500 |
commit | 2e159967c9871477a20a7caeb6d73c83025ff7c1 (patch) | |
tree | a739af208a7f74da055529e5b22af9530e570f71 | |
parent | 8ce1cb174d9e0801488e5d924a40318b71667d2e (diff) | |
download | tor-2e159967c9871477a20a7caeb6d73c83025ff7c1.tar tor-2e159967c9871477a20a7caeb6d73c83025ff7c1.tar.gz |
Mark 160 and 161 as Finished.
-rw-r--r-- | doc/spec/proposals/000-index.txt | 8 | ||||
-rw-r--r-- | doc/spec/proposals/160-bandwidth-offset.txt | 2 | ||||
-rw-r--r-- | doc/spec/proposals/161-computing-bandwidth-adjustments.txt | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt index aa554d6a5..664c5654d 100644 --- a/doc/spec/proposals/000-index.txt +++ b/doc/spec/proposals/000-index.txt @@ -80,8 +80,8 @@ Proposals by number: 157 Make certificate downloads specific [ACCEPTED] 158 Clients download consensus + microdescriptors [OPEN] 159 Exit Scanning [OPEN] -160 Authorities vote for bandwidth offsets in consensus [OPEN] -161 Computing Bandwidth Adjustments [OPEN] +160 Authorities vote for bandwidth offsets in consensus [FINISHED] +161 Computing Bandwidth Adjustments [FINISHED] 162 Publish the consensus in multiple flavors [OPEN] 163 Detecting whether a connection comes from a client [OPEN] 164 Reporting the status of server votes [OPEN] @@ -111,8 +111,6 @@ Proposals by status: 156 Tracking blocked ports on the client side [for 0.2.?] 158 Clients download consensus + microdescriptors 159 Exit Scanning - 160 Authorities vote for bandwidth offsets in consensus [for 0.2.2.x] - 161 Computing Bandwidth Adjustments [for 0.2.2.x] 162 Publish the consensus in multiple flavors [for 0.2.2] 163 Detecting whether a connection comes from a client [for 0.2.2] 164 Reporting the status of server votes [for 0.2.2] @@ -135,6 +133,8 @@ Proposals by status: 121 Hidden Service Authentication [in 0.2.1.x] 151 Improving Tor Path Selection 155 Four Improvements of Hidden Service Performance [in 0.2.1.x] + 160 Authorities vote for bandwidth offsets in consensus [for 0.2.2.x] + 161 Computing Bandwidth Adjustments [for 0.2.2.x] CLOSED: 101 Voting on the Tor Directory System [in 0.2.0.x] 102 Dropping "opt" from the directory format [in 0.2.0.x] diff --git a/doc/spec/proposals/160-bandwidth-offset.txt b/doc/spec/proposals/160-bandwidth-offset.txt index 7ca74dfae..96935ade7 100644 --- a/doc/spec/proposals/160-bandwidth-offset.txt +++ b/doc/spec/proposals/160-bandwidth-offset.txt @@ -2,7 +2,7 @@ Filename: 160-bandwidth-offset.txt Title: Authorities vote for bandwidth offsets in consensus Author: Roger Dingledine Created: 4-May-2009 -Status: Open +Status: Finished Target: 0.2.2.x 1. Motivation diff --git a/doc/spec/proposals/161-computing-bandwidth-adjustments.txt b/doc/spec/proposals/161-computing-bandwidth-adjustments.txt index 786e1afeb..d21982666 100644 --- a/doc/spec/proposals/161-computing-bandwidth-adjustments.txt +++ b/doc/spec/proposals/161-computing-bandwidth-adjustments.txt @@ -3,7 +3,7 @@ Filename: 161-computing-bandwidth-adjustments.txt Author: Mike Perry Created: 12-May-2009 Target: 0.2.2.x -Status: Open +Status: Finished 1. Motivation |