OpusVersions
From XiphWiki
(Difference between revisions)
Jmspeex (Talk | contribs)
(Created page with "Possible version schemes: == Scheme 1: A.B.C.D == * A=1 * B is the RFC version * C is for feature improvements * D is for bugfixes == Scheme 2: A.B.C == * A is the RFC versio...")
Newer edit →
(Created page with "Possible version schemes: == Scheme 1: A.B.C.D == * A=1 * B is the RFC version * C is for feature improvements * D is for bugfixes == Scheme 2: A.B.C == * A is the RFC versio...")
Newer edit →
Revision as of 19:27, 28 May 2012
Possible version schemes:
Contents |
Scheme 1: A.B.C.D
- A=1
- B is the RFC version
- C is for feature improvements
- D is for bugfixes
Scheme 2: A.B.C
- A is the RFC version
- B is for feature improvements
- C is for bugfixes
Scheme 3: A.B.C
- A=1
- B is the RFC version and for feature improvements
- D is for bugfixes
Scheme 4: A.B.C
- A is the RFC versions that aren't both backward- and forward-comparible (e.g. extensions)
- B is for feature improvements and RFC versions that are both backward- and forward-comparible (e.g. clarifications, minor fixes)
- C is for bugfixes