We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d566183 commit 2e55b9aCopy full SHA for 2e55b9a
1 file changed
CHANGELOG
@@ -11,4 +11,8 @@ A list of user-facing changes since the latest Shadow release.
11
to search for pkg-config files, C headers, and libraries. It obsoletes the options `--library` and `--include`.
12
* Fixed a bug causing `mmap` to fail when called on a file descriptor that was
13
opened with `O_NOFOLLOW`. https://github.com/shadow/shadow/pull/2353
14
+* Bare executable names are now resolved by searching shadow's `PATH`. Previously these were
15
+interpreted as relative to the current directory. For backwards compatibility, Shadow will currently
16
+prefer a binary in that location if one is found but log a warning. Such cases should be disambiguated
17
+by using an absolute path or prefixing with `./`.
18
* (add entry here)
0 commit comments