release: release notes for 2.95.3

Release created with releng/create_release.xsh

Change-Id: If6aa1d7119e899277c2572d26c5914185d1596e5
This commit is contained in:
Raito Bezarius
2026-05-08 14:24:08 +02:00
parent 1898a6e05a
commit 23c66f4df0
2 changed files with 12 additions and 9 deletions
-9
View File
@@ -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.
+12
View File
@@ -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