summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-11-23 10:17:55 +0100
committerLudovic Courtès <ludo@gnu.org>2021-11-23 10:24:28 +0100
commitdaf7b5ecef8de0e536ffd8d2957f022d010767a8 (patch)
tree0871fb2b9175fdf8b64f6ab24ba3b9573b1512ff /NEWS
parent0632ea98b362e8a6551435c72a78a28cac92049f (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab21645a195..a24256a7bb7 100644
--- a/NEWS
+++ b/NEWS
@@ -14,15 +14,22 @@ Please send Guix bug reports to bug-guix@gnu.org.
14 14
15* Changes in 1.4.0 (since 1.3.0) 15* Changes in 1.4.0 (since 1.3.0)
16** Package management 16** Package management
17*** New ‘guix home’ command, for home environment management
18*** New ‘guix shell’ command, the successor to ‘guix environment’
17*** New ‘deb’ format for the ‘guix pack’ command 19*** New ‘deb’ format for the ‘guix pack’ command
18*** New ‘guix import minetest’ command, to import Minetest extensions 20*** New ‘guix import minetest’ command, to import Minetest extensions
21*** ‘guix import texlive’ rewritten to use the TLPDB as its source
19*** ‘guix import elpa’ now supports the non-GNU ELPA repository 22*** ‘guix import elpa’ now supports the non-GNU ELPA repository
23*** ‘guix import pypi’ can now import a specific version
24*** ‘guix import cran’ can now import a specific version
20*** New updater (see ‘guix refresh’): ‘generic-git’ 25*** New updater (see ‘guix refresh’): ‘generic-git’
26*** ‘guix graph’ has a new ‘--max-depth’ option
21*** ‘--with-commit’ option now accepts strings returned by ‘git describe’ 27*** ‘--with-commit’ option now accepts strings returned by ‘git describe’
22** Distribution 28** Distribution
23*** The installation script can now enable local substitute servers discovery 29*** The installation script can now enable local substitute servers discovery
24*** More control over boot-time file system checks and repairs 30*** More control over boot-time file system checks and repairs
25*** XFS file systems can be created by the installer and mounted by label/UUID 31*** XFS file systems can be created by the installer and mounted by label/UUID
32*** New interface for declaring swap space
26** Programming interfaces 33** Programming interfaces
27*** (guix records) now supports “field sanitizers” 34*** (guix records) now supports “field sanitizers”
28** Noteworthy bug fixes 35** Noteworthy bug fixes
@@ -32,6 +39,10 @@ Please send Guix bug reports to bug-guix@gnu.org.
32 (<https://issues.guix.gnu.org/49697>) 39 (<https://issues.guix.gnu.org/49697>)
33*** Fix pathological profile building performance in the presence of grafts 40*** Fix pathological profile building performance in the presence of grafts
34 (<https://issues.guix.gnu.org/49439>) 41 (<https://issues.guix.gnu.org/49439>)
42*** Deduplication phase of the garbage collector is now faster
43 (<https://issues.guix.gnu.org/24937>)
44*** File system flags are validated before system instantiation
45 (<https://issues.guix.gnu.org/51425>)
35 46
36* Changes in 1.3.0 (since 1.2.0) 47* Changes in 1.3.0 (since 1.2.0)
37** Package management 48** Package management