diff options
author | 2018-12-19 23:34:13 +0100 | |
---|---|---|
committer | 2018-12-19 23:34:13 +0100 | |
commit | ed1a8b57ee8dc79bb4b75086513c25a13198522c (patch) | |
tree | 37d975d332316c1421d447ab753008e1d5715d2c /docs | |
parent | ab3d2dead1691466d2c034d7cedfc7bafef5e7e7 (diff) | |
download | buildroot-ed1a8b57ee8dc79bb4b75086513c25a13198522c.tar.gz buildroot-ed1a8b57ee8dc79bb4b75086513c25a13198522c.tar.bz2 |
docs/website: update for 2018.11.1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs')
-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 b447251a10..2125bb78ad 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>2018.11</b></h3> + <h3 style="text-align: center;">Latest stable release: <b>2018.11.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-2018.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2018.11.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a> </div> <div class="back"> - <a href="/downloads/buildroot-2018.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2018.11.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a> </div> </div> </div> - <h3><a href="/downloads/buildroot-2018.11.tar.gz">buildroot-2018.11.tar.gz</a></h3> - <p><a href="/downloads/buildroot-2018.11.tar.gz.sign">PGP signature</a></p> + <h3><a href="/downloads/buildroot-2018.11.1.tar.gz">buildroot-2018.11.1.tar.gz</a></h3> + <p><a href="/downloads/buildroot-2018.11.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-2018.11.tar.bz2"><img src="images/package.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2018.11.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a> </div> <div class="back"> - <a href="/downloads/buildroot-2018.11.tar.bz2"><img src="images/package.png" width="180" alt=""></a> + <a href="/downloads/buildroot-2018.11.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a> </div> </div> </div> - <h3><a href="/downloads/buildroot-2018.11.tar.bz2">buildroot-2018.11.tar.bz2</a></h3> - <p><a href="/downloads/buildroot-2018.11.tar.bz2.sign">PGP signature</a></p> + <h3><a href="/downloads/buildroot-2018.11.1.tar.bz2">buildroot-2018.11.1.tar.bz2</a></h3> + <p><a href="/downloads/buildroot-2018.11.1.tar.bz2.sign">PGP signature</a></p> </div> </div> <!-- diff --git a/docs/website/news.html b/docs/website/news.html index a6ac140748..a2ee46df51 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">2018.11.1 released</h4> + <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>19 December 2018</small></p> + </div> + <div class="timeline-body"> + <p>The 2018.11.1 bugfix release is out, fixing a number of important / + security related issues discovered since the 2018.11 release. See the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2018.11.1">CHANGES</a> + file for more details, read the + <a href="http://lists.busybox.net/pipermail/buildroot/2018-December/239184.html">announcement</a> + and go to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2018.11.1.tar.bz2">2018.11.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"> |