diff options
| author | Dan Engelbrecht <[email protected]> | 2025-12-17 10:55:00 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-12-17 10:55:00 +0100 |
| commit | cc3c06713207e791f4b700acfa441116f2718d67 (patch) | |
| tree | b3ca04347938ac93baa6c85a9866825da943e00f /CHANGELOG.md | |
| parent | 5.7.15-pre0 (diff) | |
| download | zen-cc3c06713207e791f4b700acfa441116f2718d67.tar.xz zen-cc3c06713207e791f4b700acfa441116f2718d67.zip | |
fix scavenge source path match (again) (#694)
* fix check for scavenged path matching target path
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6008244..1ba91f439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - `--boost-worker-count` - Increase the number of worker threads - may cause computer to be less responsive - `--boost-worker-memory` - Increase the limit where we write downloaded data to temporary storage to conserve space - may cause computer to be less responsive due to high memory usage - `--boost-workers` - Enables both 'boost-worker-count' and 'boost-worker-memory' - may cause computer to be less responsive +- Bugfix: Fixed warning due to calling std::filesystem::equivalent on a non-existing path (again) ## 5.7.14 - Improvement: asio http server now supports the `--dedicated` option which prevents port remapping |