diff options
author | Dylan Baker <[email protected]> | 2020-03-05 15:48:42 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2020-03-19 09:26:11 -0700 |
commit | 7524717ba291a0df49e802c4fb690f40f7cf1f6c (patch) | |
tree | a6b71e55131fabe8015e1f59a14383f290973e24 | |
parent | cf62c2b2ac69637785f55b790fdd601c17e7e9d5 (diff) |
docs/release-calendar: Add calendar for 20.1 Release candidates
It's time to start getting the calendar going for 20.1 so that everyone
is clear on when the close date for new features is. Eric Engstrom has
agreed to help out with the 20.1 series, and will be the primary point,
he's also helping out with a few of the 20.0.x point releases.
Reviewed-by: Samuel Pitoiset <[email protected]>
Acked-by: Eric Engestrom <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4077>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4077>
-rw-r--r-- | docs/release-calendar.html | 47 |
1 files changed, 45 insertions, 2 deletions
diff --git a/docs/release-calendar.html b/docs/release-calendar.html index 6394ff2b77b..74ccd11ad5f 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -59,10 +59,10 @@ if you'd like to nominate a patch in the next stable release. <th>Notes</th> </tr> <tr> -<td rowspan="2">20.0</td> +<td rowspan="5">20.0</td> <td>2020-04-01</td> <td>20.0.3</td> -<td>Dylan Baker</td> +<td>Eric Engestrom</td> <td></td> </tr> <tr> @@ -71,6 +71,49 @@ if you'd like to nominate a patch in the next stable release. <td>Dylan Baker</td> <td></td> </tr> +<tr> +<td>2020-04-29</td> +<td>20.0.5</td> +<td>Dylan Baker</td> +<td/> +</tr> +<tr> +<td>2020-05-13</td> +<td>20.0.6</td> +<td>Dylan Baker</td> +<td/> +</tr> +<tr> +<td>2020-05-27</td> +<td>20.0.7</td> +<td>Dylan Baker</td> +<td>Last planned release of the 20.0 series</td> +</tr> +<tr> +<td rowspan="4">20.1</td> +<td>2020-04-29</td> +<td>20.1.0-rc1</td> +<td>Eric Engestrom</td> +<td/> +</tr> +<tr> +<td>2020-05-06</td> +<td>20.1.0-rc2</td> +<td>Eric Engestrom</td> +<td/> +</tr> +<tr> +<td>2020-05-13</td> +<td>20.1.0-rc3</td> +<td>Eric Engestrom</td> +<td/> +</tr> +<tr> +<td>2020-05-20</td> +<td>20.1.0-rc4</td> +<td>Eric Engestrom</td> +<td>or 20.1.0 final</td> +</tr> </table> </div> |