summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Becker <becker33@llnl.gov>2020-07-23 14:15:58 -0700
committerGregory Becker <becker33@llnl.gov>2020-07-23 16:04:26 -0700
commitd6d839cd3e75cfd3203e6498e4dd05d1b88fcbb1 (patch)
tree9f109a396427e1721676b13f49f12e5f7b61d5b2
parent353471715128936b5affb0f59662ad472a8df3a3 (diff)
downloadspack-0.15.2.tar.gz
spack-0.15.2.tar.bz2
spack-0.15.2.tar.xz
spack-0.15.2.zip
update changelog for 0.15.2v0.15.2
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7e4cc0ad3..d098c0631e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+# v0.15.2 (2020-07-23)
+
+This minor release includes two new features:
+
+* Spack install verbosity is decreased, and more debug levels are added (#17546)
+* The $spack/share/spack/keys directory contains public keys that may be optionally trusted for public binary mirrors (#17684)
+
+This release also includes several important fixes:
+
+* MPICC and related variables are now cleand in the build environment (#17450)
+* LLVM flang only builds CUDA offload components when +cuda (#17466)
+* CI pipelines no longer upload user environments that can contain secrets to the internet (#17545)
+* CI pipelines add bootstrapped compilers to the compiler config (#17536)
+* `spack buildcache list` does not exit on first failure and lists later mirrors (#17565)
+* Apple's "gcc" executable that is an apple-clang compiler does not generate a gcc compiler config (#17589)
+* Mixed compiler toolchains are merged more naturally across different compiler suffixes (#17590)
+* Cray Shasta platforms detect the OS properly (#17467)
+* Additional more minor fixes.
+
# v0.15.1 (2020-07-10)
This minor release includes several important fixes: