ecdab0dfea
It's generally frowned upon to have more than one H1 per document in HTML4. So let's put the text directly inside the header. This means we can drop the flex-based centering, which makes things a bit easier. We also need to change the padding to rem instead of em, because the em has now changed. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
152 lines
2.7 KiB
HTML
152 lines
2.7 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.
|
|
<br>
|
|
Regular updates will ensure that the schedule for the current and the
|
|
next two feature releases are shown in the table.
|
|
<br>
|
|
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.
|
|
<br>
|
|
The way the release schedule works is
|
|
explained <a href="releasing.html#schedule" target="_parent">here</a>.
|
|
<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>
|
|
|
|
<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="3">19.0</td>
|
|
<td>2019-05-07</td>
|
|
<td>19.0.4</td>
|
|
<td>Dylan Baker</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-05-21</td>
|
|
<td>19.0.5</td>
|
|
<td>Dylan Baker</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-06-04</td>
|
|
<td>19.0.6</td>
|
|
<td>Dylan Baker</td>
|
|
<td>Last planned 19.0.x release</td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="4">19.1</td>
|
|
<td>2019-04-30</td>
|
|
<td>19.1.0-rc1</td>
|
|
<td>Juan A. Suarez</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-05-07</td>
|
|
<td>19.1.0-rc2</td>
|
|
<td>Juan A. Suarez</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-05-14</td>
|
|
<td>19.1.0-rc3</td>
|
|
<td>Juan A. Suarez</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-05-21</td>
|
|
<td>19.1.0-rc4</td>
|
|
<td>Juan A. Suarez</td>
|
|
<td>Last planned RC/Final release</td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="4">19.2</td>
|
|
<td>2019-08-06</td>
|
|
<td>19.2.0-rc1</td>
|
|
<td>Emil Velikov</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-08-13</td>
|
|
<td>19.2.0-rc2</td>
|
|
<td>Emil Velikov</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-08-20</td>
|
|
<td>19.2.0-rc3</td>
|
|
<td>Emil Velikov</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-08-27</td>
|
|
<td>19.2.0-rc4</td>
|
|
<td>Emil Velikov</td>
|
|
<td>Last planned RC/Final release</td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="4">19.3</td>
|
|
<td>2019-10-15</td>
|
|
<td>19.3.0-rc1</td>
|
|
<td>Dylan Baker</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-10-22</td>
|
|
<td>19.3.0-rc2</td>
|
|
<td>Dylan Baker</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-10-29</td>
|
|
<td>19.3.0-rc3</td>
|
|
<td>Dylan Baker</td>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>2019-11-05</td>
|
|
<td>19.3.0-rc4</td>
|
|
<td>Dylan Baker</td>
|
|
<td>Last planned RC/Final release</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|