diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-10-24 00:13:23 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-10-24 00:13:23 +0200 |
commit | f82b1edd6ab8f8f500f7849063f77bd0d02898a2 (patch) | |
tree | 8e7bf5bf77fa32453f0d27ec328ee4b02050cd9d | |
parent | f2b107560c4e490ac588fe3a72bfeca4dc6a9e70 (diff) | |
download | buildroot-f82b1edd6ab8f8f500f7849063f77bd0d02898a2.tar.gz buildroot-f82b1edd6ab8f8f500f7849063f77bd0d02898a2.zip |
docs/website: update for 2017.08.1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | docs/website/download.html | 18 | ||||
-rw-r--r-- | docs/website/news.html | 19 |
2 files changed, 28 insertions, 9 deletions
diff --git a/docs/website/download.html b/docs/website/download.html index 81b0c95abc..f9c8c1c8d6 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -42,37 +42,37 @@ </div> </div> - <h3 style="text-align: center;">Latest stable release: <b>2017.08</b></h3> + <h3 style="text-align: center;">Latest stable release: <b>2017.08.1</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.08.tar.gz"><img src="images/zip.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2017.08.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a> </div> <div class="back"> - <a href="/downloads/buildroot-2017.08.tar.gz"><img src="images/zip.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2017.08.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a> </div> </div> </div> - <h3><a href="/downloads/buildroot-2017.08.tar.gz">buildroot-2017.08.tar.gz</a></h3> - <p><a href="/downloads/buildroot-2017.08.tar.gz.sign">PGP signature</a></p> + <h3><a href="/downloads/buildroot-2017.08.1.tar.gz">buildroot-2017.08.1.tar.gz</a></h3> + <p><a href="/downloads/buildroot-2017.08.1.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.08.tar.bz2"><img src="images/package.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2017.08.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a> </div> <div class="back"> - <a href="/downloads/buildroot-2017.08.tar.bz2"><img src="images/package.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2017.08.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a> </div> </div> </div> - <h3><a href="/downloads/buildroot-2017.08.tar.bz2">buildroot-2017.08.tar.bz2</a></h3> - <p><a href="/downloads/buildroot-2017.08.tar.bz2.sign">PGP signature</a></p> + <h3><a href="/downloads/buildroot-2017.08.1.tar.bz2">buildroot-2017.08.1.tar.bz2</a></h3> + <p><a href="/downloads/buildroot-2017.08.1.tar.bz2.sign">PGP signature</a></p> </div> </div> <!-- diff --git a/docs/website/news.html b/docs/website/news.html index 41a7577ad3..909e239c5f 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.08.1 released</h4> + <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>23 October 2017</small></p> + </div> + <div class="timeline-body"> + <p>The 2017.08.1 bugfix release is out, fixing a number of important / + security related issues discovered since the 2017.08 release. See the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2017.08.1">CHANGES</a> + file for more details, read the + <a href="http://lists.busybox.net/pipermail/buildroot/2017-October/205323.html">announcement</a> + and go to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2017.08.1.tar.bz2">2017.08.1 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"> |