diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-12-19 23:34:13 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-12-19 23:34:13 +0100 |
commit | ed1a8b57ee8dc79bb4b75086513c25a13198522c (patch) | |
tree | 37d975d332316c1421d447ab753008e1d5715d2c /docs/website/news.html | |
parent | ab3d2dead1691466d2c034d7cedfc7bafef5e7e7 (diff) | |
download | buildroot-ed1a8b57ee8dc79bb4b75086513c25a13198522c.tar.gz buildroot-ed1a8b57ee8dc79bb4b75086513c25a13198522c.zip |
docs/website: update for 2018.11.1
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 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"> |