summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-02-26 17:15:19 -0500
committerLeo Famulari <leo@famulari.name>2021-02-28 14:58:03 -0500
commita78058a80bd618a09280db430fa89158a7e3b6b6 (patch)
tree9ad8a0b2626adaf00cb84c24c85e84246bca826e
parent7c15b9cfd23031a53ca60b5710254ad1ad762b8d (diff)
news: Add entry for the linux-libre 5.11 update.
* etc/news.scm: Add entry.
-rw-r--r--etc/news.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 5c5f26d96dc..3b8685549b1 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -10,6 +10,7 @@
10;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> 10;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com>
11;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> 11;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
12;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> 12;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
13;; Copyright © 2021 Leo Famulari <leo@famulari.name>
13;; 14;;
14;; Copying and distribution of this file, with or without modification, are 15;; Copying and distribution of this file, with or without modification, are
15;; permitted in any medium without royalty provided the copyright notice and 16;; permitted in any medium without royalty provided the copyright notice and
@@ -18,6 +19,23 @@
18(channel-news 19(channel-news
19 (version 0) 20 (version 0)
20 21
22 (entry (commit "1b5b882120daf7d111aa351a919a90e818324347")
23 (title
24 (en "The @code{linux-libre} kernel is updated to 5.11.2")
25 (fr "Le noyau @code{linux-libre} est mis à jour vers la 5.11.2"))
26 (body
27 (en "The default @code{linux-libre} kernel is now based on the 5.11
28stable kernel series, beginning with version 5.11.2. Promiment features include
29improved Wine performance, unprivileged Overlayfs mounts, support for Intel SGX,
30support for new graphics hardware, and improved performance of the Btrfs
31file system.")
32 (fr "Le noyau @code{linux-libre} par défaut est maintenant basé sur la
33lignée stable 5.11 du noyau, à commencer par la version 5.11.2. Parmi les
34fonctionnalités notables on trouve des performances améliorées pour Wine, le
35montage Overlayfs non privilégié, la prise en charge d'Intel SGX, celle des
36nouveaux périphériques graphiques et de meilleures performances du système de
37fichiers Btrfs.")))
38
21 (entry (commit "6e8cdf1d26092cb9654e179b04730fff7c15c94f") 39 (entry (commit "6e8cdf1d26092cb9654e179b04730fff7c15c94f")
22 (title 40 (title
23 (en "The @command{guix system image} command can now operate on image records") 41 (en "The @command{guix system image} command can now operate on image records")