diff options
-rw-r--r-- | README | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -57,9 +57,8 @@ Unstable protocols have a special naming convention in order to make it possible to make discoverable backward incompatible changes. An unstable protocol has at least two versions; the major version which -represents backward incompatible changes, and the minor versions -which represent backward compatible changes to the interfaces in the -protocol. +represents backward incompatible changes, and the minor versions which +represents backward compatible changes to the interfaces in the protocol. The major version is part of the XML file name and the protocol name in the XML, while a minor version is the version attribute of the interfaces @@ -71,10 +70,10 @@ postfixed with the major version number. For example, an unstable protocol called foo-bar with major version 2 containing the two interfaces wl_foo and wl_bar both minor version 1 will -be placed in the directory +unstable/foo-bar/+ -consisting of one file called +README+ and one called -+foo-bar-unstable-v2.xml+. The XML file will consist of two interfaces -called +zwl_foo2+ and +zwl_bar2+ with the +version+ attribute set to +1+. +be placed in the directory +unstable/foo-bar/+ consisting of one file +called +README+ and one called +foo-bar-unstable-v2.xml+. The XML file +will consist of two interfaces called +zwl_foo2+ and +zwl_bar2+ with the ++version+ attribute set to +1+. Unstable protocol changes ~~~~~~~~~~~~~~~~~~~~~~~~~ |