summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2023-11-01 22:09:11 +0100
committerGitHub <noreply@github.com>2023-11-01 22:09:11 +0100
commitff6bbf03a1be7d783aa3bc58da79ad15f40ae9bc (patch)
tree7f049e305c0bf3d81d45de1f21de0aea956a7981 /CHANGELOG.md
parent0767c8673eccf63dcd366dc020acb5c75f52c77b (diff)
downloadspack-ff6bbf03a1be7d783aa3bc58da79ad15f40ae9bc.tar.gz
spack-ff6bbf03a1be7d783aa3bc58da79ad15f40ae9bc.tar.bz2
spack-ff6bbf03a1be7d783aa3bc58da79ad15f40ae9bc.tar.xz
spack-ff6bbf03a1be7d783aa3bc58da79ad15f40ae9bc.zip
changelog: add 0.20.2 and 0.20.3 changes (#40818)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cfdf00e67..c8cdd13db2 100644
--- a/CHANGELOG.md
+++ b/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)
## Spack Bugfixes