summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-09-13 12:52:55 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-09-13 16:14:43 +0200
commitd0e9e397b46f0183850dc2bb36ff3f74d1668fb8 (patch)
tree8cb963446d607adbc4a6c3b16e5178bad87be4e1 /CHANGELOG.md
parentc6e54c801cb33f1fee93cdc610118c6ce4d56238 (diff)
downloadjustbuild-d0e9e397b46f0183850dc2bb36ff3f74d1668fb8.tar.gz
CHANGELOG: describe current state of affairs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 723af031..8f2bcb20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,31 @@
A feature release on top of `1.2.0`, backwards compatible.
+### Major new features
+
+- New subcommand `just serve` to start server answering queries
+ about the tree of a given commit, if known. The functionality
+ of this subcommand will be extended over time to eventually
+ provide a target-level caching service as described in the
+ corresponding design document.
+- `just-mr` is able to back up and retrieve distribution files
+ from a remote execution endpoint. This simplifies usage in an
+ environment with restricted internet access.
+
+### Other changes
+
+- New script `just-deduplicate-repos` to avoid blow up of the
+ `repos.json` in the case of chained imports with common dependencies.
+- The built-in `"generic"` rule now supports an argument `"sh -c"`,
+ allowing to specify the invocation of the shell (defaulting to
+ `["sh", "-c"]`).
+- `just describe` also shows the values of the implicit dependencies.
+
+### Fixes
+
+- Improved protability and update of the bundled dependencies.
+- Various minor improvements and typo fixes in the documentation.
+
## Release `1.2.0` (2023-08-25)
A feature release on top of `1.1.0`, backwards compatible.