diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-03-29 14:41:34 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-04-03 21:33:19 +0800 |
| commit | 14dafc04725a13f40c2851f4b7e993a0583d7a4e (patch) | |
| tree | 90bc70fec897edfedcaf32cd64caed8f8a5a06fc | |
| parent | f6f40139198227a8a68b47cd9b30b28b42c62ac2 (diff) | |
Update NEWS.
* NEWS
(New procedure `binary-package-from-sources' for better multiarch binary package support)
(`package-with-alias' now uses the superseding mechanism)
(NVIDIA: aarch64-linux and legacy series (390.xx, 470.xx) support)
(NVIDIA proprietary driver: open source kernel modules now built from git):
New entries.
| -rw-r--r-- | NEWS | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -1,10 +1,27 @@ - -*- org -*- +-*- org -*- # SPDX-License-Identifier: CC0-1.0 # Copyright © 2022-2023 Jonathan Brielmaier <jonathan.brielmaier@web.de> # Copyright © 2023 John Kehayias <john.kehayias@protonmail.com> +# Copyright © 2026 Hilton Chain <hako@ultrarare.space> #+TITLE: NEWS about user visible changes of nonguix -* Unreleased +* 2026-04 +*** NVIDIA: open source kernel modules now built from git +From testing, their compatibility with kernels is different from the ones we +packaged before. Please refer to our documentation for currently supported +kernels. + +*** NVIDIA: aarch64-linux and legacy series (390.xx, 470.xx) support + +*** `package-with-alias' now uses the superseding mechanism +This is the same mechanism as seen in package deprecations. It is implemented +in Guix UI so we can bind new names to a package without needing to rebuild. + +*** New procedure `binary-package-from-sources' for better multiarch binary package support +Examples are available in =(nongnu packages nvidia)=. Sources are defiend as +=<package>= to support ~guix refresh~ with manifests. + +* 2023-07 *** New `chromium-binary-build-system` * Changes in 1.4.0 (since 2022-05-21 (Guix 1.3.0)) |
