diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-16 14:27:13 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-16 14:28:09 -0500 |
commit | e06df550e21d596b65dc3e5b3e99152be58372b3 (patch) | |
tree | e168ce6eee9d141f0dccdd761c8696fb54d3536a | |
parent | 83fb681658431362def447ec29876d565d49c9e5 (diff) |
Update NEWS.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,7 @@ Please send Guix bug reports to bug-guix@gnu.org. *** ‘guix graph’ has a new ‘--max-depth’ option *** ‘guix deploy’ has a new ‘--execute’ option *** ‘guix shell’ has a new ‘--emulate-fhs’ option +*** ‘guix shell’ has a new ‘--symlink’ option *** ‘--with-commit’ option now accepts strings returned by ‘git describe’ *** Align tabular data output by commands like ‘guix package --list-available’ *** Improved ‘guix import go’ importer via a new PEG parser @@ -76,6 +77,7 @@ Please send Guix bug reports to bug-guix@gnu.org. *** The GNU Shepherd was upgraded to 0.9.2 *** The init RAM disk honors more arguments—e.g. ‘root’ and ‘rootflags’ *** ‘guix system image’ can now generate WSL images +*** The mcron task scheduler logs now contain the jobs exit statuses ** Programming interfaces *** Package input fields can now plain package lists *** G-expressions can now be used in build phases |