diff options
author | Leo Famulari <leo@famulari.name> | 2023-08-10 12:12:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-07-23 22:26:00 -0400 |
commit | 16e2547df5774841c59941cbabda65a6cba1244b (patch) | |
tree | 654c2f5994947ee595e1fb8edf8690b8f44bd886 /etc/news.scm | |
parent | bb7d40c1cd2eaa9256e7cbbc397aac4eb4a56230 (diff) |
news: Add entry about the removal of linux-libre 6.3.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/etc/news.scm b/etc/news.scm index d3fe1c2620..14ab06f5fb 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -10,7 +10,7 @@ ;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> ;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;; Copyright © 2020, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> -;; Copyright © 2021 Leo Famulari <leo@famulari.name> +;; Copyright © 2021–2023 Leo Famulari <leo@famulari.name> ;; Copyright © 2021 Zhu Zihao <all_but_last@163.com> ;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> ;; Copyright © 2021, 2022 Maxime Devos <maximedevos@telenet.be> @@ -26,6 +26,18 @@ (channel-news (version 0) + (entry (commit "db775e7367e8deffb513aad94f4afb875d796d0b") + (title + (en "Linux-libre 6.3 removed due to end of upstream support") + (de "Linux-libre 6.3 wurde entfernt")) + (body + (en "The linux-libre 6.3 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 "Vom Kernel @code{linux-libre} wird die 6.3-Versionsreihe keine +Unterstützung von dessen Anbieter mehr erfahren („end of life“). Daher ist es +aus GNU Guix entfernt worden."))) + (entry (commit "bff1f2d4d07e934ea296f9c724b5337996a27c44") (title (en "Linux-libre kernel updated to 6.4") |