about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2023-12-19 21:38:49 -0600
committerThomas Watson <twatson52@icloud.com>2023-12-19 21:38:49 -0600
commit56c1ef38d3e04eae9b5867669ed131601fa99a7d (patch)
tree09f09c3475a3937265bf008caea890f0afda1961
parentefc5d040a4a25d27bc732793200412b4280c5d7c (diff)
downloadnixlib-56c1ef38d3e04eae9b5867669ed131601fa99a7d.tar
nixlib-56c1ef38d3e04eae9b5867669ed131601fa99a7d.tar.gz
nixlib-56c1ef38d3e04eae9b5867669ed131601fa99a7d.tar.bz2
nixlib-56c1ef38d3e04eae9b5867669ed131601fa99a7d.tar.lz
nixlib-56c1ef38d3e04eae9b5867669ed131601fa99a7d.tar.xz
nixlib-56c1ef38d3e04eae9b5867669ed131601fa99a7d.tar.zst
nixlib-56c1ef38d3e04eae9b5867669ed131601fa99a7d.zip
release 2023-12-19
-rw-r--r--README.md2
-rw-r--r--docs/release-notes.md17
-rw-r--r--docs/uefi-standalone.md12
3 files changed, 24 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2a60cd8e5e47..d28cc7cb0972 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 4bf65b9e3c52..d7bd23b821d7 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 06e9c6228f3d..1209027cced7 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/).