diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2021-05-10 11:42:03 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-05-10 11:42:03 +0200 |
| commit | 3a0fcaa0fe721792d1543e863c3fba805376bdac (patch) | |
| tree | a6ed4c98c2a6c38732dcc916e87e3044097ccd76 | |
| parent | 8a154c29151fc445e8d0364f507f6e200de1e700 (diff) | |
Update NEWS.
| -rw-r--r-- | NEWS | 36 |
1 files changed, 36 insertions, 0 deletions
| @@ -35,12 +35,30 @@ Please send Guix bug reports to bug-guix@gnu.org. | |||
| 35 | *** Offloading no longer requires ‘guile’ to be in $PATH on build machines | 35 | *** Offloading no longer requires ‘guile’ to be in $PATH on build machines |
| 36 | *** ‘GUIX_EXTENSIONS_PATH’ is honored when looking for extensions such as GWL | 36 | *** ‘GUIX_EXTENSIONS_PATH’ is honored when looking for extensions such as GWL |
| 37 | *** New ‘--format’ option for ‘guix processes’ | 37 | *** New ‘--format’ option for ‘guix processes’ |
| 38 | *** ‘guix upgrade’ can now be passed several regexps | ||
| 38 | 39 | ||
| 39 | ** Distribution | 40 | ** Distribution |
| 40 | 41 | ||
| 41 | *** ‘qemu-binfmt-service-type’ now relies on statically-linked QEMU | 42 | *** ‘qemu-binfmt-service-type’ now relies on statically-linked QEMU |
| 43 | *** ‘sysctl-service-type’ enables Linux protected hardlinks/symlinks by default | ||
| 44 | *** ‘%base-services’ now includes a default ‘sysctl-service-type’ instance | ||
| 45 | *** Linux Logical Volumne Manager (LVM) now supported, via ‘lvm-device-mapping’ | ||
| 42 | *** ‘guix system init’ has been optimized | 46 | *** ‘guix system init’ has been optimized |
| 47 | *** ‘guix system’ warns when users/groups appear more than once | ||
| 48 | *** ‘guix system image -t rock64-raw’ produces images for Rock64 devices | ||
| 49 | *** ‘herd discover guix-daemon on’ turns on substitute server discovery | ||
| 50 | *** Default initrd now supports bcachefs | ||
| 51 | *** CUPS service includes ‘brlaser’ extension by default | ||
| 52 | *** “lp” group is no longer included in ‘%base-groups’ | ||
| 43 | *** New ‘--graph-backend’ option for ‘guix system {extension,shepherd}-graph’ | 53 | *** New ‘--graph-backend’ option for ‘guix system {extension,shepherd}-graph’ |
| 54 | *** New services | ||
| 55 | |||
| 56 | agate, cuirass-remote-worker, ipfs, keepalived, laminar, radicale, syncthing, | ||
| 57 | transmission-daemon, wireguard, xorg-server | ||
| 58 | |||
| 59 | *** XXX new packages | ||
| 60 | |||
| 61 | *** XXX package updates | ||
| 44 | 62 | ||
| 45 | ** Programming interfaces | 63 | ** Programming interfaces |
| 46 | 64 | ||
| @@ -67,6 +85,24 @@ Please send Guix bug reports to bug-guix@gnu.org. | |||
| 67 | (<https://issues.guix.gnu.org/46330>) | 85 | (<https://issues.guix.gnu.org/46330>) |
| 68 | *** Update GnuTLS to 3.6.15, addressing a time-dependent test failure | 86 | *** Update GnuTLS to 3.6.15, addressing a time-dependent test failure |
| 69 | (<https://issues.guix.gnu.org/44559>) | 87 | (<https://issues.guix.gnu.org/44559>) |
| 88 | *** Booted system is fully protected from garbage collection | ||
| 89 | (<https://issues.guix.gnu.org/46767>) | ||
| 90 | *** Add MSDOS disk label support on UEFI systems | ||
| 91 | (<https://issues.guix.gnu.org/47889>) | ||
| 92 | *** Installer’s kmscon no longer uses up 100% CPU | ||
| 93 | (<https://issues.guix.gnu.org/39341>) | ||
| 94 | *** Git checkouts can be updated to the remote’s default HEAD | ||
| 95 | (<https://issues.guix.gnu.org/45187>) | ||
| 96 | *** ‘guix pull’ correctly displays early builds and downloads | ||
| 97 | (<https://issues.guix.gnu.org/41930>) | ||
| 98 | *** Fix OpenRC init scripts for ‘guix-daemon’ | ||
| 99 | (<https://issues.guix.gnu.org/46871>) | ||
| 100 | *** Activate system when switching generations | ||
| 101 | (<https://issues.guix.gnu.org/38884>) | ||
| 102 | *** ‘guix environment -C’ preserves original mount flags | ||
| 103 | (<https://issues.guix.gnu.org/46292>) | ||
| 104 | *** Remove duplicates in profile transactions | ||
| 105 | (<https://issues.guix.gnu.org/23874>) | ||
| 70 | 106 | ||
| 71 | ** Native language support | 107 | ** Native language support |
| 72 | 108 | ||
