Accepting request 577110 from home:sleep_walker:branches:devel:languages:misc

- require guile-git for build
- bump to 0.14.0
  Changes in 0.14.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-daemon’ options: ‘--listen’, ‘--timeout’, ‘--max-silent-time’
  * 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’

OBS-URL: https://build.opensuse.org/request/show/577110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guix?expand=0&rev=4
This commit is contained in:
Tomas Cech
2018-02-15 22:09:57 +00:00
committed by Git OBS Bridge
parent c71bb8f18e
commit 4b9fc45335
6 changed files with 110 additions and 25 deletions

View File

@@ -1,3 +1,88 @@
-------------------------------------------------------------------
Thu Feb 15 17:38:59 UTC 2018 - sleep_walker@opensuse.org
- require guile-git for build
- bump to 0.14.0
Changes in 0.14.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-daemon options: --listen, --timeout, --max-silent-time
* 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
* guix system init displays a progress bar while copying files
* 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
* 1211 new packages
* 1403 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-rotations
* 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>)
* Clients honor the daemons max-silent-time
(<https://bugs.gnu.org/27157>)
* guix substitute honors substitute expiry time again
(<https://lists.gnu.org/archive/html/guix-devel/2017-07/msg00179.html>)
* Several portability fixes for aarch64
* Native language support
Updated translations: da (Danish), fr (French)
-------------------------------------------------------------------
Sun May 28 10:14:43 UTC 2017 - sleep_walker@opensuse.org