File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/asciidoc/_chapters Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1597,9 +1597,9 @@ branches for past major/minor/maintenance releases and important features and bu
15971597To determine if a given fix is in a given release purely from the release numbers following rules
15981598are defined:
15991599
1600- Fix version of X.Y.Z => fixed in all releases X.Y.Z' (where Z' = Z).
1601- Fix version of X.Y.0 => fixed in all releases X.Y'.* (where Y' = Y).
1602- Fix version of X.0.0 => fixed in all releases X'.\*.* (where X' = X).
1600+ Fix version of X.Y.Z => fixed in all releases X.Y.Z' (where Z' = Z). +
1601+ Fix version of X.Y.0 => fixed in all releases X.Y'.* (where Y' = Y). +
1602+ Fix version of X.0.0 => fixed in all releases X'.\*.* (where X' = X). +
16031603
16041604By this policy, fix version of 1.3.0 implies 1.4.0, but 1.3.2 does not imply 1.4.0 as we could not
16051605tell purely from the numbers which release came first.
You can’t perform that action at this time.
0 commit comments