From 56c1ef38d3e04eae9b5867669ed131601fa99a7d Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Tue, 19 Dec 2023 21:38:49 -0600 Subject: [PATCH] release 2023-12-19 --- README.md | 2 +- docs/release-notes.md | 17 +++++++++++++++++ docs/uefi-standalone.md | 12 ++++++------ 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2a60cd8e..d28cc7cb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Please see the documentation and guide below to get started. ## Documentation * [Release Notes](docs/release-notes.md) -* [Setup, Installation, and Maintenance Guide (2023-10-21)](docs/uefi-standalone.md) +* [Setup, Installation, and Maintenance Guide (2023-12-19)](docs/uefi-standalone.md) ## Credits diff --git a/docs/release-notes.md b/docs/release-notes.md index 4bf65b9e..d7bd23b8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,23 @@ This file contains important information for each release. +## 2023-12-19 + +This release updates nixpkgs, m1n1, U-Boot, the kernel, and Mesa. + +With the official announcement of the Fedora Asahi Remix, nixos-apple-silicon is +now tracking package versions and capabilities as they appear in Fedora, in +order to offer the upstream intended user experience. + +Updating nixpkgs brings us past the 23.11 release and on the path to 24.05. +Other updates bring HDMI support for supported machines and firmware versions. +Don't expect this to work if you installed before August 2023; workarounds will +be made available shortly, and a long-term solution will hopefully be +implemented by Asahi and incorporated here as well. + +Speaker support will be added in the next release once safe implementation and +testing is completed. Thanks for the patience and understanding. + ## 2023-11-19 This release updates nixpkgs. diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md index 06e9c622..1209027c 100644 --- a/docs/uefi-standalone.md +++ b/docs/uefi-standalone.md @@ -1,11 +1,11 @@ -# UEFI Boot Standalone NixOS (2023-11-19) +# UEFI Boot Standalone NixOS (2023-12-19) This guide will build and was tested with the following software: -* Asahi Linux kernel version 6.5.0-asahi15 -* Asahi Linux's Mesa version 23.3.0_asahi-20230904-1 -* m1n1 version v1.4.2 -* Asahi Linux's U-Boot version 2023.07.02.asahi3-1 -* Nixpkgs, as of 2023-11-19 +* Asahi Linux kernel version 6.6.0-asahi14 +* Asahi Linux's Mesa version 24.0.0_asahi-20231213-1 +* m1n1 version v1.4.11 +* Asahi Linux's U-Boot version 2023.07.02.asahi4-1 +* Nixpkgs, as of 2023-12-17 * macOS stub 12.3 NOTE: The latest version of this guide will always be [at its home](https://github.com/tpwrules/nixos-apple-silicon/blob/main/docs/uefi-standalone.md). For more general information about Linux on Apple Silicon Macs, refer to the [Asahi Linux project](https://asahilinux.org/) and [alpha installer release](https://asahilinux.org/2022/03/asahi-linux-alpha-release/).