From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48893) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUYVT-0008B7-SS for guix-patches@gnu.org; Tue, 12 Nov 2019 10:55:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUYVS-0008GE-P4 for guix-patches@gnu.org; Tue, 12 Nov 2019 10:55:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49432) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iUYVS-0008G5-LS for guix-patches@gnu.org; Tue, 12 Nov 2019 10:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iUYVS-0002zQ-FB for guix-patches@gnu.org; Tue, 12 Nov 2019 10:55:02 -0500 Subject: [bug#37978] [PATCH 3/3] news: Add entry for "guix time-machine". References: In-Reply-To: Resent-Message-ID: From: Konrad Hinsen Date: Fri, 8 Nov 2019 11:16:50 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37978@debbugs.gnu.org --- etc/news.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/etc/news.scm b/etc/news.scm index 08e06351e9..bc6d173365 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -9,6 +9,24 @@ (channel-news (version 0) =20 + (entry (commit "XXX") + (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 =C3=A4ltere oder neuere Guix-Versionen als die installiert= e. +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=C3=A8s =C3=A0 des versions ant=C3=A9rieures ou post=C3=A9ri= eures par rapport +=C3=A0 la version install=C3=A9e. Elle sert =C3=A0 installer des versions= sp=C3=A9cifiques +de paquets, ainsi =C3=A0 la restauration d'environnements dans un =C3=A9tat +historique."))) (entry (commit "3e962e59d849e4300e447d94487684102d9d412e") (title (en "@command{guix graph} now supports package transformations")) --=20 2.24.0