From 5ab3c91bdefffffad9a7e45d1d156146afebb3a7 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 11 Dec 2023 22:42:13 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf09a6f..35a92b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.1.1 + +- For Spack `v0.22.0.dev0` and higher `spack install` without further flags can + install prebuilt binaries from the build cache without erroring about missing + signatures on the binaries. The default build cache is marked as "unsigned". +- Disable `/etc/spack` and `~/.spack` config files, only use `$spack/etc` + ## v2.1.0 - Support shell aware commands like `spack env activate` and `spack load` in the `spack-bash` @@ -10,4 +17,4 @@ - Enable build cache from https://github.com/spack/github-actions-buildcache - Enable color output by default - Remove custom bootstrapped binaries for clingo -- Remove option for choosing the concretizer \ No newline at end of file +- Remove option for choosing the concretizer