diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-04-13 16:52:21 +0200 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-04-14 16:19:37 +0200 |
commit | be99a72d5741ab2d09ee1daac8a2439fc73ef31c (patch) | |
tree | 26267c022bcf6a9a39765287eb55f250d48b98cd /CHANGELOG.md | |
parent | 6f1a5c8feeeacf8bc55231d523421390e0c003ba (diff) | |
download | spack-be99a72d5741ab2d09ee1daac8a2439fc73ef31c.tar.gz spack-be99a72d5741ab2d09ee1daac8a2439fc73ef31c.tar.bz2 spack-be99a72d5741ab2d09ee1daac8a2439fc73ef31c.tar.xz spack-be99a72d5741ab2d09ee1daac8a2439fc73ef31c.zip |
Add CHANGELOG for v0.17.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44123606df..67f135888f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.17.2 (2022-04-13) + +### Spack bugfixes +* Fix --reuse with upstreams set in an environment (#29680) +* config add: fix parsing of validator error to infer type from oneOf (#29475) +* Fix spack -C command_line_scope used in conjunction with other flags (#28418) +* Use Spec.constrain to construct spec lists for stacks (#28783) +* Fix bug occurring when searching for inherited patches in packages (#29574) +* Fixed a few bugs when manipulating symlinks (#28318, #29515, #29636) +* Fixed a few minor bugs affecting command prompt, terminal title and argument completion (#28279, #28278, #28939, #29405, #29070, #29402) +* Fixed a few bugs affecting the spack ci command (#29518, #29419) +* Fix handling of Intel compiler environment (#29439) +* Fix a few edge cases when reindexing the DB (#28764) +* Remove "Known issues" from documentation (#29664) +* Other miscellaneous bugfixes (0b72e070583fc5bcd016f5adc8a84c99f2b7805f, #28403, #29261) + # v0.17.1 (2021-12-23) ### Spack Bugfixes |