[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep1.txt, 1.1.2.3,
1.1.2.4
Phil Levis
scipio at users.sourceforge.net
Tue Oct 17 22:28:13 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20213
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
tep1.txt
Log Message:
Added Extends and Obsolete details.
Index: tep1.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep1.txt,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** tep1.txt 13 Jun 2006 08:27:16 -0000 1.1.2.3
--- tep1.txt 18 Oct 2006 05:28:11 -0000 1.1.2.4
***************
*** 166,169 ****
--- 166,172 ----
TEP number should follow "Obsolete," such as "Obsolete by TEP 1231."
+ Once a TEP has the status "Final," no part of it may change except
+ for the Status field. The Status field may only change to Obsolete.
+
If a TEP is Best Current Practices or Documentary, then it MUST
include an additional field, "TinyOS-Version:," which states what
***************
*** 172,179 ****
field MUST appear after the Status field and before the Author field.
! The final required field is Author, which states the names of the
authors of the document. Full contact information should not be listed
here (see Section 3.2).
If a TEP is a Draft, then four additional fields MUST be included:
Draft-Created, Draft-Modified, Draft-Version, and Draft-Discuss.
--- 175,188 ----
field MUST appear after the Status field and before the Author field.
! The final required field is "Author," which states the names of the
authors of the document. Full contact information should not be listed
here (see Section 3.2).
+ There is an optional field, "Extends." The "Extends" field refers to
+ another TEP. The purpose of this field is to denote when a TEP represents
+ an addition to an existing TEP. Meeting the requirements of a TEP with an
+ Extends field requires also meeting the requirements of all TEPs listed
+ in the Extends field.
+
If a TEP is a Draft, then four additional fields MUST be included:
Draft-Created, Draft-Modified, Draft-Version, and Draft-Discuss.
More information about the Tinyos-2-commits
mailing list