diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-15 12:48:31 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-15 12:50:44 +0200 |
commit | c2385f542c596bda0428870e9fd98bcbb2ad2463 (patch) | |
tree | b5c4ccef19884beed83bbd53f7f03d68a85fcf35 /CHANGELOG.md | |
parent | f3d2cb5a3575a4f1c3068e597f48fbd8671998a4 (diff) | |
download | justbuild-c2385f542c596bda0428870e9fd98bcbb2ad2463.tar.gz |
Update CHANGELOG with latest fixes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c16fbb5..8ee96d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,14 +15,23 @@ A feature release on top of `1.3.0`, backwards compatible. the presence of serve end points. This fixes a cache consistency problem if the same remote-execution endpoint is used both, with and without a serve endpoint. +- A race condition in reconstructing executables from large CAS has + been removed that could lead to an open file descriptor being kept + alive for too long, resulting EBUSY failures of actions using this + binary. - Internal code clean up, reducing memory footprint, in particular for simultaneous upload of a large number of blobs. +- Avoidence of duplicate requests and performance improvements when + synchronizing artifacts with another CAS. - Dependencies have been updated to also build with gcc 14. - Portability improvements of the code by not relying on implementation details of the compiler. - Local execution no longer has the requirement that there exist no more files with identical content than the hardlink limit of the underlying file system. +- Various improvements to the tests: dispatching of the summary + action is now possible, tests are independent of a .just-mrrc + file the user might have in their home directory - Various improvements of the documentation. ## Release `1.3.0` (2024-05-08) |