diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-28 16:15:18 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-28 18:47:34 +0200 |
commit | 4e7d2c467d384503fedb5e6e36052cd56d69666e (patch) | |
tree | 666177ca79584ca2acf57ccd326f336464c81b71 /CHANGELOG.md | |
parent | f0d2d5d789760fb5f097bc9c5e71633ed0da205c (diff) | |
download | justbuild-4e7d2c467d384503fedb5e6e36052cd56d69666e.tar.gz |
just-mr: move tmp-workspace under generation rotation
... so that any left-over directories, in case of abnormal termination
are cleaned up eventually.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8598de89..fe57bcc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,9 @@ A feature release on top of `1.1.0`, backwards compatible. - `just-import-git` now supports an option `--plain` to import a repository without dependencies. - Minor changes to the layout of the local build root; in particular, - left-over execution directories will eventually get cleaned up - by garbage collection. + left-over execution directories, as well as left-over temporary + directories of `just-mr`, will eventually get cleaned up by + garbage collection. - `just-mr` now supports unpacking tar archives compressed with bzip2 and xz. |