diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec04198b2..1f421eb0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +# v0.21.2 (2024-03-01) + +## Bugfixes + +- Containerize: accommodate nested or pre-existing spack-env paths (#41558) +- Fix setup-env script, when going back and forth between instances (#40924) +- Fix using fully-qualified namespaces from root specs (#41957) +- Fix a bug when a required provider is requested for multiple virtuals (#42088) +- OCI buildcaches: + - only push in parallel when forking (#42143) + - use pickleable errors (#42160) +- Fix using sticky variants in externals (#42253) +- Fix a rare issue with conditional requirements and multi-valued variants (#42566) + +## Package updates +- rust: add v1.75, rework a few variants (#41161,#41903) +- py-transformers: add v4.35.2 (#41266) +- mgard: fix OpenMP on AppleClang (#42933) + +# v0.21.1 (2024-01-11) + +## New features +- Add support for reading buildcaches created by Spack v0.22 (#41773) + +## Bugfixes + +- spack graph: fix coloring with environments (#41240) +- spack info: sort variants in --variants-by-name (#41389) +- Spec.format: error on old style format strings (#41934) +- ASP-based solver: + - fix infinite recursion when computing concretization errors (#41061) + - don't error for type mismatch on preferences (#41138) + - don't emit spurious debug output (#41218) +- Improve the error message for deprecated preferences (#41075) +- Fix MSVC preview version breaking clingo build on Windows (#41185) +- Fix multi-word aliases (#41126) +- Add a warning for unconfigured compiler (#41213) +- environment: fix an issue with deconcretization/reconcretization of specs (#41294) +- buildcache: don't error if a patch is missing, when installing from binaries (#41986) +- Multiple improvements to unit-tests (#41215,#41369,#41495,#41359,#41361,#41345,#41342,#41308,#41226) + +## Package updates +- root: add a webgui patch to address security issue (#41404) +- BerkeleyGW: update source urls (#38218) + # v0.21.0 (2023-11-11) `v0.21.0` is a major feature release.