summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2026-03-29 14:41:34 +0800
committerHilton Chain <hako@ultrarare.space>2026-04-03 21:33:19 +0800
commit14dafc04725a13f40c2851f4b7e993a0583d7a4e (patch)
tree90bc70fec897edfedcaf32cd64caed8f8a5a06fc /NEWS
parentf6f40139198227a8a68b47cd9b30b28b42c62ac2 (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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 724ca08..11f2b4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,27 @@
1 -*- org -*- 1-*- org -*-
2# SPDX-License-Identifier: CC0-1.0 2# SPDX-License-Identifier: CC0-1.0
3# Copyright © 2022-2023 Jonathan Brielmaier <jonathan.brielmaier@web.de> 3# Copyright © 2022-2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
4# Copyright © 2023 John Kehayias <john.kehayias@protonmail.com> 4# Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
5# Copyright © 2026 Hilton Chain <hako@ultrarare.space>
5#+TITLE: NEWS about user visible changes of nonguix 6#+TITLE: NEWS about user visible changes of nonguix
6 7
7* Unreleased 8* 2026-04
9*** NVIDIA: open source kernel modules now built from git
10From testing, their compatibility with kernels is different from the ones we
11packaged before. Please refer to our documentation for currently supported
12kernels.
13
14*** NVIDIA: aarch64-linux and legacy series (390.xx, 470.xx) support
15
16*** `package-with-alias' now uses the superseding mechanism
17This is the same mechanism as seen in package deprecations. It is implemented
18in Guix UI so we can bind new names to a package without needing to rebuild.
19
20*** New procedure `binary-package-from-sources' for better multiarch binary package support
21Examples are available in =(nongnu packages nvidia)=. Sources are defiend as
22=<package>= to support ~guix refresh~ with manifests.
23
24* 2023-07
8*** New `chromium-binary-build-system` 25*** New `chromium-binary-build-system`
9 26
10* Changes in 1.4.0 (since 2022-05-21 (Guix 1.3.0)) 27* Changes in 1.4.0 (since 2022-05-21 (Guix 1.3.0))