summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-12 17:04:51 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-12 17:05:21 +0200
commit6945c43754308f64ad177fd29fa515959243f155 (patch)
treeba84f9634028cc48699eeb89f1db65309b31b41e /NEWS
parent2033cf19e6ecb7a06260865ffd6e8512eb812de8 (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2d967d73519..5ac7ce4b3ac 100644
--- a/NEWS
+++ b/NEWS
@@ -39,7 +39,10 @@ Please send Guix bug reports to bug-guix@gnu.org.
39*** ‘guix archive’ has a new ‘-t’ option to list archive contents 39*** ‘guix archive’ has a new ‘-t’ option to list archive contents
40*** ‘guix describe’ and similar commands emit terminal hyperlinks 40*** ‘guix describe’ and similar commands emit terminal hyperlinks
41*** ‘guix build’ now attempts to substitute missing .drv files 41*** ‘guix build’ now attempts to substitute missing .drv files
42*** ‘guix package’ etc. now lock the profile they operate on
43*** ‘guix pull’ honors /etc/guix/channels.scm when it exists
42*** New ‘guix show’ command, synonymous with ‘guix package --show’ 44*** New ‘guix show’ command, synonymous with ‘guix package --show’
45*** The ‘--manifest’ option can be repeated to combine manifests
43*** Some commands previously lacking ‘--load-path’ now support it 46*** Some commands previously lacking ‘--load-path’ now support it
44** Distribution 47** Distribution
45*** The set of pre-built bootstrap “binary seeds” has been halved 48*** The set of pre-built bootstrap “binary seeds” has been halved
@@ -47,14 +50,27 @@ Please send Guix bug reports to bug-guix@gnu.org.
47*** Graphical installer allows users to choose an HTTP/HTTPS proxy 50*** Graphical installer allows users to choose an HTTP/HTTPS proxy
48*** Graphical installer allows users to edit the system configuration 51*** Graphical installer allows users to edit the system configuration
49*** rottlog service is now part of ‘%base-services’ 52*** rottlog service is now part of ‘%base-services’
53*** ‘%base-services’ now includes /usr/bin/env as a “special file”
50*** ‘herd set-http-proxy guix-daemon URL’ can be used to set a proxy 54*** ‘herd set-http-proxy guix-daemon URL’ can be used to set a proxy
51*** New services: provenance, XXX 55*** ‘qemu-binfmt’ service now supports riscv32 and riscv64
56*** File system UUIDs and labels are now supported for JFS
57*** New services
58
59auditd, fontconfig-file-system, getmail, gnome-keyring, kernel-module-loader,
60knot-resolver, mumi, nfs, nftables, nix, pagekite, pam-mount, patchwork,
61polkit-wheel, provenance, pulseaudio, sane, singularity, usb-modeswitch
62
52*** XXX new packages 63*** XXX new packages
53*** XXX package updates 64*** XXX package updates
54** Programming interfaces 65** Programming interfaces
66*** New build systems
67
68copy-build-system, julia-build-system, node-build-system, qt-build-system
69
55*** New ‘with-build-handler’ and ‘map/accumulate-builds’ in (guix store) 70*** New ‘with-build-handler’ and ‘map/accumulate-builds’ in (guix store)
56*** (guix gexp) has a new ‘with-parameters’ form 71*** (guix gexp) has a new ‘with-parameters’ form
57*** New (guix remote) module for remote evaluation of gexps 72*** New (guix remote) module for remote evaluation of gexps
73*** New ‘eval/container’ procedure in (gnu system linux-container)
58*** (guix inferior) now reifies exceptions as ‘&inferior-exception’ 74*** (guix inferior) now reifies exceptions as ‘&inferior-exception’
59*** (guix cve) uses the new NIST-provided JSON files instead of XML 75*** (guix cve) uses the new NIST-provided JSON files instead of XML
60*** New (guix json) module to map JSON objects to Scheme records 76*** New (guix json) module to map JSON objects to Scheme records