diff options
author | Leo Famulari <leo@famulari.name> | 2023-01-13 19:10:29 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-01-13 19:11:08 -0500 |
commit | 08b454f0e5a853907f21397fb5c214abddcd710a (patch) | |
tree | 64afa5158291eb36687cc8653c1ad78b2ade03e2 | |
parent | 9ea37eb9f5329c213757bbfe5d9241cde8433858 (diff) | |
download | guix-08b454f0e5a853907f21397fb5c214abddcd710a.tar guix-08b454f0e5a853907f21397fb5c214abddcd710a.tar.gz |
news: Add entry about the removal of linux-libre 6.0.
* etc/news.scm: Add entry
-rw-r--r-- | etc/news.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 1d1b739b5c..acd322dff1 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -26,6 +26,14 @@ (channel-news (version 0) + (entry (commit "9ea37eb9f5329c213757bbfe5d9241cde8433858") + (title + (en "Linux-libre 6.0 removed due to end of upstream support")) + (body + (en "The linux-libre 6.0 kernel series has reached the end of + its life, and no longer supported upstream. For this + reason, it has been removed from GNU Guix."))) + (entry (commit "ce8a34bc9ab89f31f107383ba791954864aed372") (title (en "Linux-libre kernel updated to 6.1") |