mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Update NEWS.
This commit is contained in:
parent
762ba22efe
commit
22872f7666
1 changed files with 48 additions and 0 deletions
48
NEWS
48
NEWS
|
@ -11,6 +11,54 @@ Copyright © 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||||
|
|
||||||
Please send Guix bug reports to bug-guix@gnu.org.
|
Please send Guix bug reports to bug-guix@gnu.org.
|
||||||
|
|
||||||
|
* Changes in 1.0.1 (since 1.0.0)
|
||||||
|
** Distribution
|
||||||
|
*** ‘guix system docker-image’ now produces images with an entry point
|
||||||
|
*** New ‘--network’ option for ‘guix system container’
|
||||||
|
*** ‘gcc’ package is now hidden; ‘gcc-toolchain’ is what users want
|
||||||
|
*** ‘mcron’ service now logs to /var/log/mcron.log
|
||||||
|
*** Dovecot: ‘auth-verbose-passwords?’ renamed from ‘auth-verbose-passwords’
|
||||||
|
*** ‘slim’ service now allows for multiple instances on different VTs
|
||||||
|
*** 70 new packages
|
||||||
|
*** 483 package updates
|
||||||
|
|
||||||
|
Noteworthy updates:
|
||||||
|
gdb 8.3, ghc 8.4.3, glibc 2.28, gnupg 2.2.15, go 1.12.1, guile 2.2.4,
|
||||||
|
icecat 60.6.2-guix1, icedtea 3.7.0, linux-libre 5.1.2, python 3.7.0,
|
||||||
|
rust 1.34.1, shepherd 0.6.1
|
||||||
|
|
||||||
|
** Programming interfaces
|
||||||
|
*** New (guix lzlib) module, to be used eventually for substitute compression
|
||||||
|
** Noteworthy bug fixes
|
||||||
|
*** Installer appends packages to ‘%base-packages’
|
||||||
|
(<https://bugs.gnu.org/35541>)
|
||||||
|
*** Installer allows for arbitrary-long passphrases and passwords
|
||||||
|
(<https://bugs.gnu.org/35716>)
|
||||||
|
*** ‘network-manager-applet’ is provided as part of ‘%desktop-services’
|
||||||
|
(<https://bugs.gnu.org/35554>)
|
||||||
|
*** Installer can create Btrfs file systems
|
||||||
|
(<https://bugs.gnu.org/35655>)
|
||||||
|
*** Installer password entry visibility can be toggled
|
||||||
|
(<https://bugs.gnu.org/35540>)
|
||||||
|
*** ‘guix-daemon.service’ file for systemd selects a valid UTF-8 locale
|
||||||
|
(<https://bugs.gnu.org/35671>)
|
||||||
|
*** ‘gnome-tweak-tool’ starts correctly
|
||||||
|
(<https://bugs.gnu.org/35597>)
|
||||||
|
*** ‘getlogin’ C function now works as expected
|
||||||
|
(<https://bugs.gnu.org/35553>)
|
||||||
|
*** Leading zeros are preserved when serializing FAT UUIDs
|
||||||
|
(<https://bugs.gnu.org/35582>)
|
||||||
|
*** ‘guix search’ now searches output names
|
||||||
|
(<https://bugs.gnu.org/35588>)
|
||||||
|
*** ‘guix environment’ in non ad-hoc mode honors package transformations
|
||||||
|
(<https://bugs.gnu.org/35618>)
|
||||||
|
*** ‘guix refresh’ correctly determines the latest version for GitHub
|
||||||
|
(<https://bugs.gnu.org/35684>)
|
||||||
|
|
||||||
|
** Native language support
|
||||||
|
*** New preliminary translation of the manual to Russian
|
||||||
|
*** Updated translations: da, de, es, fr
|
||||||
|
|
||||||
* Changes in 1.0.0 (since 0.16.0)
|
* Changes in 1.0.0 (since 0.16.0)
|
||||||
** Package management
|
** Package management
|
||||||
*** New ‘-v’/‘--verbosity’ option for all commands
|
*** New ‘-v’/‘--verbosity’ option for all commands
|
||||||
|
|
Loading…
Reference in a new issue