aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-09-18 23:07:40 +0200
committerLudovic Courtès <ludo@gnu.org>2021-09-18 23:08:32 +0200
commiteb6593cec4b0cedef44bf156e2e6727ead82006c (patch)
tree9a3907fd8a17e5f77d617d0272ca23021567fe7b /NEWS
parentdce2cf311bc12dee4560329f53ccb53470d5793e (diff)
downloadguix-eb6593cec4b0cedef44bf156e2e6727ead82006c.tar
guix-eb6593cec4b0cedef44bf156e2e6727ead82006c.tar.gz
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2b6f65d088..0ccaeb49e7 100644
--- a/NEWS
+++ b/NEWS
@@ -14,9 +14,23 @@ Please send Guix bug reports to bug-guix@gnu.org.
* Changes in 1.4.0 (since 1.3.0)
** Package management
-*** New 'deb' format for the 'guix pack' command
+*** New ‘deb’ format for the ‘guix pack’ command
+*** New ‘guix import minetest’ command, to import Minetest extensions
+*** ‘guix import elpa’ now supports the non-GNU ELPA repository
+*** New updater (see ‘guix refresh’): ‘generic-git’
+*** ‘--with-commit’ option now accepts strings returned by ‘git describe’
** Distribution
*** The installation script can now enable local substitute servers discovery
+** Programming interfaces
+*** (guix records) now supports “field sanitizers”
+** Noteworthy bug fixes
+*** Fall back to Software Heritage when cloning a channel
+ (<https://issues.guix.gnu.org/44187>)
+*** ‘--with-patch’ can be used on packages with non-origin sources
+ (<https://issues.guix.gnu.org/49697>)
+*** Fix pathological profile building performance in the presence of grafts
+ (<https://issues.guix.gnu.org/49439>)
+
* Changes in 1.3.0 (since 1.2.0)
** Package management
*** POWER9 (powerpc64le-linux) is now supported as a technology preview