diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-05-17 23:04:35 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-05-17 23:04:59 +0200 |
commit | 266d281d253ffd20336f837fc64a64a14eb44b12 (patch) | |
tree | 1f2473a11f4a945f8c69c684d0b65264e7982a95 | |
parent | 43e5a262aa4ddf8e2a34f94f9672910ccd48030a (diff) | |
download | guix-266d281d253ffd20336f837fc64a64a14eb44b12.tar guix-266d281d253ffd20336f837fc64a64a14eb44b12.tar.gz |
Update NEWS.
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -27,7 +27,9 @@ Please send Guix bug reports to bug-guix@gnu.org. *** Packages can specify “single-entry search paths” (e.g., ‘GIT_EXEC_PATH’) *** ‘guix import’ and ‘guix refresh’ now support Stackage *** Support for the deprecated “PKG-VERSION” syntax has been removed +*** New Cypher backend for ‘guix graph’ *** GnuTLS (Guile bindings) is now required +*** Guix now issues a warning when it detects that Guix has not been upgraded in a while ** Distribution @@ -38,6 +40,7 @@ Please send Guix bug reports to bug-guix@gnu.org. *** ‘grub-configuration’ can specify settings for the user interface *** Service types can now specify a default value for services *** Create the /var/log/wtmp and /var/log/utmpx databases +*** A raw initial RAM disk can be created to support systems with custom kernel configurations *** ‘static-networking’ service can now be extended *** Configuration of ‘nginx-service-type’ has been greatly improved *** New ‘gnu-build-system’ phase to always reset gzip timestamps @@ -54,14 +57,18 @@ thermald *** (guix scripts challenge) returns complete reports, not just discrepancies *** New ‘dub-build-system’ for the D language and Dub *** New ‘ocaml-build-system’ for software written in OCaml +*** Improvements to the ‘asdf-build-system’ for software written in various Common Lisp dialects. *** New ‘package-mapping’ procedure to rewrite package dependency graphs *** New modules: (guix workers), (guix discovery), (guix cache), (guix memoization), (guix ssh) +*** (gnu build file-systems) now has support for ISO-9660 file systems. ** Noteworthy bug fixes *** Create home directories once file systems are mounted (<http://bugs.gnu.org/21108>) +*** GNU R now builds bit-reproducibly (<https://bugs.gnu.org/25598>) + *** FIXME: Add more ** Native language support |