mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-24 07:50:26 +00:00
302ff82434
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
108 lines
1.9 KiB
HTML
108 lines
1.9 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">
|
|
<h1>The Mesa 3D Graphics Library</h1>
|
|
</div>
|
|
|
|
<iframe src="contents.html"></iframe>
|
|
<div class="content">
|
|
|
|
<h1>Overview</h1>
|
|
|
|
<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.
|
|
<br>
|
|
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>
|
|
|
|
<h1 id="calendar">Calendar</h1>
|
|
|
|
<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="3">17.3</td>
|
|
<td>2018-01-26</td>
|
|
<td>17.3.4</td>
|
|
<td>Emil Velikov</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2018-02-09</td>
|
|
<td>17.3.5</td>
|
|
<td>Juan A. Suarez Romero</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2018-02-23</td>
|
|
<td>17.3.6</td>
|
|
<td>Juan A. Suarez Romero</td>
|
|
<td>Final planned release for the 17.3 series</td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="7">18.0</td>
|
|
<td>2018-01-19</td>
|
|
<td>18.0.0-rc1</td>
|
|
<td>Emil Velikov</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2018-01-26</td>
|
|
<td>18.0.0-rc2</td>
|
|
<td>Emil Velikov</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2018-02-02</td>
|
|
<td>18.0.0-rc3</td>
|
|
<td>Emil Velikov</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2018-02-09</td>
|
|
<td>18.0.0-rc4</td>
|
|
<td>Emil Velikov</td>
|
|
<td>May be promoted to 18.0.0 final</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2018-02-23</td>
|
|
<td>18.0.1</td>
|
|
<td>Andres Gomez</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2018-03-09</td>
|
|
<td>18.0.2</td>
|
|
<td>Andres Gomez</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2018-03-23</td>
|
|
<td>18.0.3</td>
|
|
<td>Andres Gomez</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|