docs: update calendar, add news item and link release notes for 19.1.6
[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>Release Calendar</title>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7 </head>
8 <body>
9
10 <div class="header">
11 The Mesa 3D Graphics Library
12 </div>
13
14 <iframe src="contents.html"></iframe>
15 <div class="content">
16
17 <h1>Release Calendar</h1>
18
19 <h2>Overview</h2>
20
21 <p>
22 Mesa provides feature/development and stable releases.
23 </p>
24
25 <p>
26 The table below lists the date and release manager that is expected to do the
27 specific release.
28 </p>
29
30 <p>
31 Regular updates will ensure that the schedule for the current and the next two
32 feature releases are shown in the table.
33 </p>
34
35 <p>
36 In order to keep the whole releasing team up to date with the tools used, best
37 practices and other details, the member in charge of the next feature release
38 will be in constant rotation.
39 </p>
40
41 <p>
42 The way the release schedule works is explained
43 <a href="releasing.html#schedule" target="_parent">here</a>.
44 </p
45 >
46 <p>
47 Take a look <a href="submittingpatches.html#criteria" target="_parent">here</a>
48 if you'd like to nominate a patch in the next stable release.
49 </p>
50
51 <h2 id="calendar">Calendar</h2>
52
53 <table border="1">
54
55 <tr>
56 <th>Branch</th>
57 <th>Expected date</th>
58 <th>Release</th>
59 <th>Release manager</th>
60 <th>Notes</th>
61 </tr>
62 <tr>
63 <td rowspan="1">19.1</td>
64 <td>2019-09-17</td>
65 <td>19.1.7</td>
66 <td>Juan A. Suarez</td>
67 <td>Last planned 19.1.x release</td>
68 </tr>
69 <tr>
70 <td rowspan="3">19.2</td>
71 <td>2019-08-27</td>
72 <td>19.2.0-rc2</td>
73 <td>Emil Velikov</td>
74 <td>
75 </tr>
76 <tr>
77 <td>2019-09-03</td>
78 <td>19.2.0-rc3</td>
79 <td>Emil Velikov</td>
80 <td>
81 </tr>
82 <tr>
83 <td>2019-09-10</td>
84 <td>19.2.0-rc4</td>
85 <td>Emil Velikov</td>
86 <td>Last planned RC/Final release</td>
87 </tr>
88 <tr>
89 <td rowspan="4">19.3</td>
90 <td>2019-10-15</td>
91 <td>19.3.0-rc1</td>
92 <td>Dylan Baker</td>
93 <td>
94 </tr>
95 <tr>
96 <td>2019-10-22</td>
97 <td>19.3.0-rc2</td>
98 <td>Dylan Baker</td>
99 <td>
100 </tr>
101 <tr>
102 <td>2019-10-29</td>
103 <td>19.3.0-rc3</td>
104 <td>Dylan Baker</td>
105 <td>
106 </tr>
107 <tr>
108 <td>2019-11-05</td>
109 <td>19.3.0-rc4</td>
110 <td>Dylan Baker</td>
111 <td>Last planned RC/Final release</td>
112 </tr>
113 </table>
114
115 </div>
116 </body>
117 </html>