changelog: add 0.20.2 and 0.20.3 changes (#40818)
This commit is contained in:
parent
0767c8673e
commit
ff6bbf03a1
1 changed files with 30 additions and 0 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -1,3 +1,33 @@
|
||||||
|
# v0.20.3 (2023-10-31)
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
- Fix a bug where `spack mirror set-url` would drop configured connection info (reverts #34210)
|
||||||
|
- Fix a minor issue with package hash computation for Python 3.12 (#40328)
|
||||||
|
|
||||||
|
|
||||||
|
# v0.20.2 (2023-10-03)
|
||||||
|
|
||||||
|
## Features in this release
|
||||||
|
|
||||||
|
Spack now supports Python 3.12 (#40155)
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
- Improve escaping in Tcl module files (#38375)
|
||||||
|
- Make repo cache work on repositories with zero mtime (#39214)
|
||||||
|
- Ignore errors for newer, incompatible buildcache version (#40279)
|
||||||
|
- Print an error when git is required, but missing (#40254)
|
||||||
|
- Ensure missing build dependencies get installed when using `spack install --overwrite` (#40252)
|
||||||
|
- Fix an issue where Spack freezes when the build process unexpectedly exits (#39015)
|
||||||
|
- Fix a bug where installation failures cause an unrelated `NameError` to be thrown (#39017)
|
||||||
|
- Fix an issue where Spack package versions would be incorrectly derived from git tags (#39414)
|
||||||
|
- Fix a bug triggered when file locking fails internally (#39188)
|
||||||
|
- Prevent "spack external find" to error out when a directory cannot be accessed (#38755)
|
||||||
|
- Fix multiple performance regressions in environments (#38771)
|
||||||
|
- Add more ignored modules to `pyproject.toml` for `mypy` (#38769)
|
||||||
|
|
||||||
|
|
||||||
# v0.20.1 (2023-07-10)
|
# v0.20.1 (2023-07-10)
|
||||||
|
|
||||||
## Spack Bugfixes
|
## Spack Bugfixes
|
||||||
|
|
Loading…
Reference in a new issue