Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
docs/website: update for 2017.02.6
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
jacmet committed Sep 24, 2017
1 parent f622792 commit fbd3e01
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/website/download.html
Expand Up @@ -8,37 +8,37 @@
<div class="panel-heading">Download</div>
<div class="panel-body">

<h3 style="text-align: center;">Latest long term support release: <b>2017.02.5</b></h3>
<h3 style="text-align: center;">Latest long term support release: <b>2017.02.6</b></h3>

<div class="row mt centered">
<div class="col-sm-6">
<div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
<div class="flipper">
<div class="front">
<a href="/downloads/buildroot-2017.02.5.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
<a href="/downloads/buildroot-2017.02.6.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
</div>
<div class="back">
<a href="/downloads/buildroot-2017.02.5.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
<a href="/downloads/buildroot-2017.02.6.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
</div>
</div>
</div>
<h3><a href="/downloads/buildroot-2017.02.5.tar.gz">buildroot-2017.02.5.tar.gz</a></h3>
<p><a href="/downloads/buildroot-2017.02.5.tar.gz.sign">PGP signature</a></p>
<h3><a href="/downloads/buildroot-2017.02.6.tar.gz">buildroot-2017.02.6.tar.gz</a></h3>
<p><a href="/downloads/buildroot-2017.02.6.tar.gz.sign">PGP signature</a></p>
</div>
<div class="col-sm-6">
<div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
<div class="flipper">
<div class="front">
<a href="/downloads/buildroot-2017.02.5.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
<a href="/downloads/buildroot-2017.02.6.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
</div>
<div class="back">
<a href="/downloads/buildroot-2017.02.5.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
<a href="/downloads/buildroot-2017.02.6.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
</div>
</div>
</div>

<h3><a href="/downloads/buildroot-2017.02.5.tar.bz2">buildroot-2017.02.5.tar.bz2</a></h3>
<p><a href="/downloads/buildroot-2017.02.5.tar.bz2.sign">PGP signature</a></p>
<h3><a href="/downloads/buildroot-2017.02.6.tar.bz2">buildroot-2017.02.6.tar.bz2</a></h3>
<p><a href="/downloads/buildroot-2017.02.6.tar.bz2.sign">PGP signature</a></p>
</div>
</div>

Expand Down
19 changes: 19 additions & 0 deletions docs/website/news.html
Expand Up @@ -9,6 +9,25 @@
<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.02.6 released</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>24 September 2017</small></p>
</div>
<div class="timeline-body">
<p>The 2017.02.6 bugfix release is out, fixing a number of important /
security related issues discovered since the 2017.02.5 release. See the
<a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2017.02.6">CHANGES</a>
file for more details, read the
<a href="http://lists.busybox.net/pipermail/buildroot/2017-September/203197.html">announcement</a>
and go to the <a href="/downloads/">downloads page</a> to pick up the
<a href="/downloads/buildroot-2017.02.6.tar.bz2">2017.02.6 release</a>.</p>
</div>
</div>
</li>

<li>
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
<div class="timeline-panel">
Expand Down

0 comments on commit fbd3e01

Please sign in to comment.