diff options
author | Emil Velikov <[email protected]> | 2017-04-24 17:22:19 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-04-29 13:43:06 +0100 |
commit | e5c24adc22ab2aaa6a1969799a5fb3d21dd1493c (patch) | |
tree | c195c206d198d81996322f6c171a5f169b7dfc7a /docs/release-calendar.html | |
parent | b1d45c3366034341ce4650b0fb5b5605ae761c00 (diff) |
docs: add release calendar page and references to it
Add a page that has information which release is expected when and
associated information.
Reference to it from the "Releasing process" and "Release notes" pages.
v2:
- Add Andres for 17.0.5
- Rework table format to include the branch (Eric)
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Andres Gomez <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/release-calendar.html')
-rw-r--r-- | docs/release-calendar.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/docs/release-calendar.html b/docs/release-calendar.html new file mode 100644 index 00000000000..fa67987da10 --- /dev/null +++ b/docs/release-calendar.html @@ -0,0 +1,94 @@ +<!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>Releasing process</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.0</td> +<td>2017-04-28</td> +<td>17.0.5</td> +<td>Andres Gomez</td> +<td></td> +</tr> +<tr> +<td>2017-05-12</td> +<td>17.0.6</td> +<td>Emil Velikov</td> +<td></td> +</tr> +<tr> +<td>2017-05-26</td> +<td>17.0.7</td> +<td>Emil Velikov</td> +<td>Final planned release for the 17.0 series</td> +</tr> +<tr> +<td rowspan="5">17.1</td> +<td>2017-04-28</td> +<td>17.1.0-rc3</td> +<td>Emil Velikov</td> +<td></td> +</tr> +<tr> +<td>2017-05-05</td> +<td>17.1.0-rc4</td> +<td>Emil Velikov</td> +<td>May be promoted to 17.1.0 final</td> +</tr> +<tr> +<td>2017-05-19</td> +<td>17.1.1</td> +<td>Emil Velikov</td> +<td></td> +<tr> +<td>2017-06-02</td> +<td>17.1.2</td> +<td>Emil Velikov</td> +<td></td> +</tr> +<tr> +<td>2017-06-16</td> +<td>17.1.3</td> +<td>Emil Velikov</td> +<td></td> +</tr> +</table> + +</div> +</body> +</html> |