diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-19 14:06:01 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-19 14:41:46 +0200 |
commit | d88b339c386b81492fce481cb8fc12d1f1d90aad (patch) | |
tree | 128039a3191662839cc7e5e9d60ec395f43ee9fa /CHANGELOG.md | |
parent | 2cf9af5e597abbe58f319e527eda5ac200ffbfd6 (diff) | |
download | justbuild-d88b339c386b81492fce481cb8fc12d1f1d90aad.tar.gz |
Release 1.1.0v1.1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 57404c0c..bf359662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Release `1.1.0` (UNRELEASED) +## Release `1.1.0` (2023-05-19) A feature release on top of `1.0.0`, backwards compatible. @@ -31,6 +31,14 @@ A feature release on top of `1.0.0`, backwards compatible. local CAS - `just analyse` now supports a new option `--dump-export-targets` +### Note + +There is a regression in `libgit2` versions `1.6.1` up to and +including `1.6.4` with a fix already committed upstream. This +regression makes `just` unusable when built against those versions. +Therefore, the third-party build description for `libgit2` is still +for version `1.5.2`. + ## Release `1.1.0~beta2` (2023-05-15) Second beta release for the upcoming `1.1.0` release; see release |