diff options
Diffstat (limited to 'doc/spec/proposals')
-rw-r--r-- | doc/spec/proposals/000-index.txt | 9 | ||||
-rw-r--r-- | doc/spec/proposals/127-dirport-mirrors-downloads.txt | 2 | ||||
-rw-r--r-- | doc/spec/proposals/128-bridge-families.txt | 2 | ||||
-rw-r--r-- | doc/spec/proposals/ideas/xxx-auto-update.txt (renamed from doc/spec/proposals/xxx-auto-update.txt) | 0 | ||||
-rwxr-xr-x | doc/spec/proposals/reindex.pl | 2 |
5 files changed, 8 insertions, 7 deletions
diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt index a2b2ea64ae..65960c8c2e 100644 --- a/doc/spec/proposals/000-index.txt +++ b/doc/spec/proposals/000-index.txt @@ -49,8 +49,8 @@ Proposals by number: 124 Blocking resistant TLS certificate usage [ACCEPTED] 125 Behavior for bridge users, bridge relays, and bridge authorities [OPEN] 126 Getting GeoIP data and publishing usage summaries [OPEN] -127 Relaying dirport requests to Tor download site [NEEDS-RESEARCH] -128 Families of private bridges [NEEDS-RESEARCH] +127 Relaying dirport requests to Tor download site / website [DRAFT] +128 Families of private bridges [DRAFT] Proposals by status: @@ -72,8 +72,6 @@ Proposals by status: 124 Blocking resistant TLS certificate usage NEEDS-RESEARCH: 118 Advertising multiple ORPorts at once - 127 Relaying dirport requests to Tor download site - 128 Families of private bridges META: 000 Index of Tor Proposals 001 The Tor Proposal Process @@ -96,3 +94,6 @@ Proposals by status: 112 Bring Back Pathlen Coin Weight DEAD: 100 Tor Unreliable Datagram Extension Proposal + DRAFT: + 127 Relaying dirport requests to Tor download site / website + 128 Families of private bridges diff --git a/doc/spec/proposals/127-dirport-mirrors-downloads.txt b/doc/spec/proposals/127-dirport-mirrors-downloads.txt index 21d1a69eca..106bbb48f3 100644 --- a/doc/spec/proposals/127-dirport-mirrors-downloads.txt +++ b/doc/spec/proposals/127-dirport-mirrors-downloads.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Roger Dingledine Created: 2007-12-02 -Status: Needs-Research +Status: Draft 1. Overview diff --git a/doc/spec/proposals/128-bridge-families.txt b/doc/spec/proposals/128-bridge-families.txt index a602644255..f0915b07d3 100644 --- a/doc/spec/proposals/128-bridge-families.txt +++ b/doc/spec/proposals/128-bridge-families.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Roger Dingledine Created: 2007-12-xx -Status: Needs-Research +Status: Draft 1. Overview diff --git a/doc/spec/proposals/xxx-auto-update.txt b/doc/spec/proposals/ideas/xxx-auto-update.txt index dc9a857c1e..dc9a857c1e 100644 --- a/doc/spec/proposals/xxx-auto-update.txt +++ b/doc/spec/proposals/ideas/xxx-auto-update.txt diff --git a/doc/spec/proposals/reindex.pl b/doc/spec/proposals/reindex.pl index c76116434d..c5ca20ab13 100755 --- a/doc/spec/proposals/reindex.pl +++ b/doc/spec/proposals/reindex.pl @@ -15,7 +15,7 @@ my %title = (); my %status = (); my @KNOWN_STATUSES = qw{ - OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD}; + OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD DRAFT}; for my $f (@files) { my $num = substr($f, 0, 3); |