[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: Update NEWS.
From: |
Ludovic Courtčs |
Subject: |
02/02: Update NEWS. |
Date: |
Tue, 16 May 2017 09:25:04 -0400 (EDT) |
civodul pushed a commit to branch version-0.13.0
in repository guix.
commit 43e5a262aa4ddf8e2a34f94f9672910ccd48030a
Author: Ludovic Courtès <address@hidden>
Date: Tue May 16 15:16:51 2017 +0200
Update NEWS.
---
NEWS | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 59 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 8b6727f..2f7c8d0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
#+TITLE: Guix NEWS â history of user-visible changes
#+STARTUP: content hidestars
-Copyright Š 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
+Copyright Š 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <address@hidden>
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -10,6 +10,64 @@ Copyright Š 2013, 2014, 2015, 2016 Ludovic Courtès
<address@hidden>
Please send Guix bug reports to address@hidden
+* Changes in 0.13.0 (since 0.12.0)
+
+** Package management
+
+*** Guix can now be used on aarch64 GNU/Linux systems
+*** New âguix packâ command to create bundles
+*** New âguix copyâ command to copy store items over SSH
+*** New â--cacheâ option for âguix publishâ
+*** $GUIX_DAEMON_SOCKET can specify remote daemons
+*** Guix can now run on Guile 2.2, providing better performance
+*** Emacs interface moved to separate Emacs-Guix package
+*** New â--rootâ option for âguix environmentâ
+*** âguix pullâ now connects to git.savannah.gnu.org over HTTPS
+*** New cross-compilation targets: aarch64-linux-gnu, powerpc-linux-gnu
+*** Packages can specify âsingle-entry search pathsâ (e.g., âGIT_EXEC_PATHâ)
+*** âguix importâ and âguix refreshâ now support Stackage
+*** Support for the deprecated âPKG-VERSIONâ syntax has been removed
+*** GnuTLS (Guile bindings) is now required
+
+** Distribution
+
+*** The GuixSD installation image supports (U)EFI systems
+*** GuixSD supports Btrfs (<http://bugs.gnu.org/19280>)
+*** Some system services are now run in separate namespaces
+*** The LXDE desktop environment is now available
+*** âgrub-configurationâ can specify settings for the user interface
+*** Service types can now specify a default value for services
+*** Create the /var/log/wtmp and /var/log/utmpx databases
+*** âstatic-networkingâ service can now be extended
+*** Configuration of ânginx-service-typeâ has been greatly improved
+*** New âgnu-build-systemâ phase to always reset gzip timestamps
+*** FIXME new services
+
+exim, mail-aliases, inetd, agetty, openvswitch, special-files, redis,
+thermald
+
+*** FIXME new packages
+*** FIXME package updates
+
+** Programming interfaces
+
+*** (guix scripts challenge) returns complete reports, not just discrepancies
+*** New âdub-build-systemâ for the D language and Dub
+*** New âocaml-build-systemâ for software written in OCaml
+*** New âpackage-mappingâ procedure to rewrite package dependency graphs
+*** New modules: (guix workers), (guix discovery), (guix cache),
+ (guix memoization), (guix ssh)
+
+** Noteworthy bug fixes
+
+*** Create home directories once file systems are mounted
+ (<http://bugs.gnu.org/21108>)
+*** FIXME: Add more
+
+** Native language support
+
+Updated translations: fr (French), FIXME
+
* Changes in 0.12.0 (since 0.11.0)
** Package management