summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-07-01 10:52:15 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-07-01 12:10:42 +0200
commit9ddb30d80d9ee031771f56f2ec218a995c9c4842 (patch)
treecd7848f94dbbc11e29e596a06c75e1d4929860eb
parentbea9f58950be873efd339835616e3d3499d7e45a (diff)
downloadjustbuild-9ddb30d80d9ee031771f56f2ec218a995c9c4842.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab1fbc77..6d51a7ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
Bug fixes on top of `1.6.0`.
+### Fixes
+
+- Fixed missing mandatory locking point of the Git cache in a
+ `just serve` service.
+- `just-mr` now correctly maintains also the Git cache lock when
+ calling `just` if repository configuration was involved,
+ preventing any unwanted intermediary repository garbage collection.
+
## Release `1.6.0` (2025-06-27)
A feature release on top of `1.5.0`, backwards compatible.