diff options
Diffstat (limited to 'docs/website/news.html')
-rw-r--r-- | docs/website/news.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/website/news.html b/docs/website/news.html index 8310b90525..bf05d1420c 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,31 @@ <h2>News</h2> <ul class="timeline"> + <li class="timeline-inverted"> + <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.08-rc3 released</h4> + <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>23 August 2017</small></p> + </div> + <div class="timeline-body"> + <p>Another release candidate, on the road to the final 2017.08 + release. A number of fixes and cleanups in various packages + and defconfigs. See + the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2017.08-rc3">CHANGES</a> + file for details. + </p> + + <p>Head to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2017.08-rc3.tar.bz2">2017.08-rc3 + release candidate</a>, and report any + problems found to the + <a href="support.html">mailing list</a> or + <a href="https://bugs.buildroot.org">bug tracker</a>.</p> + </div> + </div> + </li> + <li> <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div> <div class="timeline-panel"> |