diff options
author | Konrad Hinsen <konrad.hinsen@fastmail.net> | 2019-11-08 11:16:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-15 23:29:06 +0100 |
commit | 067305977c4580c71c579b098af1e9dee85ce10a (patch) | |
tree | 5f6b7ef95ac748bc17f849164bd505b3a12b6f94 /etc/news.scm | |
parent | 1d5485690ba75d6b355fd519caf40881a606678b (diff) | |
download | patches-067305977c4580c71c579b098af1e9dee85ce10a.tar patches-067305977c4580c71c579b098af1e9dee85ce10a.tar.gz |
news: Add entry for "guix time-machine".
* etc/news.scm: Add entry for 'guix time-machine'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index b04e24a589..0b0eebf2aa 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -9,6 +9,24 @@ (channel-news (version 0) + (entry (commit "f675f8dec73d02e319e607559ed2316c299ae8c7") + (title (en "New command @command{guix time-machine}") + (de "Neuer Befehl @command{guix time-machine}") + (fr "Nouvelle commande @command{guix time-machine}")) + (body (en "The new command @command{guix time-machine} facilitates +access to older or newer revisions of Guix than the one that is installed. +It can be used to install different versions of packages, and to +re-create computational environments exactly as used in the past.") + (de "Der neue Befehl @command{guix time-machine} vereinfacht +den Zugriff auf ältere oder neuere Guix-Versionen als die installierte. +Er kann zur Installation bestimmer Paketversionen verwendet werden, aber +auch zur Wiederherstellung von Entwicklungsumgebungen, wie sie in der +Vergagngenheit verwendet wurden.") + (fr "La nouvelle commande @command{guix time-machine} +facilite l'accès à des versions antérieures ou postérieures par rapport +à la version installée. Elle sert à installer des versions spécifiques +de paquets, ainsi à la restauration d'environnements dans un état +historique."))) (entry (commit "3e962e59d849e4300e447d94487684102d9d412e") (title (en "@command{guix graph} now supports package transformations") |