diff options
author | Juan A. Suarez Romero <[email protected]> | 2018-12-27 17:37:33 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-12-27 17:37:33 +0100 |
commit | fe7919acadb847a3add17523222bbdabed447a33 (patch) | |
tree | cda6e9236792c71cb10a06ba71fa25abc28e89e4 | |
parent | 0d53451890b043d643107dc97051799a4b2dd7b6 (diff) |
docs: update calendar, add news item and link release notes for 18.2.8
Signed-off-by: Juan A. Suarez Romero <[email protected]>
-rw-r--r-- | docs/index.html | 10 | ||||
-rw-r--r-- | docs/release-calendar.html | 6 | ||||
-rw-r--r-- | docs/relnotes.html | 1 |
3 files changed, 11 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html index 850ea27ae63..77f99059bf4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,6 +15,16 @@ <div class="content"> <h1>News</h1> +<h2>December 27, 2018</h2> +<p> +<a href="relnotes/18.2.8.html">Mesa 18.2.8</a> is released. +This is a bug-fix release. +<br> +NOTE: It is anticipated that 18.2.8 will be the final release in the +18.2 series. Users of 18.2 are encouraged to migrate to the 18.3 +series in order to obtain future fixes. +</p> + <h2>December 13, 2018</h2> <p> <a href="relnotes/18.2.7.html">Mesa 18.2.7</a> is released. diff --git a/docs/release-calendar.html b/docs/release-calendar.html index 924995c2698..47cc962373a 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -39,12 +39,6 @@ if you'd like to nominate a patch in the next stable release. <th>Notes</th> </tr> <tr> -<td rowspan="1">18.2</td> -<td>2018-12-26</td> -<td>18.2.8</td> -<td>Juan A. Suarez</td> -<td>Last planned 18.2.x release</td> -</tr> <td rowspan="4">18.3</td> <td>2018-12-19</td> <td>18.3.2</td> diff --git a/docs/relnotes.html b/docs/relnotes.html index 3b959438c0c..0c2bf53fa71 100644 --- a/docs/relnotes.html +++ b/docs/relnotes.html @@ -21,6 +21,7 @@ The release notes summarize what's new or changed in each Mesa release. </p> <ul> +<li><a href="relnotes/18.2.8.html">18.2.8 release notes</a> <li><a href="relnotes/18.2.7.html">18.2.7 release notes</a> <li><a href="relnotes/18.3.1.html">18.3.1 release notes</a> <li><a href="relnotes/18.3.0.html">18.3.0 release notes</a> |