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  <h1>The Mesa 3D Graphics Library</h1>
12</div>
13
14<iframe src="contents.html"></iframe>
15<div class="content">
16
17<h1>Overview</h1>
18
19<p>
20Mesa provides feature/development and stable releases.
21</p>
22<p>
23The table below lists the date and release manager that is expected to do the
24specific release.
25<br>
26Regular updates will ensure that the schedule for the current and the
27next two feature releases are shown in the table.
28<br>
29In order to keep the whole releasing team up to date with the tools
30used, best practices and other details, the member in charge of the
31next feature release will be in constant rotation.
32<br>
33The way the release schedule works is
34explained <a href="releasing.html#schedule" target="_parent">here</a>.
35<br>
36Take a look <a href="submittingpatches.html#criteria" target="_parent">here</a>
37if you'd like to nominate a patch in the next stable release.
38</p>
39
40<h1 id="calendar">Calendar</h1>
41
42<table border="1">
43
44<tr>
45<th>Branch</th>
46<th>Expected date</th>
47<th>Release</th>
48<th>Release manager</th>
49<th>Notes</th>
50</tr>
51<tr>
52<td rowspan="3">19.0</td>
53<td>2019-05-07</td>
54<td>19.0.4</td>
55<td>Dylan Baker</td>
56<td>
57</tr>
58<tr>
59<td>2019-05-21</td>
60<td>19.0.5</td>
61<td>Dylan Baker</td>
62<td>
63</tr>
64<tr>
65<td>2019-06-04</td>
66<td>19.0.6</td>
67<td>Dylan Baker</td>
68<td>Last planned 19.0.x release</td>
69</tr>
70<tr>
71<td rowspan="4">19.1</td>
72<td>2019-04-30</td>
73<td>19.1.0-rc1</td>
74<td>Juan A. Suarez</td>
75<td>
76</tr>
77<tr>
78<td>2019-05-07</td>
79<td>19.1.0-rc2</td>
80<td>Juan A. Suarez</td>
81<td>
82</tr>
83<tr>
84<td>2019-05-14</td>
85<td>19.1.0-rc3</td>
86<td>Juan A. Suarez</td>
87<td>
88</tr>
89<tr>
90<td>2019-05-21</td>
91<td>19.1.0-rc4</td>
92<td>Juan A. Suarez</td>
93<td>Last planned RC/Final release</td>
94</tr>
95<tr>
96<td rowspan="4">19.2</td>
97<td>2019-08-06</td>
98<td>19.2.0-rc1</td>
99<td>Emil Velikov</td>
100<td>
101</tr>
102<tr>
103<td>2019-08-13</td>
104<td>19.2.0-rc2</td>
105<td>Emil Velikov</td>
106<td>
107</tr>
108<tr>
109<td>2019-08-20</td>
110<td>19.2.0-rc3</td>
111<td>Emil Velikov</td>
112<td>
113</tr>
114<tr>
115<td>2019-08-27</td>
116<td>19.2.0-rc4</td>
117<td>Emil Velikov</td>
118<td>Last planned RC/Final release</td>
119</tr>
120<tr>
121<td rowspan="4">19.3</td>
122<td>2019-10-15</td>
123<td>19.3.0-rc1</td>
124<td>Dylan Baker</td>
125<td>
126</tr>
127<tr>
128<td>2019-10-22</td>
129<td>19.3.0-rc2</td>
130<td>Dylan Baker</td>
131<td>
132</tr>
133<tr>
134<td>2019-10-29</td>
135<td>19.3.0-rc3</td>
136<td>Dylan Baker</td>
137<td>
138</tr>
139<tr>
140<td>2019-11-05</td>
141<td>19.3.0-rc4</td>
142<td>Dylan Baker</td>
143<td>Last planned RC/Final release</td>
144</tr>
145</table>
146
147</div>
148</body>
149</html>
150