diff options
Diffstat (limited to 'etc/news.scm')
-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 fd75225747..61fc6b6255 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -24,6 +24,14 @@ Systemdienst bereits in Ihrer Konfiguration für Guix System ausdrücklich genannt wurde, sollten Sie ihn jetzt daraus entfernen. Siehe den Abschnitt „Log-Rotation“ im Handbuch für weitere Informationen."))) + (entry (commit "b6bee63bed4f013064c0d902e7c8b83ed7514ade") + (title (en "@code{guile} package now refers to version 3.0")) + (body (en "The @code{guile} package has been upgraded to version 3.0 + (instead of 2.2). The @code{guile3.0-} packages have been renamed to their +original name, and @code{guile2.2-} variants of these packages have been +defined. Additionally, derivations are now all built with Guile 3.0, and +system services also run on 3.0."))) + (entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444") (title (en "@command{guix pull} now supports SSH authenticated repositories") |