docs: update calendar, and news item and link release notes for 19.0.5
[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 <p>
25 The table below lists the date and release manager that is expected to do the
26 specific release.
27 <br>
28 Regular updates will ensure that the schedule for the current and the
29 next two feature releases are shown in the table.
30 <br>
31 In order to keep the whole releasing team up to date with the tools
32 used, best practices and other details, the member in charge of the
33 next feature release will be in constant rotation.
34 <br>
35 The way the release schedule works is
36 explained <a href="releasing.html#schedule" target="_parent">here</a>.
37 <br>
38 Take a look <a href="submittingpatches.html#criteria" target="_parent">here</a>
39 if you'd like to nominate a patch in the next stable release.
40 </p>
41
42 <h2 id="calendar">Calendar</h2>
43
44 <table border="1">
45
46 <tr>
47 <th>Branch</th>
48 <th>Expected date</th>
49 <th>Release</th>
50 <th>Release manager</th>
51 <th>Notes</th>
52 </tr>
53 <tr>
54 <td rowspan="1">19.0</td>
55 <td>2019-06-04</td>
56 <td>19.0.6</td>
57 <td>Dylan Baker</td>
58 <td>Last planned 19.0.x release</td>
59 </tr>
60 <tr>
61 <td rowspan="4">19.1</td>
62 <td>2019-04-30</td>
63 <td>19.1.0-rc1</td>
64 <td>Juan A. Suarez</td>
65 <td>
66 </tr>
67 <tr>
68 <td>2019-05-07</td>
69 <td>19.1.0-rc2</td>
70 <td>Juan A. Suarez</td>
71 <td>
72 </tr>
73 <tr>
74 <td>2019-05-14</td>
75 <td>19.1.0-rc3</td>
76 <td>Juan A. Suarez</td>
77 <td>
78 </tr>
79 <tr>
80 <td>2019-05-21</td>
81 <td>19.1.0-rc4</td>
82 <td>Juan A. Suarez</td>
83 <td>Last planned RC/Final release</td>
84 </tr>
85 <tr>
86 <td rowspan="4">19.2</td>
87 <td>2019-08-06</td>
88 <td>19.2.0-rc1</td>
89 <td>Emil Velikov</td>
90 <td>
91 </tr>
92 <tr>
93 <td>2019-08-13</td>
94 <td>19.2.0-rc2</td>
95 <td>Emil Velikov</td>
96 <td>
97 </tr>
98 <tr>
99 <td>2019-08-20</td>
100 <td>19.2.0-rc3</td>
101 <td>Emil Velikov</td>
102 <td>
103 </tr>
104 <tr>
105 <td>2019-08-27</td>
106 <td>19.2.0-rc4</td>
107 <td>Emil Velikov</td>
108 <td>Last planned RC/Final release</td>
109 </tr>
110 <tr>
111 <td rowspan="4">19.3</td>
112 <td>2019-10-15</td>
113 <td>19.3.0-rc1</td>
114 <td>Dylan Baker</td>
115 <td>
116 </tr>
117 <tr>
118 <td>2019-10-22</td>
119 <td>19.3.0-rc2</td>
120 <td>Dylan Baker</td>
121 <td>
122 </tr>
123 <tr>
124 <td>2019-10-29</td>
125 <td>19.3.0-rc3</td>
126 <td>Dylan Baker</td>
127 <td>
128 </tr>
129 <tr>
130 <td>2019-11-05</td>
131 <td>19.3.0-rc4</td>
132 <td>Dylan Baker</td>
133 <td>Last planned RC/Final release</td>
134 </tr>
135 </table>
136
137 </div>
138 </body>
139 </html>