gnu: r-biocset: Fix spelling of "ability".
[jackhill/guix/guix.git] / etc / news.scm
index 4fffa58..1b40a13 100644 (file)
@@ -1,6 +1,6 @@
 ;; GNU Guix news, for use by 'guix pull'.
 ;;
-;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
+;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org>
 ;;
 ;; Copying and distribution of this file, with or without modification, are
 ;; permitted in any medium without royalty provided the copyright notice and
@@ -9,15 +9,33 @@
 (channel-news
  (version 0)
 
+ (entry (commit "8234fe653e61d0090138cbd4c48d877568355439")
+        (title (en "Guix now runs on Guile 3.0"))
+        (body (en "The Guix revision you just pulled runs on version 3.0 of
+GNU@tie{}Guile (previously it would run on version 2.2).  Guile 3.0 improves
+performance through the use of just-in-time (JIT) native code generation.  The
+switch should be entirely transparent to you.  See
+@uref{https://gnu.org/software/guile} for more information on Guile 3.0.")))
+
  (entry (commit "828a39da68a9169ef1d9f9ff02a1c66b1bcbe884")
-        (title (en "New @option{--diff} option for @command{guix challenge}"))
+        (title (en "New @option{--diff} option for @command{guix challenge}")
+               (de "Neue @option{--diff}-Option für @command{guix challenge}"))
         (body (en "The @command{guix challenge} command, which compares
 binaries provided by different substitute servers as well as those built
 locally, has a new @option{--diff} option.  With @option{--diff=simple} (the
 default), @command{guix challenge} automatically downloads binaries and
 reports the list of differing files; @option{--diff=diffoscope} instructs it
 to pass them to @command{diffoscope}, which simplifies the comparison process.
-Run @command{info \"(guix) Invoking guix challenge\"}, for more info.")))
+Run @command{info \"(guix) Invoking guix challenge\"}, for more info.")
+              (de "Der Befehl @command{guix challenge}, mit dem Binärdateien
+von unterschiedlichen Substitut-Servern oder lokale Erstellungen miteinander
+verglichen werden können, hat eine neue Befehlszeilenoption @option{--diff}
+bekommen.  Bei @option{--diff=simple} (der Voreinstellung) lädt @command{guix
+challenge} automatisch Binärdateien herunter und listet sich unterscheidende
+Dateien auf; wird @option{--diff=diffoscope} angegeben, werden sie an
+@command{diffoscope} geschickt, was deren Vergleich erleichtert.  Führen Sie
+@command{info \"(guix.de) Aufruf von guix challenge\"} aus, um nähere
+Informationen zu erhalten.")))
 
  (entry (commit "f675f8dec73d02e319e607559ed2316c299ae8c7")
         (title (en "New command @command{guix time-machine}")