diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-13 13:12:23 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-13 16:57:20 +0100 |
commit | 6b3953228e0b0bdf311a9b777aa3010f42efad44 (patch) | |
tree | 74e9e39a287a222bfc2ee12657d23cea93f46231 | |
parent | 6eca207bc71c251931c4169db334d687e0b2e831 (diff) | |
download | justbuild-6b3953228e0b0bdf311a9b777aa3010f42efad44.tar.gz |
Udpate CHANGELOG
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c166caf9..82418a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ Bug fixes on top of `1.4.1`. +### Fixes + +- A race condition in the use of `libgit2` was fixed that could + result in a segmentation fault. +- The Git cache root repository on a `just serve` endpoint is now + ensured to always exist and be initialized before being operated on. +- `just-mr` properly enforces that repository `subdir` entries are + non-upwards relative paths. +- Various improvements in the documentation. + ## Release `1.4.1` (2024-12-03) Bug fixes on top of `1.4.0`. |