release: release notes for 2.95.1

Release created with releng/create_release.xsh

Change-Id: I8361f8049cba271390280bbdefb627496df9f21e
This commit is contained in:
Raito Bezarius
2026-03-19 11:24:48 +01:00
parent d2f8263fb8
commit e70bbff278
3 changed files with 18 additions and 18 deletions
-9
View File
@@ -1,9 +0,0 @@
---
synopsis: "fix static builds"
issues: []
cls: [5385]
category: "Fixes"
credits: [horrors]
---
Static builds using musl were broken in 2.95.0 and should work again now.
-9
View File
@@ -1,9 +0,0 @@
---
synopsis: "flake config warnings are now printed to stderr"
issues: [1155]
cls: [5379]
category: "Fixes"
credits: [lheckemann]
---
The settings listed in a flake-config confirmation prompt are now printed to stderr rather than stdout, which allows `nix print-dev-env` to emit valid bash again even in the presence of untrusted settings.
+18
View File
@@ -1,4 +1,22 @@
# Lix 2.95 "Kakigōri" (2026-03-13)
# Lix 2.95.1 (2026-03-19)
## Fixes
- fix static builds [cl/5385](https://gerrit.lix.systems/c/lix/+/5385)
Static builds using musl were broken in 2.95.0 and should work again now.
Many thanks to [eldritch horrors](https://git.lix.systems/pennae) for this.
- flake config warnings are now printed to stderr [lix#1155](https://git.lix.systems/lix-project/lix/issues/1155) [cl/5379](https://gerrit.lix.systems/c/lix/+/5379)
The settings listed in a flake-config confirmation prompt are now printed to stderr rather than stdout, which allows `nix print-dev-env` to emit valid bash again even in the presence of untrusted settings.
Many thanks to [lheckemann](https://git.lix.systems/lheckemann) for this.
# Lix 2.95.0 (2026-03-13)