lfam pushed a commit to branch kernel-updates
in repository guix.
commit 9d30f615bc1dc516b757162a2b5623055bd4510a
Author: Wilko Meyer <[email protected]>
AuthorDate: Wed Aug 14 22:30:27 2024 +0200
news: Add entry for removing linux-libre 6.9 ("end of life").
* etc/news.scm: Add entry for linux-libre 6.9 removal.
Change-Id: Ic457b2ed7beaf860eec7fcad09362f6013ecc2a0
Signed-off-by: Leo Famulari <[email protected]>
---
etc/news.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index 3aaf87d4b8..2cd4b50131 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -32,6 +32,18 @@
(channel-news
(version 0)
+ (entry (commit "")
+ (title
+ (en "Linux-libre 6.9 removed due to end of upstream support")
+ (de "Linux-libre 6.9 wurde entfernt"))
+ (body
+ (en "The linux-libre 6.9 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.9-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 "26638b8e8129aa755586d017677b4cf076bafda6")
(title
(en "The containerd service is separated from
@code{docker-service-type}")