diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-11-30 22:35:17 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-11-30 22:35:17 +0100 |
commit | 9dd76697ccd2bac65a78fd7687899e1c9ca14465 (patch) | |
tree | 82e0f7bb22a347ed1519157067693fe47077ee3d /docs/website | |
parent | fb2ed961988867ab77c48786075e03a6110d1d0a (diff) | |
download | buildroot-9dd76697ccd2bac65a78fd7687899e1c9ca14465.tar.gz buildroot-9dd76697ccd2bac65a78fd7687899e1c9ca14465.zip |
Update for 2017.112017.11
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/website')
-rw-r--r-- | docs/website/download.html | 22 | ||||
-rw-r--r-- | docs/website/news.html | 18 |
2 files changed, 29 insertions, 11 deletions
diff --git a/docs/website/download.html b/docs/website/download.html index 2ea8890eed..6f26d67e5e 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -42,40 +42,40 @@ </div> </div> - <h3 style="text-align: center;">Latest stable release: <b>2017.08.2</b></h3> + <h3 style="text-align: center;">Latest stable release: <b>2017.11</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.2.tar.gz"><img src="images/zip.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2017.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a> </div> <div class="back"> - <a href="/downloads/buildroot-2017.08.2.tar.gz"><img src="images/zip.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2017.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a> </div> </div> </div> - <h3><a href="/downloads/buildroot-2017.08.2.tar.gz">buildroot-2017.08.2.tar.gz</a></h3> - <p><a href="/downloads/buildroot-2017.08.2.tar.gz.sign">PGP signature</a></p> + <h3><a href="/downloads/buildroot-2017.11.tar.gz">buildroot-2017.11.tar.gz</a></h3> + <p><a href="/downloads/buildroot-2017.11.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.2.tar.bz2"><img src="images/package.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2017.11.tar.bz2"><img src="images/package.png" width="180" alt=""></a> </div> <div class="back"> - <a href="/downloads/buildroot-2017.08.2.tar.bz2"><img src="images/package.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2017.11.tar.bz2"><img src="images/package.png" width="180" alt=""></a> </div> </div> </div> - <h3><a href="/downloads/buildroot-2017.08.2.tar.bz2">buildroot-2017.08.2.tar.bz2</a></h3> - <p><a href="/downloads/buildroot-2017.08.2.tar.bz2.sign">PGP signature</a></p> + <h3><a href="/downloads/buildroot-2017.11.tar.bz2">buildroot-2017.11.tar.bz2</a></h3> + <p><a href="/downloads/buildroot-2017.11.tar.bz2.sign">PGP signature</a></p> </div> </div> - +<!-- <h3 style="text-align: center;">Latest release candidate: <b>2017.11-rc2</b></h3> <div class="row mt centered"> <div class="col-sm-6"> @@ -109,7 +109,7 @@ <p><a href="/downloads/buildroot-2017.11-rc2.tar.bz2.sign">PGP signature</a></p> </div> </div> - +--> This and earlier releases (and their PGP signatures) can always be downloaded from <a href="/downloads/">http://buildroot.net/downloads/</a>. </div> diff --git a/docs/website/news.html b/docs/website/news.html index e5b108a89d..5de000f685 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,24 @@ <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.11 released</h4> + <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 November 2017</small></p> + </div> + <div class="timeline-body"> + <p>The stable 2017.11 release is out - Thanks to everyone + contributing and testing the release candidates. See the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2017.11">CHANGES</a> + file for more details + and go to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2017.11.tar.bz2">2017.11 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"> |