summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2020-08-13 07:23:02 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2020-08-13 07:23:02 -0700
commitb476f8aa63d48f4b959522ece0406caa32992d4a (patch)
tree1a7c44d74b0f6a6aa637c7fc4ec7dbc33cfc949a /CHANGELOG.md
parentecf4829de7b9683a680176e9dff85ba11c0f03d9 (diff)
parent764cafc1ceeda30724c368edef3fe5a1d82275c1 (diff)
downloadspack-b476f8aa63d48f4b959522ece0406caa32992d4a.tar.gz
spack-b476f8aa63d48f4b959522ece0406caa32992d4a.tar.bz2
spack-b476f8aa63d48f4b959522ece0406caa32992d4a.tar.xz
spack-b476f8aa63d48f4b959522ece0406caa32992d4a.zip
Merge tag 'v0.15.4' into develop
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7140e90f29..dd3e413072 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+# v0.15.4 (2020-08-12)
+
+This release contains one feature addition:
+
+* Users can set `SPACK_GNUPGHOME` to override Spack's GPG path (#17139)
+
+Several bugfixes for CUDA, binary packaging, and `spack -V`:
+
+* CUDA package's `.libs` method searches for `libcudart` instead of `libcuda` (#18000)
+* Don't set `CUDAHOSTCXX` in environments that contain CUDA (#17826)
+* `buildcache create`: `NoOverwriteException` is a warning, not an error (#17832)
+* Fix `spack buildcache list --allarch` (#17884)
+* `spack -V` works with `releases/latest` tag and shallow clones (#17884)
+
+And fixes for GitHub Actions and tests to ensure that CI passes on the
+release branch (#15687, #17279, #17328, #17377, #17732).
+
# v0.15.3 (2020-07-28)
This release contains the following bugfixes: