mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Update NEWS.
This commit is contained in:
parent
43e5a262aa
commit
266d281d25
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -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’)
|
*** Packages can specify “single-entry search paths” (e.g., ‘GIT_EXEC_PATH’)
|
||||||
*** ‘guix import’ and ‘guix refresh’ now support Stackage
|
*** ‘guix import’ and ‘guix refresh’ now support Stackage
|
||||||
*** Support for the deprecated “PKG-VERSION” syntax has been removed
|
*** Support for the deprecated “PKG-VERSION” syntax has been removed
|
||||||
|
*** New Cypher backend for ‘guix graph’
|
||||||
*** GnuTLS (Guile bindings) is now required
|
*** GnuTLS (Guile bindings) is now required
|
||||||
|
*** Guix now issues a warning when it detects that Guix has not been upgraded in a while
|
||||||
|
|
||||||
** Distribution
|
** Distribution
|
||||||
|
|
||||||
|
@ -38,6 +40,7 @@ Please send Guix bug reports to bug-guix@gnu.org.
|
||||||
*** ‘grub-configuration’ can specify settings for the user interface
|
*** ‘grub-configuration’ can specify settings for the user interface
|
||||||
*** Service types can now specify a default value for services
|
*** Service types can now specify a default value for services
|
||||||
*** Create the /var/log/wtmp and /var/log/utmpx databases
|
*** 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
|
*** ‘static-networking’ service can now be extended
|
||||||
*** Configuration of ‘nginx-service-type’ has been greatly improved
|
*** Configuration of ‘nginx-service-type’ has been greatly improved
|
||||||
*** New ‘gnu-build-system’ phase to always reset gzip timestamps
|
*** New ‘gnu-build-system’ phase to always reset gzip timestamps
|
||||||
|
@ -54,14 +57,18 @@ thermald
|
||||||
*** (guix scripts challenge) returns complete reports, not just discrepancies
|
*** (guix scripts challenge) returns complete reports, not just discrepancies
|
||||||
*** New ‘dub-build-system’ for the D language and Dub
|
*** New ‘dub-build-system’ for the D language and Dub
|
||||||
*** New ‘ocaml-build-system’ for software written in OCaml
|
*** 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 ‘package-mapping’ procedure to rewrite package dependency graphs
|
||||||
*** New modules: (guix workers), (guix discovery), (guix cache),
|
*** New modules: (guix workers), (guix discovery), (guix cache),
|
||||||
(guix memoization), (guix ssh)
|
(guix memoization), (guix ssh)
|
||||||
|
*** (gnu build file-systems) now has support for ISO-9660 file systems.
|
||||||
|
|
||||||
** Noteworthy bug fixes
|
** Noteworthy bug fixes
|
||||||
|
|
||||||
*** Create home directories once file systems are mounted
|
*** Create home directories once file systems are mounted
|
||||||
(<http://bugs.gnu.org/21108>)
|
(<http://bugs.gnu.org/21108>)
|
||||||
|
*** GNU R now builds bit-reproducibly (<https://bugs.gnu.org/25598>)
|
||||||
|
|
||||||
*** FIXME: Add more
|
*** FIXME: Add more
|
||||||
|
|
||||||
** Native language support
|
** Native language support
|
||||||
|
|
Loading…
Reference in a new issue