Skip to content

Commit fec3b14

Browse files
Merge pull request #3381 from migueldiascosta/eb422
prepare release notes for EasyBuild v4.2.2
2 parents bd78cd2 + 1aa4f3b commit fec3b14

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

RELEASE_NOTES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ For more detailed information, please see the git log.
33

44
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55

6+
v4.2.2 (July 8th 2020)
7+
----------------------
8+
9+
update/bugfix release
10+
11+
- various enhancements, including:
12+
- add support for using 'sources' and 'git_config' for extensions in 'exts_list' (#3294)
13+
- add support for software minver template (like %(pyminver)s, etc.) (#3344, #3345)
14+
- add support for updating dictionary or tuple easyconfig parameters with self.cfg.update (#3356)
15+
- various bug fixes, including:
16+
- fix crash in --avail-easyconfig-constants when using --output-format=rst + ensure sorted output (#3341)
17+
- always take into account builddependencies when generating template values, also when we're not iterating over builddependencies (#3346)
18+
- fix running command as 'easybuild' user in generated Singularity definition file (#3347)
19+
- allow ignoring versionsuffix in --try-update-deps (#3350, #3353)
20+
- retain order of paths when generating prepend_path statements for module file (don't sort them alphabetically) (#3367)
21+
- also put easyblocks used by extensions in 'reprod' directory (#3375)
22+
- also copy template values in EasyConfig.copy method to ensure they are defined when installing extensions (#3377)
23+
- skip lines that start with 'module-version' when determining whether a module exists in ModulesTool.exist (#3379)
24+
25+
626
v4.2.1 (May 20th 2020)
727
----------------------
828

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.2.2.dev0')
46+
VERSION = LooseVersion('4.2.2')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)