summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-05-16 15:16:51 +0200
committerLudovic Courtès <ludo@gnu.org>2017-05-16 15:18:12 +0200
commit43e5a262aa4ddf8e2a34f94f9672910ccd48030a (patch)
treebfe24bea61181577bd5499a5576df6427d2aaf28
parent33ec536b90549488379a3dc80b5e23337cc9fac2 (diff)
Update NEWS.
-rw-r--r--NEWS60
1 files changed, 59 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b6727fd936..2f7c8d0abe1 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
2#+TITLE: Guix NEWS – history of user-visible changes 2#+TITLE: Guix NEWS – history of user-visible changes
3#+STARTUP: content hidestars 3#+STARTUP: content hidestars
4 4
5Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> 5Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
6 6
7 Copying and distribution of this file, with or without modification, 7 Copying and distribution of this file, with or without modification,
8 are permitted in any medium without royalty provided the copyright 8 are permitted in any medium without royalty provided the copyright
@@ -10,6 +10,64 @@ Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
10 10
11Please send Guix bug reports to bug-guix@gnu.org. 11Please send Guix bug reports to bug-guix@gnu.org.
12 12
13* Changes in 0.13.0 (since 0.12.0)
14
15** Package management
16
17*** Guix can now be used on aarch64 GNU/Linux systems
18*** New ‘guix pack’ command to create bundles
19*** New ‘guix copy’ command to copy store items over SSH
20*** New ‘--cache’ option for ‘guix publish’
21*** $GUIX_DAEMON_SOCKET can specify remote daemons
22*** Guix can now run on Guile 2.2, providing better performance
23*** Emacs interface moved to separate Emacs-Guix package
24*** New ‘--root’ option for ‘guix environment’
25*** ‘guix pull’ now connects to git.savannah.gnu.org over HTTPS
26*** New cross-compilation targets: aarch64-linux-gnu, powerpc-linux-gnu
27*** Packages can specify “single-entry search paths” (e.g., ‘GIT_EXEC_PATH’)
28*** ‘guix import’ and ‘guix refresh’ now support Stackage
29*** Support for the deprecated “PKG-VERSION” syntax has been removed
30*** GnuTLS (Guile bindings) is now required
31
32** Distribution
33
34*** The GuixSD installation image supports (U)EFI systems
35*** GuixSD supports Btrfs (<http://bugs.gnu.org/19280>)
36*** Some system services are now run in separate namespaces
37*** The LXDE desktop environment is now available
38*** ‘grub-configuration’ can specify settings for the user interface
39*** Service types can now specify a default value for services
40*** Create the /var/log/wtmp and /var/log/utmpx databases
41*** ‘static-networking’ service can now be extended
42*** Configuration of ‘nginx-service-type’ has been greatly improved
43*** New ‘gnu-build-system’ phase to always reset gzip timestamps
44*** FIXME new services
45
46exim, mail-aliases, inetd, agetty, openvswitch, special-files, redis,
47thermald
48
49*** FIXME new packages
50*** FIXME package updates
51
52** Programming interfaces
53
54*** (guix scripts challenge) returns complete reports, not just discrepancies
55*** New ‘dub-build-system’ for the D language and Dub
56*** New ‘ocaml-build-system’ for software written in OCaml
57*** New ‘package-mapping’ procedure to rewrite package dependency graphs
58*** New modules: (guix workers), (guix discovery), (guix cache),
59 (guix memoization), (guix ssh)
60
61** Noteworthy bug fixes
62
63*** Create home directories once file systems are mounted
64 (<http://bugs.gnu.org/21108>)
65*** FIXME: Add more
66
67** Native language support
68
69Updated translations: fr (French), FIXME
70
13* Changes in 0.12.0 (since 0.11.0) 71* Changes in 0.12.0 (since 0.11.0)
14 72
15** Package management 73** Package management