summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-01-04 12:26:50 -0500
committerLeo Famulari <leo@famulari.name>2025-01-04 12:28:26 -0500
commitb8858d8b1344525d0d7ac78d8fb9dc1a577b85d3 (patch)
treedf18efc81a03cf1e312a8d05214fa802638e5488
parent7b40b9d2d2ddafd6945f18f19f5e621086d57169 (diff)
news: Add entry for removing linux-libre 4.19 ("end of life").
* etc/news.scm: Add entry for linux-libre 4.19 removal. Change-Id: Iba018ef96d6034cefd1d5fea16af6a937fec4308
-rw-r--r--etc/news.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index ddbc3a98d69..628d6b32d89 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -35,6 +35,18 @@
35(channel-news 35(channel-news
36 (version 0) 36 (version 0)
37 37
38 (entry (commit "7b40b9d2d2ddafd6945f18f19f5e621086d57169")
39 (title
40 (en "Linux-libre 4.19 removed due to end of upstream support")
41 (de "Linux-libre 4.19 wurde entfernt"))
42 (body
43 (en "The linux-libre 4.19 kernel series has reached the end of its
44 life, and is no longer supported upstream. For this reason, it has
45 been removed from GNU Guix.")
46 (de "Die linux-libre 4.19-Versionsreihe hat ihr Supportende erreicht
47 und wird nicht mehr unterstützt („end of life“). Daher ist die
48 Versionsreihe aus GNU Guix entfernt worden.")))
49
38 (entry (commit "1305f78d05f4e0027162c1b7e783fc127a49fb8e") 50 (entry (commit "1305f78d05f4e0027162c1b7e783fc127a49fb8e")
39 (title 51 (title
40 (en "@command{guix system reconfigure} now supports kexec") 52 (en "@command{guix system reconfigure} now supports kexec")