[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72537] [PATCH v3 2/5] news: Add entry for removing linux-libre 6.9
From: |
Wilko Meyer |
Subject: |
[bug#72537] [PATCH v3 2/5] news: Add entry for removing linux-libre 6.9 ("end of life"). |
Date: |
Wed, 14 Aug 2024 22:30:27 +0200 |
* etc/news.scm: Add entry for linux-libre 6.9 removal.
Change-Id: Ic457b2ed7beaf860eec7fcad09362f6013ecc2a0
---
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}")
--
2.45.2
- [bug#72537] [PATCH v2 2/5] news: Add entry for removing linux-libre 6.9 ("end of life")., (continued)