Skip to content

Commit 7688b17

Browse files
authored
Merge pull request #661 from NixOS/release-0.19.1
Release 0.19.1
2 parents ebf1e84 + b956517 commit 7688b17

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release History
22

3+
## 0.19.1 (July 6, 2026)
4+
5+
A small bug fix release for `--build-resolution-cache`.
6+
7+
### Bug fixes
8+
9+
* `--build-resolution-cache`: run-path entries that only resolve at run time are
10+
now recorded as search hints in run-path order instead of being dropped or
11+
baked in as bogus exact entries, so cached resolution keeps the semantics of a
12+
plain run-path walk (#658, #659). This covers empty and relative components,
13+
absolute directories absent at patch time (such as `/run/opengl-driver/lib`
14+
on NixOS), trailing empty components, and entries that exist but are not
15+
searchable directories when patching.
16+
317
## 0.19.0 (June 26, 2026)
418

519
This is the first feature release since 0.18.0 (April 2023) and collects three

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.19.0
1+
0.19.1

0 commit comments

Comments
 (0)