From f4346218f2d5cd8d3955e83c0f63038385bbfc4f Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Tue, 17 Nov 2015 11:45:25 +0800 Subject: README: Use the word 'deprecated' instead of 'obsolete' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index f9a934b..2440b91 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ containing detailed state and a list of maintainers. Protocol directory tree structure ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Protocols may be 'stable', 'unstable' or 'obsolete', and the interface +Protocols may be 'stable', 'unstable' or 'deprecated', and the interface and protocol names as well as place in the directory tree will reflect this. @@ -25,15 +25,15 @@ An unstable protocol is a protocol currently under development and this will be reflected in the protocol and interface names. See <>. -An obsolete protocol is a protocol that has either been replaced by some +A deprecated protocol is a protocol that has either been replaced by some other protocol, or declared undesirable for some other reason. No more -changes will be made to an obsolete protocol. +changes will be made to a deprecated protocol. Depending on which of the above state the protocol is in, the protocol is placed within the toplevel directory containing the protocols with the same state. Stable protocols are placed in the +stable/+ directory, -unstable protocols are placed in the +unstable/+ directory, and obsolete -protocols are placed in the +obsolete/+ directory. +unstable protocols are placed in the +unstable/+ directory, and +deprecated protocols are placed in the +deprecated/+ directory. Protocol development procedure ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3