@@ -4,6 +4,29 @@ 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 in eb wrappeer script (#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 to fix failing EasyBuild installation on BeeGFS (#4083)
20+ - fix trying to generate RPATH wrappers for Clang (#4088)
21+ - make sure that GitPython version is a proper version before checking minimal required version (#4090, #4091)
22+ - first look for patch in alt_location when it is specified (#4093)
23+ - other changes:
24+ - make scripts executable (#4081)
25+ - make --inject-checksums inject dictionary value for checksums which maps filename to SHA256 checksum (#4085)
26+ - update to v3 of actions/checkout and actions/setup-python in CI workflows (#4089)
27+ - use SYSTEM template constant in dependencies instead of True in framework tests (#4094)
28+
29+
730v4.6.1 (September 12th 2022)
831----------------------------
932
0 commit comments