@@ -4,6 +4,30 @@ For more detailed information, please see the git log.
44These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55
66
7+ v4.6.2 (October 21st 2022)
8+ --------------------------
9+
10+ update/bugfix release
11+
12+ - various enhancements, including:
13+ - add support for easystack file that contains easyconfig filenames + implement parsing of configuration options (#4021)
14+ - skip over unset $EB_PYTHON/$EB_INSTALLPYTHON (#4080)
15+ - add GITHUB_RELEASE and GITHUB_LOWER_RELEASE templates (#4084)
16+ - add `%(cuda_cc_cmake)s` template (#4087)
17+ - various bug fixes, including:
18+ - make check_sha256_checksums verify all checksums if they're specified as a dict value (#4076)
19+ - replace use of symlink with copied files in `alt_location` tests (#4083)
20+ - fix trying to generate RPATH wrappers for Clang (#4088)
21+ - skip GitPython 3.1.28, since it prints 'git' as version which messes up the version check in check_github() (#4090)
22+ - make sure that GitPython version is a proper version before checking minimal required version (#4091)
23+ - first look for patch in alt_location when it is specified (#4093)
24+ - other changes:
25+ - make scripts executable (#4081)
26+ - make --inject-checksums inject dictionary value for checksums which maps filename to SHA256 checksum (#4085)
27+ - update to v3 of actions/checkout and actions/setup-python in CI workflows (#4089)
28+ - use SYSTEM template constant in dependencies instead of True in framework tests (#4094)
29+
30+
731v4.6.1 (September 12th 2022)
832----------------------------
933
0 commit comments