summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-12-06 08:58:26 +0100
committerLudovic Courtès <ludo@gnu.org>2017-12-06 08:58:26 +0100
commitf0eb57b736f6fae67acbaad66a1b5e18fdfc10a0 (patch)
tree98e9e8368120110539e50c21205fb3006519bd6d
parent787e8a80d54d8bd5320d76276dc5f4bafe5b86c0 (diff)
Update NEWS.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4784999f91b..e8299b530d9 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ Please send Guix bug reports to bug-guix@gnu.org.
20*** ‘guix package --search’ sorts results by relevance 20*** ‘guix package --search’ sorts results by relevance
21*** ‘guix pull’ now fetches code directly over Git using Guile-Git 21*** ‘guix pull’ now fetches code directly over Git using Guile-Git
22*** Substitutes can be downloaded from servers equivalent to the authorized ones 22*** Substitutes can be downloaded from servers equivalent to the authorized ones
23*** New ‘guix-daemon’ options: ‘--listen’, ‘--timeout’, ‘--max-silent-time’
23*** New ‘guix weather’ command 24*** New ‘guix weather’ command
24*** ‘guix publish --cache’ now also caches uncompressed items 25*** ‘guix publish --cache’ now also caches uncompressed items
25*** ‘guix publish’ no longer removes live items from its cache 26*** ‘guix publish’ no longer removes live items from its cache
@@ -82,8 +83,11 @@ murmur, rsync, tailon, sysctl
82 (<https://bugs.gnu.org/25958>) 83 (<https://bugs.gnu.org/25958>)
83*** Setuid programs now honor the system timezone 84*** Setuid programs now honor the system timezone
84 (<https://bugs.gnu.org/29212>) 85 (<https://bugs.gnu.org/29212>)
86*** Clients honor the daemon’s ‘max-silent-time’
87 (<https://bugs.gnu.org/27157>)
85*** ‘guix substitute’ honors substitute expiry time again 88*** ‘guix substitute’ honors substitute expiry time again
86 (<https://lists.gnu.org/archive/html/guix-devel/2017-07/msg00179.html>) 89 (<https://lists.gnu.org/archive/html/guix-devel/2017-07/msg00179.html>)
90*** Several portability fixes for aarch64
87 91
88** Native language support 92** Native language support
89 93