diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 11:57:58 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 12:54:05 +0200 |
commit | 7e5752fc8d56faedc661d1056bc7ec45ea59e704 (patch) | |
tree | ef201c2cc7bf6ed439da4c79b51b3ffed10e69fc /CHANGELOG.md | |
parent | d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 (diff) | |
download | justbuild-7e5752fc8d56faedc661d1056bc7ec45ea59e704.tar.gz |
Release 1.6.0v1.6.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d01525..5de90d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Release `1.6.0` (UNRELEASED) +## Release `1.6.0` (2025-06-27) A feature release on top of `1.5.0`, backwards compatible. @@ -54,6 +54,13 @@ for building and testing. So, to avoid accidentally trying to fetch more than is absolutely needed, `bin/bootstrap.py` was changed to use the original, manually-maintained `etc/repos.in.json`. +### Changes since `1.6.0~beta1` + +- The flexible variables of the bundled `ssl` description have been fixed, + fixing a bootstrap issue in bundled (i.e., non-package) build. +- The setup of one test has been fixed. +- Various improvements to the documentation. + ## Release `1.6.0~beta1` (2025-06-24) First beta release for the upcoming `1.6.0` release; see release |