diff options
author | Wilko Meyer <w@wmeyer.eu> | 2024-04-08 20:13:39 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-04-30 17:58:05 -0400 |
commit | fc8f04726c3f16a133bf779a9b24ff91e3c85186 (patch) | |
tree | 577ebfe4bc9661e2b1a57ca423e53619600c494b /etc | |
parent | 238a74c7dfd1469af064b445abcee38fd7408d5b (diff) | |
download | guix-fc8f04726c3f16a133bf779a9b24ff91e3c85186.tar.gz guix-fc8f04726c3f16a133bf779a9b24ff91e3c85186.zip |
news: Add entry for removing linux-libre 6.7 (EoL).
* etc/news.scm: Add entry for linux-libre 6.7 removal.
Change-Id: I8fe3eb3f68023e85fcac7549c06d2cc26cd8e810
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'etc')
-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 0be432f872..44eeb13919 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -31,6 +31,18 @@ (channel-news (version 0) + (entry (commit "238a74c7dfd1469af064b445abcee38fd7408d5b") + (title + (en "Linux-libre 6.7 removed due to end of upstream support") + (de "Linux-libre 6.7 wurde entfernt")) + (body + (en "The linux-libre 6.7 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.7-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 "67a3a83170c038d2eb084d3f53a7ea7b033aea74") (title (en "@code{nss-certs} is now included in @code{%base-packages}") |