diff options
author | Wilko Meyer <w@wmeyer.eu> | 2024-11-01 23:22:14 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-11-09 14:18:59 -0500 |
commit | 14abf6e19e5c24fa690a443f5467e7f0b6eafcc5 (patch) | |
tree | 69620c0c854a4f7134563ff225b4d8d3f2d64e96 | |
parent | cfc85eb0c67a5cf10a3fbe2531b926cbb8c62489 (diff) | |
download | guix-14abf6e19e5c24fa690a443f5467e7f0b6eafcc5.tar.gz guix-14abf6e19e5c24fa690a443f5467e7f0b6eafcc5.zip |
news: Add entry for removing linux-libre 6.10 ("end of life").
* etc/news.scm: Add entry for linux-libre 6.10 removal.
Change-Id: If1bc44d8d31deddf7b214678e5024f78ac3bd22a
Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r-- | etc/news.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 4929fa2a9a..fbf16615df 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -33,6 +33,18 @@ (channel-news (version 0) + (entry (commit "cfc85eb0c67a5cf10a3fbe2531b926cbb8c62489") + (title + (en "Linux-libre 6.10 removed due to end of upstream support") + (de "Linux-libre 6.10 wurde entfernt")) + (body + (en "The linux-libre 6.10 kernel series has reached the end of + its life, and is no longer supported upstream. For this + reason, it has been removed from GNU Guix.") + (de "Die @code{linux-libre} 6.10-Versionsreihe hat ihr +Supportende erreicht und wird nicht mehr unterstützt („end of life“). Daher ist die +Versionsreihe aus GNU Guix entfernt worden."))) + (entry (commit "5966e0fdc78771c562e0f484a22f381a77908be0") (title (en "Daemon vulnerability allowing takeover of build users fixed") |