update CHANGELOG.md for 0.13.3
This commit is contained in:
parent
231e237764
commit
55d5b435c8
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
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)
|
# v0.13.2 (2019-12-04)
|
||||||
|
|
||||||
This release contains major performance improvements for Spack environments, as
|
This release contains major performance improvements for Spack environments, as
|
||||||
|
|
Loading…
Reference in a new issue