Ludovic Courtès (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 ‘guix graph’ command, to draw package graphs > *** New ‘guix challenge’ command, to challenge the authenticity of binaries > *** ‘guix environment’ has a new ‘--container’ option > *** ‘guix substitute’ now honors all the specified substitute URLs > *** New ‘guix import cran’ command, to import R packages from CRAN > *** Package descriptions can now include Texinfo markup rendered on the fly > *** ‘guix package’ has a new ‘--install-from-file’ option > *** ‘guix package --search’ shows package outputs > *** ‘guix refresh’ can refresh selected non-GNU package definitions > *** The ‘--ad-hoc’ option of ‘guix environment’ is now positional > *** The ‘--exec’ option of ‘guix environment’ is deprecated; use ‘--’ > instead > *** ‘guix build’ has a new ‘--file’ option > *** ‘guix build --log-file’ can now return URLs > *** ‘guix size’ now has a ‘--substitute-urls’ option and is much faster > *** New ‘guix lint’ checkers: ‘formatting’, ‘license’, ‘source-file-name’ > *** Download progress report has been improved > *** Emacs shell-mode completions for ‘guix’ commands updated > *** Emacs: New ‘M-x guix’ 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?
>From 0975a8288346ac173a93bf71555454b74c14ac07 Mon Sep 17 00:00:00 2001 From: Alex Kost <[email protected]> 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 [email protected]. *** Download progress report has been improved *** Emacs shell-mode completions for ‘guix’ commands updated *** Emacs: New ‘M-x guix’ popup interface +*** Emacs: modes for viewing build logs (‘guix-build-log-mode’) ** Distribution -- 2.5.0
