diff options
author | 2018-01-31 21:16:58 +0100 | |
---|---|---|
committer | 2018-01-31 21:16:58 +0100 | |
commit | ee99149fe49411739b666ec818be5bf3337d35df (patch) | |
tree | 2691797377621226b2e6fa5aeaf5b8d0e65a158c /docs/website/news.html | |
parent | 6f1e216e3073e1a033403f28978fe92f14aa172a (diff) | |
download | buildroot-ee99149fe49411739b666ec818be5bf3337d35df.tar.gz buildroot-ee99149fe49411739b666ec818be5bf3337d35df.tar.bz2 |
docs/website: update for 2017.02.10
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/website/news.html')
-rw-r--r-- | docs/website/news.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/website/news.html b/docs/website/news.html index be8ba8bf32..59093577c9 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,25 @@ <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.10 released</h4> + <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 January 2018</small></p> + </div> + <div class="timeline-body"> + <p>The 2017.02.10 bugfix release is out, fixing a number of important / + security related issues discovered since the 2017.02.9 release. See the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2017.02.10">CHANGES</a> + file for more details, read the + <a href="http://lists.busybox.net/pipermail/buildroot/2018-January/212844.html">announcement</a> + and go to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2017.02.10.tar.bz2">2017.02.10 release</a>.</p> + </div> + </div> + </li> + <li class="timeline-inverted"> <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div> <div class="timeline-panel"> |