summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-01-13 13:12:23 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-01-13 16:57:20 +0100
commit6b3953228e0b0bdf311a9b777aa3010f42efad44 (patch)
tree74e9e39a287a222bfc2ee12657d23cea93f46231
parent6eca207bc71c251931c4169db334d687e0b2e831 (diff)
downloadjustbuild-6b3953228e0b0bdf311a9b777aa3010f42efad44.tar.gz
Udpate CHANGELOG
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c166caf9..82418a62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
Bug fixes on top of `1.4.1`.
+### Fixes
+
+- A race condition in the use of `libgit2` was fixed that could
+ result in a segmentation fault.
+- The Git cache root repository on a `just serve` endpoint is now
+ ensured to always exist and be initialized before being operated on.
+- `just-mr` properly enforces that repository `subdir` entries are
+ non-upwards relative paths.
+- Various improvements in the documentation.
+
## Release `1.4.1` (2024-12-03)
Bug fixes on top of `1.4.0`.