
It's time to start getting the calendar going for 20.1 so that everyone is clear on when the close date for new features is. Eric Engstrom has agreed to help out with the 20.1 series, and will be the primary point, he's also helping out with a few of the 20.0.x point releases. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Eric Engestrom <eric@engestrom.ch> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4077> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4077>
122 lines
2.2 KiB
HTML
122 lines
2.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>Release Calendar</title>
|
|
<link rel="stylesheet" type="text/css" href="mesa.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="header">
|
|
The Mesa 3D Graphics Library
|
|
</div>
|
|
|
|
<iframe src="contents.html"></iframe>
|
|
<div class="content">
|
|
|
|
<h1>Release Calendar</h1>
|
|
|
|
<h2>Overview</h2>
|
|
|
|
<p>
|
|
Mesa provides feature/development and stable releases.
|
|
</p>
|
|
|
|
<p>
|
|
The table below lists the date and release manager that is expected to do the
|
|
specific release.
|
|
</p>
|
|
|
|
<p>
|
|
Regular updates will ensure that the schedule for the current and the next two
|
|
feature releases are shown in the table.
|
|
</p>
|
|
|
|
<p>
|
|
In order to keep the whole releasing team up to date with the tools used, best
|
|
practices and other details, the member in charge of the next feature release
|
|
will be in constant rotation.
|
|
</p>
|
|
|
|
<p>
|
|
The way the release schedule works is explained
|
|
<a href="releasing.html#schedule" target="_parent">here</a>.
|
|
</p>
|
|
<p>
|
|
Take a look <a href="submittingpatches.html#criteria" target="_parent">here</a>
|
|
if you'd like to nominate a patch in the next stable release.
|
|
</p>
|
|
|
|
<h2 id="calendar">Calendar</h2>
|
|
|
|
<table border="1">
|
|
|
|
<tr>
|
|
<th>Branch</th>
|
|
<th>Expected date</th>
|
|
<th>Release</th>
|
|
<th>Release manager</th>
|
|
<th>Notes</th>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="5">20.0</td>
|
|
<td>2020-04-01</td>
|
|
<td>20.0.3</td>
|
|
<td>Eric Engestrom</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2020-04-15</td>
|
|
<td>20.0.4</td>
|
|
<td>Dylan Baker</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2020-04-29</td>
|
|
<td>20.0.5</td>
|
|
<td>Dylan Baker</td>
|
|
<td/>
|
|
</tr>
|
|
<tr>
|
|
<td>2020-05-13</td>
|
|
<td>20.0.6</td>
|
|
<td>Dylan Baker</td>
|
|
<td/>
|
|
</tr>
|
|
<tr>
|
|
<td>2020-05-27</td>
|
|
<td>20.0.7</td>
|
|
<td>Dylan Baker</td>
|
|
<td>Last planned release of the 20.0 series</td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="4">20.1</td>
|
|
<td>2020-04-29</td>
|
|
<td>20.1.0-rc1</td>
|
|
<td>Eric Engestrom</td>
|
|
<td/>
|
|
</tr>
|
|
<tr>
|
|
<td>2020-05-06</td>
|
|
<td>20.1.0-rc2</td>
|
|
<td>Eric Engestrom</td>
|
|
<td/>
|
|
</tr>
|
|
<tr>
|
|
<td>2020-05-13</td>
|
|
<td>20.1.0-rc3</td>
|
|
<td>Eric Engestrom</td>
|
|
<td/>
|
|
</tr>
|
|
<tr>
|
|
<td>2020-05-20</td>
|
|
<td>20.1.0-rc4</td>
|
|
<td>Eric Engestrom</td>
|
|
<td>or 20.1.0 final</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|