docs: update calendar, add news item, and link releases notes for 20.0.4
[mesa.git] / docs / release-calendar.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Release Calendar</title>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7 </head>
8 <body>
9
10 <div class="header">
11 The Mesa 3D Graphics Library
12 </div>
13
14 <iframe src="contents.html"></iframe>
15 <div class="content">
16
17 <h1>Release Calendar</h1>
18
19 <h2>Overview</h2>
20
21 <p>
22 Mesa provides feature/development and stable releases.
23 </p>
24
25 <p>
26 The table below lists the date and release manager that is expected to do the
27 specific release.
28 </p>
29
30 <p>
31 Regular updates will ensure that the schedule for the current and the next two
32 feature releases are shown in the table.
33 </p>
34
35 <p>
36 In order to keep the whole releasing team up to date with the tools used, best
37 practices and other details, the member in charge of the next feature release
38 will be in constant rotation.
39 </p>
40
41 <p>
42 The way the release schedule works is explained
43 <a href="releasing.html#schedule" target="_parent">here</a>.
44 </p>
45 <p>
46 Take a look <a href="submittingpatches.html#criteria" target="_parent">here</a>
47 if you'd like to nominate a patch in the next stable release.
48 </p>
49
50 <h2 id="calendar">Calendar</h2>
51
52 <table border="1">
53
54 <tr>
55 <th>Branch</th>
56 <th>Expected date</th>
57 <th>Release</th>
58 <th>Release manager</th>
59 <th>Notes</th>
60 </tr>
61 <tr>
62 <td rowspan="4">20.0</td>
63 <td>2020-04-15</td>
64 <td>20.0.5</td>
65 <td>Dylan Baker</td>
66 <td></td>
67 </tr>
68 <tr>
69 <td>2020-04-29</td>
70 <td>20.0.6</td>
71 <td>Dylan Baker</td>
72 <td></td>
73 </tr>
74 <tr>
75 <td>2020-05-13</td>
76 <td>20.0.7</td>
77 <td>Dylan Baker</td>
78 <td></td>
79 </tr>
80 <tr>
81 <td>2020-05-27</td>
82 <td>20.0.8</td>
83 <td>Dylan Baker</td>
84 <td>Last planned release of the 20.0 series</td>
85 </tr>
86 <tr>
87 <td rowspan="4">20.1</td>
88 <td>2020-04-29</td>
89 <td>20.1.0-rc1</td>
90 <td>Eric Engestrom</td>
91 <td></td>
92 </tr>
93 <tr>
94 <td>2020-05-06</td>
95 <td>20.1.0-rc2</td>
96 <td>Eric Engestrom</td>
97 <td></td>
98 </tr>
99 <tr>
100 <td>2020-05-13</td>
101 <td>20.1.0-rc3</td>
102 <td>Eric Engestrom</td>
103 <td></td>
104 </tr>
105 <tr>
106 <td>2020-05-20</td>
107 <td>20.1.0-rc4</td>
108 <td>Eric Engestrom</td>
109 <td>or 20.1.0 final</td>
110 </tr>
111 </table>
112
113 </div>
114 </body>
115 </html>