22712b58e95b9564dc69185e1af25cecc1a7cfe0
[mesa.git] / docs / release-calendar.html
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>Releasing process</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>
20 Mesa provides feature/development and stable releases.
21 </p>
22 <p>
23 The table below lists the date and release manager that is expected to do the
24 specific release.
25 <br>
26 Take a look <a href="submittingpatches.html#criteria" target="_parent">here</a>
27 if you'd like to nominate a patch in the next stable release.
28 </p>
29
30 <h1 id="calendar">Calendar</h1>
31
32 <table border="1">
33
34 <tr>
35 <th>Branch</th>
36 <th>Expected date</th>
37 <th>Release</th>
38 <th>Release manager</th>
39 <th>Notes</th>
40 </tr>
41 <tr>
42 <td rowspan="2">17.0</td>
43 <td>2017-05-12</td>
44 <td>17.0.6</td>
45 <td>Andres Gomez</td>
46 <td></td>
47 </tr>
48 <tr>
49 <td>2017-05-26</td>
50 <td>17.0.7</td>
51 <td>Emil Velikov</td>
52 <td>Final planned release for the 17.0 series</td>
53 </tr>
54 <tr>
55 <td rowspan="3">17.1</td>
56 <td>2017-05-19</td>
57 <td>17.1.1</td>
58 <td>Emil Velikov</td>
59 <td></td>
60 <tr>
61 <td>2017-06-02</td>
62 <td>17.1.2</td>
63 <td>Juan A. Suarez Romero</td>
64 <td></td>
65 </tr>
66 <tr>
67 <td>2017-06-16</td>
68 <td>17.1.3</td>
69 <td>Emil Velikov</td>
70 <td></td>
71 </tr>
72 </table>
73
74 </div>
75 </body>
76 </html>