aboutsummaryrefslogtreecommitdiff
blob: 06527c671762a9b56f71c2b9037a80c9ad91a734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: 'Repository news items'
navtitle: 'News items'

nav1: support

nav2: news-items
nav2-show: true
---
<p class="lead">
  Important news regarding packages available in Gentoo are published via <em>news items</em>. They can be found below.
</p>

<div class="alert alert-info">
  <strong>Which items affect me?</strong>
  <p>
  This page lists <strong>all</strong> available news items for the official Gentoo ebuild repository, but sometimes items don't affect you because you don't have the relevant package installed,
  or use a different architecture.
  <br>
  The <kbd>emerge</kbd> command provides notifications after each operation if there are news items affecting the system configuration:
  </p>
  <p>
  <pre>
  * IMPORTANT: 2 news items need reading for repository 'gentoo'.
  * Use eselect news to read news items.</pre>
  </p>
  Use <kbd>eselect news read new</kbd> to read the pending items and mark them as read.
</div>

<p>
  For more information on the "Critical News" publication system, please see <a href="https://wiki.gentoo.org/wiki/GLEP:42">GLEP 42</a>.
</p>

<h2>Published news items</h2>

<table class="table table-condensed table-striped">
  <tr>
    <th>Date</th>
    <th>Title</th>
  </tr>
  {% for entry in site.data.newsitems %}
    <tr>
      <td>{{ entry.date | xml_escape }}</td>
      <td><a href="{{ entry.url }}">{{ entry.title | xml_escape }}</a></td>
    </tr>
  {% endfor %}
</table>