From 23c66f4df0128ef94c987670f711732f001ecb10 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 8 May 2026 14:24:08 +0200 Subject: [PATCH] release: release notes for 2.95.3 Release created with releng/create_release.xsh Change-Id: If6aa1d7119e899277c2572d26c5914185d1596e5 --- doc/manual/rl-next/fix-upgrade-nix.md | 9 --------- doc/manual/src/release-notes/rl-2.95.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 doc/manual/rl-next/fix-upgrade-nix.md diff --git a/doc/manual/rl-next/fix-upgrade-nix.md b/doc/manual/rl-next/fix-upgrade-nix.md deleted file mode 100644 index 91f5f229f..000000000 --- a/doc/manual/rl-next/fix-upgrade-nix.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -synopsis: "Fix upgrade-nix breaking its own access to the daemon" -cls: [5504, 5567] -category: "Fixes" -issues: [fj#1189, fj#1207] -credits: [Qyriad] ---- - -`nix upgrade-nix`, and the helper script `misc/upgrade-lix.sh` now pass `--store local` to all Nix commands, so the upgrade process can make changes to the daemon without breaking further steps in the upgrade. diff --git a/doc/manual/src/release-notes/rl-2.95.md b/doc/manual/src/release-notes/rl-2.95.md index b01dab977..b35ea2f01 100644 --- a/doc/manual/src/release-notes/rl-2.95.md +++ b/doc/manual/src/release-notes/rl-2.95.md @@ -1,4 +1,16 @@ # Lix 2.95 "Kakigōri" (2026-03-13) +# Lix 2.95.3 (2026-05-08) +## Fixes + +- Fix upgrade-nix breaking its own access to the daemon [lix#1189](https://git.lix.systems/lix-project/lix/issues/1189) [lix#1207](https://git.lix.systems/lix-project/lix/issues/1207) [cl/5504](https://gerrit.lix.systems/c/lix/+/5504) [cl/5567](https://gerrit.lix.systems/c/lix/+/5567) + + `nix upgrade-nix`, and the helper script `misc/upgrade-lix.sh` now pass `--store local` to all Nix commands, so the upgrade process can make changes to the daemon without breaking further steps in the upgrade. + + Many thanks to [Qyriad](https://git.lix.systems/Qyriad) for this. + + + + # Lix 2.95.2 (2026-05-04) ## Fixes