@@ -37,22 +37,20 @@ The Policy
37
37
38
38
The policy on Integration is informally mentioned in "A Note
39
39
from the maintainer" message, which is periodically posted to
40
- this mailing list after each feature release is made.
40
+ the mailing list after each feature release is made:
41
41
42
42
- Feature releases are numbered as vX.Y.0 and are meant to
43
43
contain bugfixes and enhancements in any area, including
44
44
functionality, performance and usability, without regression.
45
45
46
- - One release cycle for a feature release is expected to last for
47
- eight to ten weeks.
48
-
49
- - Maintenance releases are numbered as vX.Y.Z and are meant
46
+ - Maintenance releases are numbered as vX.Y.Z (0 < Z) and are meant
50
47
to contain only bugfixes for the corresponding vX.Y.0 feature
51
48
release and earlier maintenance releases vX.Y.W (W < Z).
52
49
53
- - 'master' branch is used to prepare for the next feature
50
+ - The 'master' branch is used to prepare for the next feature
54
51
release. In other words, at some point, the tip of 'master'
55
- branch is tagged with vX.Y.0.
52
+ branch is tagged as vX.(Y+1).0, when vX.Y.0 is the latest
53
+ feature release.
56
54
57
55
- 'maint' branch is used to prepare for the next maintenance
58
56
release. After the feature release vX.Y.0 is made, the tip
@@ -63,11 +61,13 @@ this mailing list after each feature release is made.
63
61
- 'next' branch is used to publish changes (both enhancements
64
62
and fixes) that (1) have worthwhile goal, (2) are in a fairly
65
63
good shape suitable for everyday use, (3) but have not yet
66
- demonstrated to be regression free. New changes are tested
67
- in 'next' before merged to 'master'.
64
+ demonstrated to be regression free. Reviews from contributors on
65
+ the mailing list help to make the determination. After a topic
66
+ is merged to 'next', it is tested for at least 7 calendar days
67
+ before getting merged to 'master'.
68
68
69
69
- 'seen' branch is used to publish other proposed changes that do
70
- not yet pass the criteria set for 'next'.
70
+ not yet pass the criteria set for 'next' (see above) .
71
71
72
72
- The tips of 'master' and 'maint' branches will not be rewound to
73
73
allow people to build their own customization on top of them.
@@ -86,6 +86,38 @@ this mailing list after each feature release is made.
86
86
users are encouraged to test it so that regressions and bugs
87
87
are found before new topics are merged to 'master'.
88
88
89
+ - When a problem is found in a topic in 'next', the topic is marked
90
+ not to be merged to 'master'. Follow-up patches are discussed on
91
+ the mailing list and applied to the topic after being reviewed and
92
+ then the topic is merged (again) to 'next'. After going through
93
+ the usual testing in 'next', the entire (fixed) topic is merged
94
+ to 'master'.
95
+
96
+ - One release cycle for a feature release is expected to last for
97
+ eight to ten weeks. A few "release candidate" releases are
98
+ expected to be tagged about a week apart before the final
99
+ release, and a "preview" release is tagged about a week before
100
+ the first release candidate gets tagged.
101
+
102
+ - After the preview release is tagged, topics that were well
103
+ reviewed may be merged to 'master' before spending the usual 7
104
+ calendar days in 'next', with the expectation that any bugs in
105
+ them can be caught and fixed in the release candidates before
106
+ the final release.
107
+
108
+ - After the first release candidate is tagged, the contributors are
109
+ strongly encouraged to focus on finding and fixing new regressions
110
+ introduced during the cycle, over addressing old bugs and any new
111
+ features. Topics stop getting merged down from 'next' to 'master',
112
+ and new topics stop getting merged to 'next'. Unless they are fixes
113
+ to new regressions in the cycle, that is.
114
+
115
+ - Soon after a feature release is made, the tip of 'maint' gets
116
+ fast-forwarded to point at the release. Topics that have been
117
+ kept in 'next' are merged down to 'master' and a new development
118
+ cycle starts.
119
+
120
+
89
121
Note that before v1.9.0 release, the version numbers used to be
90
122
structured slightly differently. vX.Y.Z were feature releases while
91
123
vX.Y.Z.W were maintenance releases for vX.Y.Z.
0 commit comments