[or-cvs] r13956: Try to clarify draft vs needs-revision. (in tor/trunk: . doc/spec/proposals)

nickm at seul.org nickm at seul.org
Tue Mar 11 04:30:11 UTC 2008


Author: nickm
Date: 2008-03-11 00:30:11 -0400 (Tue, 11 Mar 2008)
New Revision: 13956

Modified:
   tor/trunk/
   tor/trunk/doc/spec/proposals/000-index.txt
   tor/trunk/doc/spec/proposals/001-process.txt
   tor/trunk/doc/spec/proposals/131-verify-tor-usage.txt
   tor/trunk/doc/spec/proposals/reindex.pl
Log:
 r18722 at catbus:  nickm | 2008-03-10 14:59:56 -0400
 Try to clarify draft vs needs-revision.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r18722] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/doc/spec/proposals/000-index.txt
===================================================================
--- tor/trunk/doc/spec/proposals/000-index.txt	2008-03-10 18:51:55 UTC (rev 13955)
+++ tor/trunk/doc/spec/proposals/000-index.txt	2008-03-11 04:30:11 UTC (rev 13956)
@@ -53,7 +53,7 @@
 128  Families of private bridges [DRAFT]
 129  Block Insecure Protocols by Default [FINISHED]
 130  Version 2 Tor connection protocol [FINISHED]
-131  Help users to verify they are using Tor [DRAFT]
+131  Help users to verify they are using Tor [NEEDS-REVISION]
 
 
 Proposals by status:
@@ -67,6 +67,8 @@
    120  Suicide descriptors when Tor servers stop
    121  Hidden Service Authentication
  ACCEPTED:
+ NEEDS-REVISION:
+   131  Help users to verify they are using Tor
  NEEDS-RESEARCH:
    118  Advertising multiple ORPorts at once
  META:
@@ -102,4 +104,3 @@
  DRAFT:
    127  Relaying dirport requests to Tor download site / website
    128  Families of private bridges
-   131  Help users to verify they are using Tor

Modified: tor/trunk/doc/spec/proposals/001-process.txt
===================================================================
--- tor/trunk/doc/spec/proposals/001-process.txt	2008-03-10 18:51:55 UTC (rev 13955)
+++ tor/trunk/doc/spec/proposals/001-process.txt	2008-03-11 04:30:11 UTC (rev 13956)
@@ -153,6 +153,10 @@
       for details.  The proposal should not be changed after this point;
       to bring up some other version of the idea, write a new proposal.
 
+   Draft: This isn't a complete proposal yet; there are definite missing
+      pieces.  Please don't add any new proposals with this status; put them
+      in the "ideas" sub-directory instead.
+
    Needs-Revision: The idea for the proposal is a good one, but the proposal
       as it stands has serious problems that keep it from being accepted.
       See comments in the document for details.

Modified: tor/trunk/doc/spec/proposals/131-verify-tor-usage.txt
===================================================================
--- tor/trunk/doc/spec/proposals/131-verify-tor-usage.txt	2008-03-10 18:51:55 UTC (rev 13955)
+++ tor/trunk/doc/spec/proposals/131-verify-tor-usage.txt	2008-03-11 04:30:11 UTC (rev 13956)
@@ -1,10 +1,10 @@
-Filename: xxx-verify-tor-usage.txt
+Filename: 131-verify-tor-usage.txt
 Title: Help users to verify they are using Tor
 Version: $Revision$
 Last-Modified: $Date$
 Author: Steven J. Murdoch
 Created: 2008-01-25
-Status: Draft
+Status: Needs-Revision
 
 Overview:
 

Modified: tor/trunk/doc/spec/proposals/reindex.pl
===================================================================
--- tor/trunk/doc/spec/proposals/reindex.pl	2008-03-10 18:51:55 UTC (rev 13955)
+++ tor/trunk/doc/spec/proposals/reindex.pl	2008-03-11 04:30:11 UTC (rev 13956)
@@ -15,7 +15,8 @@
 my %status = ();
 
 my @KNOWN_STATUSES = qw{
-    OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD DRAFT};
+    OPEN ACCEPTED NEEDS-REVISION NEEDS-RESEARCH META FINISHED CLOSED 
+    SUPERSEDED DEAD DRAFT};
 
 for my $f (@files) {
     my $num = substr($f, 0, 3);



More information about the tor-commits mailing list