[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72537] [PATCH 2/5] news: Add entry for removing linux-libre 6.9 ("e
From: |
Wilko Meyer |
Subject: |
[bug#72537] [PATCH 2/5] news: Add entry for removing linux-libre 6.9 ("end of life"). |
Date: |
Fri, 9 Aug 2024 11:09:20 +0200 |
* etc/news.scm: Add entry for linux-libre 6.9 removal.
Change-Id: Ic457b2ed7beaf860eec7fcad09362f6013ecc2a0
---
etc/news.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index d91667bd52..817c65c8c5 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -32,6 +32,19 @@
(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 "ee7e5e00bf2b9257e67d785b37efddb008c5da37")
(title
(en "Plasma updated to version 6.1.2")
--
2.45.2
- [bug#72537] [PATCH 0/5] gnu: Remove linux-libre 6.9., Wilko Meyer, 2024/08/09
- [bug#72537] [PATCH 2/5] news: Add entry for removing linux-libre 6.9 ("end of life").,
Wilko Meyer <=
- [bug#72537] [PATCH 4/5] gnu: Add linux-libre-headers-latest., Wilko Meyer, 2024/08/09
- [bug#72537] [PATCH 5/5] gnu: libbpf: Switch from linux-libre-headers-6.9 to linux-libre-headers-latest., Wilko Meyer, 2024/08/09
- [bug#72537] [PATCH 3/5] gnu: linux-libre: Update the default linux-libre package to the 6.10 series., Wilko Meyer, 2024/08/09
- [bug#72537] [PATCH 1/5] gnu: Remove linux-libre 6.9., Wilko Meyer, 2024/08/09
- [bug#72537] [PATCH 0/5] gnu: Remove linux-libre 6.9., Leo Famulari, 2024/08/12
- [bug#72537] [PATCH v2 1/5] gnu: Remove linux-libre 6.9., Wilko Meyer, 2024/08/14