diff options
-rw-r--r-- | docs/website/news.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/website/news.html b/docs/website/news.html index e7f291d323..1dd2b4a4f4 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,27 @@ <h2>News</h2> <ul class="timeline"> + <li> + <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div> + <div class="timeline-panel"> + <div class="timeline-heading"> + <h4 class="timeline-title">2017.02.11 released</h4> + <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>11 April 2018</small></p> + </div> + <div class="timeline-body"> + <p>The 2017.02.11 bugfix release is out, fixing a number of important / + security related issues discovered since the 2017.02.10 release. See the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2017.02.11">CHANGES</a> + file for more details, read the + <a href="http://lists.busybox.net/pipermail/buildroot/2018-April/218919.html">announcement</a> + and go to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2017.02.11.tar.bz2">2017.02.11 release</a>.</p> + <p>Notice that the 2017.02 series is now end of life, so please consider + updating to 2018.02 instead.</p> + </div> + </div> + </li> + <li class="timeline-inverted"> <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div> <div class="timeline-panel"> |