summary refs log tree commit diff
path: root/etc/news.scm
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2024-01-14 03:01:38 +0100
committerLeo Famulari <leo@famulari.name>2024-01-22 13:25:30 -0500
commit497780ad25faf71d3ace39efe7451ef01e353d5b (patch)
treeb47e5fa3999c6f920d49e277600e5ae97c95638d /etc/news.scm
parent10a193596368443f441077525ebbddf787d91e4b (diff)
downloadguix-497780ad25faf71d3ace39efe7451ef01e353d5b.tar.gz
news: Add entry for removing linux-libre 4.14 (EoL).
* etc/news.scm: Add entry for linux-libre 4.14 removal and add my copyright
header.

Change-Id: I5c2418bc22a4ae2bba63c1cf77e66d2574766e01
Diffstat (limited to 'etc/news.scm')
-rw-r--r--etc/news.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index ffb483fea0..3e8c88499f 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -19,6 +19,7 @@
 ;; Copyright © 2021, 2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;; Copyright © 2022 Thiago Jung Bauermann <bauermann@kolabnow.com>
 ;; Copyright © 2024 Oleg Pykhalov <go.wigust@gmail.com>
+;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
 ;;
 ;; Copying and distribution of this file, with or without modification, are
 ;; permitted in any medium without royalty provided the copyright notice and
@@ -27,6 +28,18 @@
 (channel-news
  (version 0)
 
+ (entry (commit "10a193596368443f441077525ebbddf787d91e4b")
+        (title
+          (en "Linux-libre 4.14 removed due to end of upstream support")
+          (de "Linux-libre 4.14 wurde entfernt"))
+        (body
+          (en "The linux-libre 4.14 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} 4.14-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 "519e1e3eb88ec532fc83ebb742d9919269b57c87")
         (title
          (de "Neue Option @samp{--max-layers=N} für den Befehl @command{guix pack}")