From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: GNU Guix 0.9.0 released Date: Thu, 05 Nov 2015 17:39:23 +0300 Message-ID: <87wptwpl2c.fsf@gmail.com> References: <87wptwbyjm.fsf@inria.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuLhI-000372-3t for guix-devel@gnu.org; Thu, 05 Nov 2015 09:39:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuLhE-0003PJ-0J for guix-devel@gnu.org; Thu, 05 Nov 2015 09:39:28 -0500 In-Reply-To: <87wptwbyjm.fsf@inria.fr> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Thu, 05 Nov 2015 10:11:57 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s (2015-11-05 12:11 +0300) wrote: > We are pleased to announce the release of GNU Guix version 0.9.0, > representing 1,528 commits by 34 people over 3.5 months. Congrats on the release! [...] > ** Package management > > *** New =E2=80=98guix graph=E2=80=99 command, to draw package graphs > *** New =E2=80=98guix challenge=E2=80=99 command, to challenge the auth= enticity of binaries > *** =E2=80=98guix environment=E2=80=99 has a new =E2=80=98--container= =E2=80=99 option > *** =E2=80=98guix substitute=E2=80=99 now honors all the specified subs= titute URLs > *** New =E2=80=98guix import cran=E2=80=99 command, to import R package= s from CRAN > *** Package descriptions can now include Texinfo markup rendered on the= fly > *** =E2=80=98guix package=E2=80=99 has a new =E2=80=98--install-from-fi= le=E2=80=99 option > *** =E2=80=98guix package --search=E2=80=99 shows package outputs > *** =E2=80=98guix refresh=E2=80=99 can refresh selected non-GNU package= definitions > *** The =E2=80=98--ad-hoc=E2=80=99 option of =E2=80=98guix environment= =E2=80=99 is now positional > *** The =E2=80=98--exec=E2=80=99 option of =E2=80=98guix environment=E2= =80=99 is deprecated; use =E2=80=98--=E2=80=99 instead > *** =E2=80=98guix build=E2=80=99 has a new =E2=80=98--file=E2=80=99 opt= ion > *** =E2=80=98guix build --log-file=E2=80=99 can now return URLs > *** =E2=80=98guix size=E2=80=99 now has a =E2=80=98--substitute-urls=E2= =80=99 option and is much faster > *** New =E2=80=98guix lint=E2=80=99 checkers: =E2=80=98formatting=E2=80= =99, =E2=80=98license=E2=80=99, =E2=80=98source-file-name=E2=80=99 > *** Download progress report has been improved > *** Emacs shell-mode completions for =E2=80=98guix=E2=80=99 commands up= dated > *** Emacs: New =E2=80=98M-x guix=E2=80=99 popup interface You seem to miss emacs modes for viewing build log files. It's late for the release of course, but I think it's worth mentioning in NEWS anyway (for future reference). WDYT? --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-Update-NEWS.patch Content-Transfer-Encoding: quoted-printable >From 0975a8288346ac173a93bf71555454b74c14ac07 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 5 Nov 2015 17:23:04 +0300 Subject: [PATCH] Update NEWS. * NEWS: Mention 'guix-build-log-mode'. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index b6c5e23..922265c 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,7 @@ Please send Guix bug reports to bug-guix@gnu.org. *** Download progress report has been improved *** Emacs shell-mode completions for =E2=80=98guix=E2=80=99 commands updat= ed *** Emacs: New =E2=80=98M-x guix=E2=80=99 popup interface +*** Emacs: modes for viewing build logs (=E2=80=98guix-build-log-mode=E2= =80=99) =20 ** Distribution =20 --=20 2.5.0 --=-=-=--