summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-12-04 17:51:11 +0100
committerLudovic Courtès <ludo@gnu.org>2017-12-04 17:56:11 +0100
commitc735e9e6868bb7661f08ffa008f1feaedf2fcb9e (patch)
tree26f2cf5b31e2643bb153f496f8b0f5f498e616fb /NEWS
parentc7699ebeb4233d81f294ff7e8b8eb3676119ae4a (diff)
downloadpatches-c735e9e6868bb7661f08ffa008f1feaedf2fcb9e.tar
patches-c735e9e6868bb7661f08ffa008f1feaedf2fcb9e.tar.gz
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS76
1 files changed, 76 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8280902557..e291b65a31 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,82 @@ Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
Please send Guix bug reports to bug-guix@gnu.org.
+* Changes in 0.14.0 (since 0.13.0)
+
+** Package management
+
+*** ‘guix package’ displays how much will be downloaded
+*** ‘guix package’ warns about insufficient disk space
+*** ‘guix package’ now reports package collisions early on
+*** ‘guix package --search’ sorts results by relevance
+*** ‘guix pull’ now fetches code directly over Git using Guile-Git
+*** Substitutes can be downloaded from servers equivalent to the authorized ones
+*** New ‘guix weather’ command
+*** ‘guix publish --cache’ now also caches uncompressed items
+*** ‘guix publish’ no longer removes live items from its cache
+*** ‘guix challenge’ now displays an overall summary
+*** ‘guix refresh’ no longer uses FTP for GNU and GNOME packages
+*** ‘guix refresh’ has a new ‘-m’ or ‘--manifest’ option
+*** New ‘refresh’ checker for ‘guix lint’
+*** New ‘json’ importer for ‘guix import’ to simplify first packages
+*** New ‘texlive’ importer for ‘guix import’
+
+** Distribution
+
+*** GuixSD installation image is now available as ISO-9660
+*** GuixSD installation image now includes an ‘sshd’ service
+*** New (gnu bootloaders) API, with support for U-Boot and extlinux
+*** ‘grub-configuration’ is deprecated in favor of ‘bootloader-configuration’
+*** ‘%desktop-services’ now includes NetworkManager instead of Wicd
+*** The (uuid …) form can now specify FAT32 and ISO-9660 UUIDs
+*** ‘guix system’ now reports missing file system UUIDs and labels
+*** ‘guix system’ can provide hints when reporting unbound variables
+*** New ‘--file-system-type’ option for ‘guix system disk-image’
+*** ‘guix system disk-image’ can now creates ISO-9660 images
+*** ‘guix system vm-image’ & co. automatically estimate the image size
+*** ‘guix system vm’ now uses overlayfs instead of unionfs
+*** TeX Live is now also available as a set of small ‘texlive-’ packages
+*** New ‘guix system search’ command to search for services
+*** New services
+
+certbot, fcgiwrap, gdm, git-http, knot, libvirt, memcached, mongodb, mpd,
+murmur, rsync, tailon, sysctl
+
+*** XXX new packages
+
+*** XXX package updates
+
+** Programming interfaces
+
+*** New build systems: ‘font’, ‘meson’, ‘minify’, ‘scons’, ‘texlive’
+*** ‘cmake-build-system’ now supports cross-compilation
+*** Various improvements to ‘asdf-build-system’, ‘emacs-build-system’,
+ ‘ant-build-system’, and ‘go-build-system’
+*** ‘patches’ field of <origin> can now contain any lowerable object
+*** (gnu system vm) has a new ‘make-iso9660-image’ procedure
+*** ‘openssh-service-type’ can now be extended with new authorized keys
+*** ‘rottlog-service-type’ can now be extended with new ‘log-rotation’s
+*** ‘network-manager-service-type’ now supports VPN plugins
+*** <service-type> now has a ‘description’ field, used by ‘guix system search’
+*** New ‘virtual-machine’ form in (gnu system vm)
+*** New (gnu system uuid) module, which defines a disjoint <uuid> type
+*** New (guix progress) module
+
+** Noteworthy bug fixes
+
+*** GuixSD no longer creates setuid binaries in /gnu/store
+ (<https://bugs.gnu.org/28751>)
+*** /root is no longer world-readable (<http://bugs.gnu.org/27135>)
+*** ‘guix publish’ no longer leaks memory (<https://bugs.gnu.org/28784>)
+*** Missing cursor icons in GNOME could cause crashes
+ (<https://bugs.gnu.org/25958>)
+*** Setuid programs now honor the system timezone
+ (<https://bugs.gnu.org/29212>)
+
+** Native language support
+
+Updated translations: da (Danish), fr (French)
+
* Changes in 0.13.0 (since 0.12.0)
** Package management