diff options
author | Leo Famulari <leo@famulari.name> | 2023-01-08 15:49:21 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-01-08 15:49:53 -0500 |
commit | 56b56db13ed82e8f44948d6742e61b8653c97148 (patch) | |
tree | 6e9fd0957e51f5b2802f6ce9cc1abb3c07dc4f75 | |
parent | 064c5b7e450f9f6d55cfcd0ec2bc9e96ee0b2958 (diff) | |
download | guix-56b56db13ed82e8f44948d6742e61b8653c97148.tar.gz |
news: Add entry about the removal of linux-libre 4.9.
* 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 86451495fd..35cb1c7e55 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -26,6 +26,14 @@ (channel-news (version 0) + (entry (commit "064c5b7e450f9f6d55cfcd0ec2bc9e96ee0b2958") + (title + (en "Linux-libre 4.9 removed due to end of upstream support")) + (body + (en "The linux-libre 4.9 kernel series has reach the end of its life, +and is no longer supported upstream. For this reason, it has been removed from +GNU Guix."))) + (entry (commit "dfc6957a5af7d179d4618eb19d4f555c519bc6f2") (title (en "New @code{customize-linux} procedure") |