summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-25 10:36:52 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-25 10:37:05 +0200
commita4a59ea849cc439ee67665d0668d8e1f71dfa72e (patch)
treee7c7f6f372860bf3f30d918145b73559e5ab7192 /CHANGELOG.md
parent4de0c7c40397c31a1b61be28c7507d16592282b1 (diff)
downloadjustbuild-a4a59ea849cc439ee67665d0668d8e1f71dfa72e.tar.gz
Release 1.2.0v1.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfedfeba..088d5531 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Release `1.2.0` (UNRELEASED)
+## Release `1.2.0` (2023-08-25)
A feature release on top of `1.1.0`, backwards compatible.
@@ -56,6 +56,21 @@ A feature release on top of `1.1.0`, backwards compatible.
remote-execution endpoints.
- `just install-cas` now, like `just install`, removes an existing
destination file before installing instead of overwriting.
+- Only actions with exit code 0 that generated all required outputs
+ are taken from cache, instead of all actions with exit code 0.
+ This only affects remote execution, as purely local build didn't
+ cache actions with incomplete outputs.
+
+### Changes since `1.2.0~beta3`
+
+- Only actions with exit code 0 that generated all required outputs
+ are taken from cache, instead of all actions with exit code 0.
+ This only affects remote execution, as purely local build didn't
+ cache actions with incomplete outputs.
+- Splitting off libraries from the main binary targets to simplify
+ cherry-picking future fixes from the head development branch.
+- Improvements of the bundled dependency descriptions.
+- Update of documentation.
## Release `1.2.0~beta3` (2023-08-22)