summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-05-17 23:04:35 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-05-17 23:04:59 +0200
commit266d281d253ffd20336f837fc64a64a14eb44b12 (patch)
tree1f2473a11f4a945f8c69c684d0b65264e7982a95 /NEWS
parent43e5a262aa4ddf8e2a34f94f9672910ccd48030a (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f7c8d0abe1..344b60d28d7 100644
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,9 @@ Please send Guix bug reports to bug-guix@gnu.org.
27*** Packages can specify “single-entry search paths” (e.g., ‘GIT_EXEC_PATH’) 27*** Packages can specify “single-entry search paths” (e.g., ‘GIT_EXEC_PATH’)
28*** ‘guix import’ and ‘guix refresh’ now support Stackage 28*** ‘guix import’ and ‘guix refresh’ now support Stackage
29*** Support for the deprecated “PKG-VERSION” syntax has been removed 29*** Support for the deprecated “PKG-VERSION” syntax has been removed
30*** New Cypher backend for ‘guix graph’
30*** GnuTLS (Guile bindings) is now required 31*** GnuTLS (Guile bindings) is now required
32*** Guix now issues a warning when it detects that Guix has not been upgraded in a while
31 33
32** Distribution 34** Distribution
33 35
@@ -38,6 +40,7 @@ Please send Guix bug reports to bug-guix@gnu.org.
38*** ‘grub-configuration’ can specify settings for the user interface 40*** ‘grub-configuration’ can specify settings for the user interface
39*** Service types can now specify a default value for services 41*** Service types can now specify a default value for services
40*** Create the /var/log/wtmp and /var/log/utmpx databases 42*** Create the /var/log/wtmp and /var/log/utmpx databases
43*** A raw initial RAM disk can be created to support systems with custom kernel configurations
41*** ‘static-networking’ service can now be extended 44*** ‘static-networking’ service can now be extended
42*** Configuration of ‘nginx-service-type’ has been greatly improved 45*** Configuration of ‘nginx-service-type’ has been greatly improved
43*** New ‘gnu-build-system’ phase to always reset gzip timestamps 46*** New ‘gnu-build-system’ phase to always reset gzip timestamps
@@ -54,14 +57,18 @@ thermald
54*** (guix scripts challenge) returns complete reports, not just discrepancies 57*** (guix scripts challenge) returns complete reports, not just discrepancies
55*** New ‘dub-build-system’ for the D language and Dub 58*** New ‘dub-build-system’ for the D language and Dub
56*** New ‘ocaml-build-system’ for software written in OCaml 59*** New ‘ocaml-build-system’ for software written in OCaml
60*** Improvements to the ‘asdf-build-system’ for software written in various Common Lisp dialects.
57*** New ‘package-mapping’ procedure to rewrite package dependency graphs 61*** New ‘package-mapping’ procedure to rewrite package dependency graphs
58*** New modules: (guix workers), (guix discovery), (guix cache), 62*** New modules: (guix workers), (guix discovery), (guix cache),
59 (guix memoization), (guix ssh) 63 (guix memoization), (guix ssh)
64*** (gnu build file-systems) now has support for ISO-9660 file systems.
60 65
61** Noteworthy bug fixes 66** Noteworthy bug fixes
62 67
63*** Create home directories once file systems are mounted 68*** Create home directories once file systems are mounted
64 (<http://bugs.gnu.org/21108>) 69 (<http://bugs.gnu.org/21108>)
70*** GNU R now builds bit-reproducibly (<https://bugs.gnu.org/25598>)
71
65*** FIXME: Add more 72*** FIXME: Add more
66 73
67** Native language support 74** Native language support