diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-05 17:11:09 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-05 17:23:45 +0100 |
commit | 2a74efbff53c5901b4044da3531698171431cc87 (patch) | |
tree | 1dbe6423a0028ff20586d74602baad5a693e2b36 /CHANGELOG.md | |
parent | f414d322d10ede09fcfb731ecee463a72ef78c13 (diff) | |
download | justbuild-2a74efbff53c5901b4044da3531698171431cc87.tar.gz |
CHANGELOG: document recent fixes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8b8bad..7e4fed15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,12 @@ A feature release on top of `1.4.0`, backwards compatible. ### Fixes - Fixes ensuring proper pointer life time and access check. +- A race condition in the use of `libgit2` was fixed that could + result in a segmentation fault. - Git operations are now properly locked against each other, also between processes where necessary. +- `just install-cas` correctly exits with non-zero exit code on + failure, also if isntallation to stdout is requested. - `just traverse` now exits unconditionally after traversal, also in case of failure. - Missing entries in the documentation have been added. |