From e70bbff27884066cb07504337258ba7bc32d9176 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 19 Mar 2026 11:23:38 +0100 Subject: [PATCH] release: release notes for 2.95.1 Release created with releng/create_release.xsh Change-Id: I8361f8049cba271390280bbdefb627496df9f21e --- doc/manual/rl-next/fix-static-builds.md | 9 --------- doc/manual/rl-next/libexpr-fix-stdout.md | 9 --------- doc/manual/src/release-notes/rl-2.95.md | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 doc/manual/rl-next/fix-static-builds.md delete mode 100644 doc/manual/rl-next/libexpr-fix-stdout.md diff --git a/doc/manual/rl-next/fix-static-builds.md b/doc/manual/rl-next/fix-static-builds.md deleted file mode 100644 index f786c7072..000000000 --- a/doc/manual/rl-next/fix-static-builds.md +++ /dev/null @@ -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. diff --git a/doc/manual/rl-next/libexpr-fix-stdout.md b/doc/manual/rl-next/libexpr-fix-stdout.md deleted file mode 100644 index b52490972..000000000 --- a/doc/manual/rl-next/libexpr-fix-stdout.md +++ /dev/null @@ -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. diff --git a/doc/manual/src/release-notes/rl-2.95.md b/doc/manual/src/release-notes/rl-2.95.md index e8b65d46c..22c4a0780 100644 --- a/doc/manual/src/release-notes/rl-2.95.md +++ b/doc/manual/src/release-notes/rl-2.95.md @@ -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)