forked from buildroot/buildroot
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Peter Korsgaard <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,25 @@ | |
<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">2024.02.6 released</h4> | ||
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>9 September 2024</small></p> | ||
</div> | ||
<div class="timeline-body"> | ||
<p>The 2024.02.6 bugfix release is out, fixing a number of important / | ||
security related issues discovered since the 2024.02.5 release. See the | ||
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2024.02.6/CHANGES">CHANGES</a> | ||
file for more details, read the | ||
<a href="https://lore.kernel.org/buildroot/[email protected]/T/#u">announcement</a> | ||
and go to the <a href="/downloads/">downloads page</a> to pick up the | ||
<a href="/downloads/buildroot-2024.02.6.tar.xz">2024.02.6 release</a>.</p> | ||
</div> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div> | ||
<div class="timeline-panel"> | ||
|