summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-17 11:45:25 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-11-17 15:31:43 +0800
commitf4346218f2d5cd8d3955e83c0f63038385bbfc4f (patch)
tree9feb13ab9786d312781711b653d84dad1f6c33d6
parentc1b9900ae43af7fcaf616e4cb3bb1ac4d1c7abcc (diff)
downloadwayland-protocols-f4346218f2d5cd8d3955e83c0f63038385bbfc4f.tar.gz
README: Use the word 'deprecated' instead of 'obsolete'
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r--README10
1 files 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 <<Unstable
naming convention>>.
-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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~