diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-02-05 17:21:04 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-02-05 17:24:11 +0100 |
commit | f367a2f16504624ccc87f29374044be474b13170 (patch) | |
tree | 25ce5d72a37c22b94cd9e72e828e3a261e225205 /docs/website | |
parent | 30bffce8d58da8087a2fce87eba37f416f7139cb (diff) | |
download | buildroot-f367a2f16504624ccc87f29374044be474b13170.tar.gz buildroot-f367a2f16504624ccc87f29374044be474b13170.zip |
docs/website/news.html: update for 2018.02-rc1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/website')
-rw-r--r-- | docs/website/news.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/website/news.html b/docs/website/news.html index 59093577c9..e194d68b7e 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,30 @@ <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">2018.02-rc1 released</h4> + <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>5 February 2018</small></p> + </div> + <div class="timeline-body"> + <p>We have a new release candidate! Lots of changes all over the + tree, see the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2018.02-rc1">CHANGES</a> + file for details and read the + <a href="http://lists.busybox.net/pipermail/buildroot/2018-February/213171.html">announcement</a>. + </p> + + <p>Head to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2018.02-rc1.tar.bz2">2018.02-rc1 + 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"> |