summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-12-02 23:20:41 +0100
committerLudovic Courtès <ludo@gnu.org>2022-12-02 23:20:54 +0100
commit7ef490e3fc94e0b9025c98797fc014f07e21c4cc (patch)
tree32d283912bed321e4c29be631df29830cb834123
parent1b06e7710859e8b8b4430d53105a155612ebee81 (diff)
Update NEWS.
-rw-r--r--NEWS13
1 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 27ac11c13ad..c35f1266cf2 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ Please send Guix bug reports to bug-guix@gnu.org.
34*** ‘guix shell’ has a new ‘--emulate-fhs’ option 34*** ‘guix shell’ has a new ‘--emulate-fhs’ option
35*** ‘guix shell’ has a new ‘--symlink’ option 35*** ‘guix shell’ has a new ‘--symlink’ option
36*** ‘--with-commit’ option now accepts strings returned by ‘git describe’ 36*** ‘--with-commit’ option now accepts strings returned by ‘git describe’
37*** ‘--with-source’ option now applied recursively
37*** Align tabular data output by commands like ‘guix package --list-available’ 38*** Align tabular data output by commands like ‘guix package --list-available’
38*** Improved ‘guix import go’ importer via a new PEG parser 39*** Improved ‘guix import go’ importer via a new PEG parser
39*** Improved Software Heritage downloader 40*** Improved Software Heritage downloader
@@ -52,6 +53,7 @@ Please send Guix bug reports to bug-guix@gnu.org.
52*** GNOME is now at version 42 53*** GNOME is now at version 42
53*** TeX Live is now at version 2021 54*** TeX Live is now at version 2021
54*** Multiple TeX Live trees can now be used via GUIX_TEXMF 55*** Multiple TeX Live trees can now be used via GUIX_TEXMF
56*** Python modules are searched in GUIX_PYTHONPATH instead of PYTHONPATH
55*** Python is now faster thanks to being built with optimizations 57*** Python is now faster thanks to being built with optimizations
56*** The Rust bootstrap now starts from 1.54 instead of 1.19 58*** The Rust bootstrap now starts from 1.54 instead of 1.19
57*** Most Python 2 packages have been removed 59*** Most Python 2 packages have been removed
@@ -120,7 +122,6 @@ nar-herder, opendht, rasdaemon, samba, seatd, strongswan, wsdd
120 (<https://issues.guix.gnu.org/51425>) 122 (<https://issues.guix.gnu.org/51425>)
121*** Fonts can now be discovered in any profile via XDG_DATA_DIRS 123*** Fonts can now be discovered in any profile via XDG_DATA_DIRS
122 (<https://issues.guix.gnu.org/31403>) 124 (<https://issues.guix.gnu.org/31403>)
123*** Python modules are searched in GUIX_PYTHONPATH instead of PYTHONPATH
124*** Various Python reproducibility fixes 125*** Various Python reproducibility fixes
125*** The installer now supports MSDOS disk labels on UEFI systems 126*** The installer now supports MSDOS disk labels on UEFI systems
126 (<https://issues.guix.gnu.org/47889>) 127 (<https://issues.guix.gnu.org/47889>)
@@ -128,10 +129,10 @@ nar-herder, opendht, rasdaemon, samba, seatd, strongswan, wsdd
128 (<https://issues.guix.gnu.org/48419>) 129 (<https://issues.guix.gnu.org/48419>)
129*** The installer no longer crashes when deleting a free space partition 130*** The installer no longer crashes when deleting a free space partition
130*** Emacs handles major upgrades better without a re-login 131*** Emacs handles major upgrades better without a re-login
131 (<https://bugs.gnu.org/47458>) 132 (<https://issues.guix.gnu.org/47458>)
132*** The bootloader configuration now accepts multiple targets 133*** The bootloader configuration now accepts multiple targets
133 (<https://issues.guix.gnu.org/40997>.) 134 (<https://issues.guix.gnu.org/40997>)
134*** A file system mount point is always created when ‘create?’ is true 135*** File system mount point is always created when ‘create?’ is true
135 (<https://issues.guix.gnu.org/40158>) 136 (<https://issues.guix.gnu.org/40158>)
136*** Build the man database only if ‘man-db’ is in the profile 137*** Build the man database only if ‘man-db’ is in the profile
137*** gdk-pixbuf now discovers pixbuf loaders via a search path 138*** gdk-pixbuf now discovers pixbuf loaders via a search path
@@ -142,10 +143,12 @@ nar-herder, opendht, rasdaemon, samba, seatd, strongswan, wsdd
142 (https://issues.guix.gnu.org/38838) 143 (https://issues.guix.gnu.org/38838)
143*** ‘chfn’ can now change the user's full name 144*** ‘chfn’ can now change the user's full name
144 (https://issues.guix.gnu.org/52539) 145 (https://issues.guix.gnu.org/52539)
145*** Gnome settings Bluetooth panel is now working 146*** GNOME Settings Bluetooth panel is now working
146 (https://issues.guix.gnu.org/32166) 147 (https://issues.guix.gnu.org/32166)
147*** Inferiors are now caching store connections 148*** Inferiors are now caching store connections
148 (https://issues.guix.gnu.org/48007) 149 (https://issues.guix.gnu.org/48007)
150*** Retry downloads when a substitute has become unavailable
151 (https://issues.guix.gnu.org/57978)
149*** The installer doesn't segfault when removing an extended partition 152*** The installer doesn't segfault when removing an extended partition
150*** The installer doesn't ship an older Guix revision 153*** The installer doesn't ship an older Guix revision
151 (https://issues.guix.gnu.org/53210) 154 (https://issues.guix.gnu.org/53210)