Accepting request 307198 from home:sleep_walker:branches:system:packagemanager
- bump to 0.8.2 changes since 0.8.1 ** Package management *** New “binary tarball” installation method is available *** New ‘guix publish’ command, to publish one’s store *** ‘guix package’ runs “profile creation hooks” as needed *** ‘guix package’ creates an ‘etc/profile’ file in the profile *** Commands understand version prefixes, such as ‘gcc-5’ for ‘gcc-5.1.0’ *** ‘guix package --search’ now sorts packages by name and version *** Substitute information is now fetched using HTTP pipelining *** ‘guix package’ warns when a $GUIX_PACKAGE_PATH module cannot be loaded *** New ‘--sources’ option to ‘guix build’ *** New Bash completion file, installed in $sysconfdir/bash_completion.d *** New ‘guix import hackage’ command *** ‘guix lint’ supports FTP for the ‘source’ and ‘home-page’ checkers *** ‘guix lint’ has a new ‘derivation’ checker *** ‘guix import cpan’ better handles dependencies and licenses *** Packages are now build in an environment with a UTF-8 locale ** Distribution *** C library's name service switch (NSS) is now fully configurable *** New services: wicd, lirc, colord, upower, console-keymap, postgresql *** Xorg service supports new drivers, such as Nouveau *** lsh service has new options, initializes its seed by default *** /etc/ssl symlink is created, for X.509 certificates *** ‘guix system’ reports duplicate service identifiers *** New /etc/bashrc file that loads Bash completion when available *** SLiM service uses sessions from /run/current-system/profile/share/xsessions *** The Linux “YAMA” restricting policy on PTRACE_ATTACH is now disabled *** /etc/shells now lists all the user accounts’ shells *** /gnu/store is now remounted read-only, to avoid accidental modification OBS-URL: https://build.opensuse.org/request/show/307198 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/guix?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
f3bd7fb976
commit
7ea4d02f4e
67
guix.changes
67
guix.changes
@@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 11:57:47 UTC 2015 - sleep_walker@suse.cz
|
||||
|
||||
- bump to 0.8.2
|
||||
changes since 0.8.1
|
||||
** Package management
|
||||
|
||||
*** New “binary tarball” installation method is available
|
||||
*** New ‘guix publish’ command, to publish one’s store
|
||||
*** ‘guix package’ runs “profile creation hooks” as needed
|
||||
*** ‘guix package’ creates an ‘etc/profile’ file in the profile
|
||||
*** Commands understand version prefixes, such as ‘gcc-5’ for ‘gcc-5.1.0’
|
||||
*** ‘guix package --search’ now sorts packages by name and version
|
||||
*** Substitute information is now fetched using HTTP pipelining
|
||||
*** ‘guix package’ warns when a $GUIX_PACKAGE_PATH module cannot be loaded
|
||||
*** New ‘--sources’ option to ‘guix build’
|
||||
*** New Bash completion file, installed in $sysconfdir/bash_completion.d
|
||||
*** New ‘guix import hackage’ command
|
||||
*** ‘guix lint’ supports FTP for the ‘source’ and ‘home-page’ checkers
|
||||
*** ‘guix lint’ has a new ‘derivation’ checker
|
||||
*** ‘guix import cpan’ better handles dependencies and licenses
|
||||
*** Packages are now build in an environment with a UTF-8 locale
|
||||
** Distribution
|
||||
*** C library's name service switch (NSS) is now fully configurable
|
||||
*** New services: wicd, lirc, colord, upower, console-keymap, postgresql
|
||||
*** Xorg service supports new drivers, such as Nouveau
|
||||
*** lsh service has new options, initializes its seed by default
|
||||
*** /etc/ssl symlink is created, for X.509 certificates
|
||||
*** ‘guix system’ reports duplicate service identifiers
|
||||
*** New /etc/bashrc file that loads Bash completion when available
|
||||
*** SLiM service uses sessions from /run/current-system/profile/share/xsessions
|
||||
*** The Linux “YAMA” restricting policy on PTRACE_ATTACH is now disabled
|
||||
*** /etc/shells now lists all the user accounts’ shells
|
||||
*** /gnu/store is now remounted read-only, to avoid accidental modification
|
||||
*** /etc/profile is sources each profile’s ‘etc/profile’ file
|
||||
*** 718 new packages
|
||||
*** 189 package updates
|
||||
** Programming interfaces
|
||||
*** New (guix build gremlin) to parse and validate ELF dynamic link info
|
||||
*** (guix build-system gnu) has a new ‘validate-runpath’ phase
|
||||
*** New (gnu services desktop) module and ‘%desktop-services’ variable
|
||||
*** New (guix cvs-download) module, for CVS checkouts
|
||||
*** New (guix build-system waf) module, for the Waf build system
|
||||
*** New (guix build-system haskell) module, to build Haskell packages
|
||||
*** (guix build-system gnu) now supports zip archives
|
||||
*** New convenience syntax ‘modify-phases’ added in (guix build utils)
|
||||
*** The ‘ld’ wrapper more finely determines whether to use ‘-rpath’
|
||||
*** (guix gexp) exports ‘gexp-input’ to describe input unambiguously
|
||||
*** The ‘define-gexp-compiler’ form allows (guix gexp) to be extended
|
||||
*** New ‘local-file’ constructor exported by (guix gexp)
|
||||
** Noteworthy bug fixes
|
||||
*** Profiles created with ‘guix package -p’ as indirect GC roots
|
||||
*** ‘guix package’ distinguishes downgrades from upgrades
|
||||
*** Handle HTTP redirects to relative URI references
|
||||
*** Downloads now honor the ‘http_proxy’ environment variable
|
||||
*** ‘--no-*’ options are now always correctly handled
|
||||
*** SLiM no longer leaks open file descriptors
|
||||
*** Don't compare <pam-service> objects with 'equal?'
|
||||
*** x86_64 and i686 bootstrap binaries updated (<http://bugs.gnu.org/19780>)
|
||||
*** ‘find-files’ no longer follows symlinks (<http://bugs.gnu.org/20081>)
|
||||
*** libc message catalog (‘libc.mo’) is now installed
|
||||
*** libstdc++ has appropriate RUNPATH (<http://bugs.gnu.org/20358>)
|
||||
*** ‘dhcp-client-service’ now correctly tracks dhclient’s PID
|
||||
** Native language support
|
||||
*** New translations: da (Danish)
|
||||
*** Updated translations: eo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 25 18:39:31 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user