Skip to content

Commit a981b30

Browse files
authored
Merge pull request #4099 from migueldiascosta/eb462
prepare release notes for EasyBuild v4.6.2 + bump version to 4.6.2
2 parents 5c81f74 + dc80788 commit a981b30

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

RELEASE_NOTES

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ For more detailed information, please see the git log.
44
These 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+
730
v4.6.1 (September 12th 2022)
831
----------------------------
932

easybuild/tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4444
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4545
# This causes problems further up the dependency chain...
46-
VERSION = LooseVersion('4.6.2.dev0')
46+
VERSION = LooseVersion('4.6.2')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)