diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-08-17 08:49:38 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-08-17 08:49:38 +0200 |
commit | 3b3fa45a5275f49412d916640dc1aa173f5e7504 (patch) | |
tree | 63159ad2ce778d7aea3809d6c1258636f0ebfe68 /docs/website/news.html | |
parent | d2e18fd66a76be4df13b81f772976098625a5b57 (diff) | |
download | buildroot-3b3fa45a5275f49412d916640dc1aa173f5e7504.tar.gz buildroot-3b3fa45a5275f49412d916640dc1aa173f5e7504.zip |
Update for 2016.08-rc2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/website/news.html')
-rw-r--r-- | docs/website/news.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/website/news.html b/docs/website/news.html index 8c9dbc76aa..c6dbc4c57a 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,28 @@ <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">2016.08-rc2 released</h4> + <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>17 August 2016</small></p> + </div> + <div class="timeline-body"> + <p>Another week, another release candidate with more cleanups + and build fixes. See + the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2016.08-rc2">CHANGES</a> + file for details.</p> + + <p>Head to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2016.08-rc2.tar.bz2">2016.08-rc2 + release candidate</a>, and report any problems found to + the <a href="support.html">mailing list</a> + or <a href="https://bugs.uclibc.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"> |