@@ -5,39 +5,31 @@ $(D_S $(TITLE),
5
5
$(UL
6
6
$(LI New release are published every $(I two) months, on the first day of every uneven month.)
7
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.)
8
+ $(LI Point releases are published unscheduled when important issues or regressions get fixed.)
10
9
)
11
10
12
11
$(P The release schedule for 2018 is as follows:)
13
12
14
13
$(DIVC release-schedule,
15
14
$(TABLE
16
15
$(MINOR_RELEASE 2018-03-01, 2.079.0)
17
- $(PATCH_RELEASE 2018-04-01, 2.079.1)
18
16
$(BETA_RELEASE 2018-04-15, 2.080.0)
19
17
$(MINOR_RELEASE 2018-05-01, 2.080.0)
20
- $(PATCH_RELEASE 2018-06-01, 2.079.1)
21
18
$(BETA_RELEASE 2018-06-15, 2.081.0)
22
19
$(MINOR_RELEASE 2018-07-01, 2.081.0)
23
- $(PATCH_RELEASE 2018-08-01, 2.081.1)
24
20
$(BETA_RELEASE 2018-08-15, 2.082.0)
25
21
$(MINOR_RELEASE 2018-09-01, 2.082.0)
26
- $(PATCH_RELEASE 2018-10-01, 2.082.1)
27
22
$(BETA_RELEASE 2018-10-15, 2.083.0)
28
23
$(MINOR_RELEASE 2018-11-01, 2.083.0)
29
- $(PATCH_RELEASE 2018-12-01, 2.083.1)
30
24
$(BETA_RELEASE 2018-12-15, 2.084.0)
31
25
$(MINOR_RELEASE 2019-01-01, 2.084.0)
32
- $(PATCH_RELEASE 2019-02-01, 2.084.1)
33
26
)
34
27
)
35
28
)
36
29
37
30
Macros:
38
31
TITLE=D release schedule
39
32
MINOR_RELEASE=$(ROW minor, $1, $2, minor release)
40
- PATCH_RELEASE=$(ROW patch, $1, $2, patch release)
41
33
BETA_RELEASE=$(ROW beta, $1, $2-beta.1, first beta for $2)
42
34
ROW=<tr class="release-schedule-$1">$(TDX2 $+)</tr>
43
35
TDX2=$(TDX $1, $+)
@@ -48,8 +40,6 @@ Macros:
48
40
.release-schedule-minor {
49
41
font-weight: bold;
50
42
}
51
- .release-schedule-patch {
52
- }
53
43
.release-schedule-beta {
54
44
color: #5f0303;
55
45
}
0 commit comments