diff options
author | Wilko Meyer <w@wmeyer.eu> | 2024-06-17 14:06:58 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-06-17 12:04:20 -0400 |
commit | 71c678a16aae416298a0e3fa322b425315bb7b00 (patch) | |
tree | 0ec38fe5e808d01cbfb427c886bad4d75d53c7ec /etc/news.scm | |
parent | 6fad0fd1c32db2cb25447b694f08d5c7836536ad (diff) | |
download | guix-71c678a16aae416298a0e3fa322b425315bb7b00.tar.gz guix-71c678a16aae416298a0e3fa322b425315bb7b00.zip |
news: Add entry for removing linux-libre 6.8 ("end of life").
* etc/news.scm: Add entry for linux-libre 6.8 removal.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I9f91c810d5be7ab790c82bfa16a43e4893c06920
Diffstat (limited to 'etc/news.scm')
-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 a511b7ffbc..b5f342fcd4 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -31,6 +31,18 @@ (channel-news (version 0) + (entry (commit "8511ea597bcf1d1452ef617023c90fdd038b722e") + (title + (en "Linux-libre 6.8 removed due to end of upstream support") + (de "Linux-libre 6.8 wurde entfernt")) + (body + (en "The linux-libre 6.8 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.8-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 "8d1d98a3aa3448b9d983e4bd64243a938b96e8ab") (title (en "@command{guix git authenticate} usage simplified") |