|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(D_S $(TITLE), |
| 4 | + |
| 5 | +$(UL |
| 6 | + $(LI New release are published every $(I two) months, on the first day of every uneven month.) |
| 7 | + $(LI Two weeks before a new release `master` is merged into `stable` and a first beta is released.) |
| 8 | + $(LI Patch releases are usually released on the first day of every even month.) |
| 9 | + $(LI In the unfortunate case of serious regressions being found, more point releases or betas may be released.) |
| 10 | +) |
| 11 | + |
| 12 | +$(P The release schedule for 2018 is as follows:) |
| 13 | + |
| 14 | + $(DIVC release-schedule, |
| 15 | + $(TABLE |
| 16 | + $(MINOR_RELEASE 2018-03-01, 2.079.0) |
| 17 | + $(PATCH_RELEASE 2018-04-01, 2.079.1) |
| 18 | + $(BETA_RELEASE 2018-04-15, 2.080.0) |
| 19 | + $(MINOR_RELEASE 2018-05-01, 2.080.0) |
| 20 | + $(PATCH_RELEASE 2018-06-01, 2.079.1) |
| 21 | + $(BETA_RELEASE 2018-06-15, 2.081.0) |
| 22 | + $(MINOR_RELEASE 2018-07-01, 2.081.0) |
| 23 | + $(PATCH_RELEASE 2018-08-01, 2.081.1) |
| 24 | + $(BETA_RELEASE 2018-08-15, 2.082.0) |
| 25 | + $(MINOR_RELEASE 2018-09-01, 2.082.0) |
| 26 | + $(PATCH_RELEASE 2018-10-01, 2.082.1) |
| 27 | + $(BETA_RELEASE 2018-10-15, 2.083.0) |
| 28 | + $(MINOR_RELEASE 2018-11-01, 2.083.0) |
| 29 | + $(PATCH_RELEASE 2018-12-01, 2.083.1) |
| 30 | + $(BETA_RELEASE 2018-12-15, 2.084.0) |
| 31 | + $(MINOR_RELEASE 2019-01-01, 2.084.0) |
| 32 | + $(PATCH_RELEASE 2019-02-01, 2.084.1) |
| 33 | + ) |
| 34 | + ) |
| 35 | +) |
| 36 | + |
| 37 | +Macros: |
| 38 | + TITLE=D release schedule |
| 39 | + MINOR_RELEASE=$(ROW minor, $1, $2, minor release) |
| 40 | + PATCH_RELEASE=$(ROW patch, $1, $2, patch release) |
| 41 | + BETA_RELEASE=$(ROW beta, $1, $2-beta.1, first beta for $2) |
| 42 | + ROW=<tr class="release-schedule-$1">$(TDX2 $+)</tr> |
| 43 | + TDX2=$(TDX $1, $+) |
| 44 | + EXTRA_HEADERS=$(T style, |
| 45 | + .release-schedule table { |
| 46 | + margin: 0 auto; |
| 47 | + } |
| 48 | + .release-schedule-minor { |
| 49 | + font-weight: bold; |
| 50 | + } |
| 51 | + .release-schedule-patch { |
| 52 | + } |
| 53 | + .release-schedule-beta { |
| 54 | + color: #5f0303; |
| 55 | + } |
| 56 | + ) |
0 commit comments