summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-07-14 20:44:44 +0000
committerNick Mathewson <nickm@torproject.org>2008-07-14 20:44:44 +0000
commitb2da39fd9d42813e71f1cf33a837a20dd8e8024f (patch)
treea8cd374200513ea9cd0b0c4542ba2ea1766edbeb
parent36d6f50d09c759355741be4fad9254512cacdda5 (diff)
downloadtor-b2da39fd9d42813e71f1cf33a837a20dd8e8024f.tar.gz
tor-b2da39fd9d42813e71f1cf33a837a20dd8e8024f.zip
For some open and accepted proposals, note their target versions.
svn:r15904
-rw-r--r--doc/spec/proposals/001-process.txt7
-rw-r--r--doc/spec/proposals/110-avoid-infinite-circuits.txt1
-rw-r--r--doc/spec/proposals/117-ipv6-exits.txt1
-rw-r--r--doc/spec/proposals/118-multiple-orports.txt1
-rw-r--r--doc/spec/proposals/121-hidden-service-authentication.txt1
-rw-r--r--doc/spec/proposals/134-robust-voting.txt1
-rw-r--r--doc/spec/proposals/135-private-tor-networks.txt1
-rw-r--r--doc/spec/proposals/140-consensus-diffs.txt1
-rw-r--r--doc/spec/proposals/142-combine-intro-and-rend-points.txt1
-rw-r--r--doc/spec/proposals/143-distributed-storage-improvements.txt1
-rw-r--r--doc/spec/proposals/145-newguard-flag.txt1
-rw-r--r--doc/spec/proposals/146-long-term-stability.txt1
-rw-r--r--doc/spec/proposals/147-prevoting-opinions.txt1
-rw-r--r--doc/spec/proposals/148-uniform-client-end-reason.txt1
-rw-r--r--doc/spec/proposals/149-using-netinfo-data.txt1
-rw-r--r--doc/spec/proposals/150-exclude-exit-nodes.txt1
16 files changed, 22 insertions, 0 deletions
diff --git a/doc/spec/proposals/001-process.txt b/doc/spec/proposals/001-process.txt
index e23f7c9780..3a767b5fa4 100644
--- a/doc/spec/proposals/001-process.txt
+++ b/doc/spec/proposals/001-process.txt
@@ -86,6 +86,13 @@ What should go in a proposal:
The Version and Last-Modified fields should use the SVN Revision and Date
tags respectively.
+ These fields are optional but recommended:
+ Target, Implemented-In.
+ The Target field should describe which version the proposal is hoped to be
+ implemented in (if it's Open or Accepted). The Implemented-In field
+ should describe which version the proposal was implemented in (if it's
+ Finished or Closed).
+
The body of the proposal should start with an Overview section explaining
what the proposal's about, what it does, and about what state it's in.
diff --git a/doc/spec/proposals/110-avoid-infinite-circuits.txt b/doc/spec/proposals/110-avoid-infinite-circuits.txt
index f252256828..c1323e883e 100644
--- a/doc/spec/proposals/110-avoid-infinite-circuits.txt
+++ b/doc/spec/proposals/110-avoid-infinite-circuits.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Roger Dingledine
Created: 13-Mar-2007
Status: Accepted
+Target: 0.2.1.x
History:
diff --git a/doc/spec/proposals/117-ipv6-exits.txt b/doc/spec/proposals/117-ipv6-exits.txt
index 2b720902bc..c8402821ed 100644
--- a/doc/spec/proposals/117-ipv6-exits.txt
+++ b/doc/spec/proposals/117-ipv6-exits.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: coderman
Created: 10-Jul-2007
Status: Accepted
+Target: 0.2.1.x
Overview
diff --git a/doc/spec/proposals/118-multiple-orports.txt b/doc/spec/proposals/118-multiple-orports.txt
index ed62967862..1bef2504d9 100644
--- a/doc/spec/proposals/118-multiple-orports.txt
+++ b/doc/spec/proposals/118-multiple-orports.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Nick Mathewson
Created: 09-Jul-2007
Status: Accepted
+Target: 0.2.1.x
Overview:
diff --git a/doc/spec/proposals/121-hidden-service-authentication.txt b/doc/spec/proposals/121-hidden-service-authentication.txt
index e158402493..5137ccc57d 100644
--- a/doc/spec/proposals/121-hidden-service-authentication.txt
+++ b/doc/spec/proposals/121-hidden-service-authentication.txt
@@ -6,6 +6,7 @@ Author: Tobias Kamm, Thomas Lauterbach, Karsten Loesing, Ferdinand Rieger,
Christoph Weingarten
Created: 10-Sep-2007
Status: Open
+Target: 0.2.1.x
Change history:
diff --git a/doc/spec/proposals/134-robust-voting.txt b/doc/spec/proposals/134-robust-voting.txt
index 4cedd164f7..0e5a715c80 100644
--- a/doc/spec/proposals/134-robust-voting.txt
+++ b/doc/spec/proposals/134-robust-voting.txt
@@ -3,6 +3,7 @@ Title: More robust consensus voting with diverse authority sets
Author: Peter Palfrader
Created: 2008-04-01
Status: Accepted
+Target: 0.2.1.x
Overview:
diff --git a/doc/spec/proposals/135-private-tor-networks.txt b/doc/spec/proposals/135-private-tor-networks.txt
index acab4b08c4..fbd0bba645 100644
--- a/doc/spec/proposals/135-private-tor-networks.txt
+++ b/doc/spec/proposals/135-private-tor-networks.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Karsten Loesing
Created: 29-Apr-2008
Status: Accepted
+Target: 0.2.1.x
Change history:
diff --git a/doc/spec/proposals/140-consensus-diffs.txt b/doc/spec/proposals/140-consensus-diffs.txt
index 2dfd3dc9e7..6501f41615 100644
--- a/doc/spec/proposals/140-consensus-diffs.txt
+++ b/doc/spec/proposals/140-consensus-diffs.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Peter Palfrader
Created: 13-Jun-2008
Status: Accepted
+Target: 0.2.1.x
1. Overview.
diff --git a/doc/spec/proposals/142-combine-intro-and-rend-points.txt b/doc/spec/proposals/142-combine-intro-and-rend-points.txt
index 82c691918b..36766fc2a3 100644
--- a/doc/spec/proposals/142-combine-intro-and-rend-points.txt
+++ b/doc/spec/proposals/142-combine-intro-and-rend-points.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Karsten Loesing, Christian Wilms
Created: 27-Jun-2008
Status: Open
+Target: 0.2.2.x
Change history:
diff --git a/doc/spec/proposals/143-distributed-storage-improvements.txt b/doc/spec/proposals/143-distributed-storage-improvements.txt
index ebfa1227c3..8789d84663 100644
--- a/doc/spec/proposals/143-distributed-storage-improvements.txt
+++ b/doc/spec/proposals/143-distributed-storage-improvements.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Karsten Loesing
Created: 28-Jun-2008
Status: Open
+Target: 0.2.1.x
Change history:
diff --git a/doc/spec/proposals/145-newguard-flag.txt b/doc/spec/proposals/145-newguard-flag.txt
index 170bf06433..31d707d725 100644
--- a/doc/spec/proposals/145-newguard-flag.txt
+++ b/doc/spec/proposals/145-newguard-flag.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Nick Mathewson
Created: 1-Jul-2008
Status: Open
+Target: 0.2.1.x
[This could be obsoleted by proposal 141, which could replace NewGuard
with a Guard weight.]
diff --git a/doc/spec/proposals/146-long-term-stability.txt b/doc/spec/proposals/146-long-term-stability.txt
index 66a373f19e..c9c34f53b8 100644
--- a/doc/spec/proposals/146-long-term-stability.txt
+++ b/doc/spec/proposals/146-long-term-stability.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Nick Mathewson
Created: 19-Jun-2008
Status: Open
+Target: 0.2.1.x
Overview
diff --git a/doc/spec/proposals/147-prevoting-opinions.txt b/doc/spec/proposals/147-prevoting-opinions.txt
index 24927cce95..94c070d1e3 100644
--- a/doc/spec/proposals/147-prevoting-opinions.txt
+++ b/doc/spec/proposals/147-prevoting-opinions.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Nick Mathewson
Created: 2-Jul-2008
Status: Accepted
+Target: 0.2.1.x
Overview
diff --git a/doc/spec/proposals/148-uniform-client-end-reason.txt b/doc/spec/proposals/148-uniform-client-end-reason.txt
index 5399f3f41e..fa4c24f371 100644
--- a/doc/spec/proposals/148-uniform-client-end-reason.txt
+++ b/doc/spec/proposals/148-uniform-client-end-reason.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Roger Dingledine
Created: 2-Jul-2008
Status: Accepted
+Target: 0.2.1.x
Overview
diff --git a/doc/spec/proposals/149-using-netinfo-data.txt b/doc/spec/proposals/149-using-netinfo-data.txt
index 6ee96a050a..4919514b4c 100644
--- a/doc/spec/proposals/149-using-netinfo-data.txt
+++ b/doc/spec/proposals/149-using-netinfo-data.txt
@@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Nick Mathewson
Created: 2-Jul-2008
Status: Open
+Target: 0.2.1.x
Overview
diff --git a/doc/spec/proposals/150-exclude-exit-nodes.txt b/doc/spec/proposals/150-exclude-exit-nodes.txt
index f90d8a25fc..8571b4520d 100644
--- a/doc/spec/proposals/150-exclude-exit-nodes.txt
+++ b/doc/spec/proposals/150-exclude-exit-nodes.txt
@@ -4,6 +4,7 @@ Version: $Revision$
Author: Mfr
Created: 2008-06-15
Status: Accepted
+Target: 0.2.1.x
Overview