diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2020-04-15 15:27:00 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2020-04-15 15:27:00 -0700 |
commit | bd3f24afe1e34afd1ea99662c46e7f05b17a47d1 (patch) | |
tree | 60ebca4084a090453601f06f803ff09c498b4c61 /CHANGELOG.md | |
parent | 277350ceed86b8f28ffd1c3b0a4592f3a865ec19 (diff) | |
parent | 7a68a4d8513cd6105ee21bedfe04664c292d1e7d (diff) | |
download | spack-bd3f24afe1e34afd1ea99662c46e7f05b17a47d1.tar.gz spack-bd3f24afe1e34afd1ea99662c46e7f05b17a47d1.tar.bz2 spack-bd3f24afe1e34afd1ea99662c46e7f05b17a47d1.tar.xz spack-bd3f24afe1e34afd1ea99662c46e7f05b17a47d1.zip |
Merge branch 'releases/v0.14' into develop
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 092959aff9..3ddd70bfab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v0.14.2 (2019-04-15) + +This is a minor release on the `0.14` series. It includes performance +improvements and bug fixes: + +* Improvements to how `spack install` handles foreground/background (#15723) +* Major performance improvements for reading the package DB (#14693, #15777) +* No longer check for the old `index.yaml` database file (#15298) +* Properly activate environments with '-h' in the name (#15429) +* External packages have correct `.prefix` in environments/views (#15475) +* Improvements to computing env modifications from sourcing files (#15791) +* Bugfix on Cray machines when getting `TERM` env variable (#15630) +* Avoid adding spurious `LMOD` env vars to Intel modules (#15778) +* Don't output [+] for mock installs run during tests (#15609) + # v0.14.1 (2019-03-20) This is a bugfix release on top of `v0.14.0`. Specific fixes include: |