diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-07 10:46:02 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-07 11:09:47 +0200 |
commit | 14bbf74ab66e9926f0f606c08b04f83b3c379b37 (patch) | |
tree | bde05909a78ea90da432f510e64e090d9290692d /CHANGELOG.md | |
parent | 49fe646298a92364ea199bb7fca50f86dd112ed2 (diff) | |
download | justbuild-14bbf74ab66e9926f0f606c08b04f83b3c379b37.tar.gz |
Update Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f31e58..858135f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,18 @@ A feature release on top of `1.3.0`, backwards compatible. error when building against ignore-special roots. - `just` now accurately reports internal errors that occured on the serve endpoint. +- Target-level cache entries are only written if all export targets + depended upon are also written to or found in cache; previously, + it was assumed that all export targets not analysed locally + were local cache hits, an assumption that no longer holds in + 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. +- Internal code clean up, reducing memory footprint, in particular + for simultaneous upload of a large number of blobs. - Dependencies have been updated to also build with gcc 14. +- Porability improvements of the code by not relying on implementation + details of the compiler. - Various improvements of the documentation. ## Release `1.3.0` (2024-05-08) |