summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-12-23 23:23:38 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2019-12-23 23:48:11 -0800
commit55d5b435c8061d9fdc51feb03bf291b0b7a0f24c (patch)
tree683023c7a9d6008f5d91d162218ffe617495704e /CHANGELOG.md
parent231e237764e9bcf96c8ac233d05e302a16b2c02d (diff)
downloadspack-55d5b435c8061d9fdc51feb03bf291b0b7a0f24c.tar.gz
spack-55d5b435c8061d9fdc51feb03bf291b0b7a0f24c.tar.bz2
spack-55d5b435c8061d9fdc51feb03bf291b0b7a0f24c.tar.xz
spack-55d5b435c8061d9fdc51feb03bf291b0b7a0f24c.zip
update CHANGELOG.md for 0.13.3v0.13.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd18a030ce..2b2a1cf9f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+# v0.13.3 (2019-12-23)
+
+This release contains more major performance improvements for Spack
+environments, as well as bugfixes for mirrors and a `python` issue with
+RHEL8.
+
+* mirror bugfixes: symlinks, duplicate patches, and exception handling (#13789)
+* don't try to fetch `BundlePackages` (#13908)
+* avoid re-fetching patches already added to a mirror (#13908)
+* avoid re-fetching alread added patches (#13908)
+* avoid re-fetching alread added patches (#13908)
+* allow repeated invocations of `spack mirror create` on the same dir (#13908)
+* bugfix for RHEL8 when `python` is unavailable (#14252)
+* improve concretization performance in environments (#14190)
+* improve installation performance in environments (#14263)
+
# v0.13.2 (2019-12-04)
This release contains major performance improvements for Spack environments, as