diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2019-02-13 09:03:54 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2019-02-13 09:03:54 +0100 |
| commit | 23a288533340c9dd6d5b337ec9c27e96decaf252 (patch) | |
| tree | 70576a05b0b6b89d204021a9275f3182478a43ac /docs/website/news.html | |
| parent | fd8a02fd75d652b85f64c1cd7e9adf1ee2329261 (diff) | |
| download | buildroot-23a288533340c9dd6d5b337ec9c27e96decaf252.tar.gz buildroot-23a288533340c9dd6d5b337ec9c27e96decaf252.zip | |
Update for 2019.02-rc1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/website/news.html')
| -rw-r--r-- | docs/website/news.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/website/news.html b/docs/website/news.html index 6f7ebad5d7..d72c6b7fcf 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,29 @@ <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">2019.02-rc1 released</h4> + <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>13 February 2019</small></p> + </div> + <div class="timeline-body"> + <p>We have a new release candidate! Lots of changes all over the + tree, see the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2019.02-rc1">CHANGES</a> + file for details. + </p> + + <p>Head to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2019.02-rc1.tar.bz2">2019.02-rc1 + release candidate</a>, and report any problems found to the + <a href="support.html">mailing list</a> or + <a href="https://bugs.buildroot.org">bug tracker</a>.</p> + </div> + </div> + </li> + <li> <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div> <div class="timeline-panel"> |

