@@ -3,23 +3,24 @@ For more detailed information, please see the git log.
33
44These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55
6- v4.2.2 (July ?th 2020)
6+ v4.2.2 (July 8th 2020)
77----------------------
88
99update/bugfix release
1010
1111- various enhancements, including:
12- - add ' git_config' support within 'exts_list' (#3294)
12+ - add support for using 'sources' and ' git_config' for extensions in 'exts_list' (#3294)
1313 - add support for software minver template (like %(pyminver)s, etc.) (#3344, #3345)
14- - add support for updating dictionary or tuple keys in self.cfg (#3356)
14+ - add support for updating dictionary or tuple easyconfig parameters with self.cfg.update (#3356)
1515- various bug fixes, including:
1616 - 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 iteraring over builddependencies (#3346)
17+ - always take into account builddependencies when generating template values, also when we're not iterating over builddependencies (#3346)
1818 - fix running command as 'easybuild' user in generated Singularity definition file (#3347)
19- - allow ignoring versionsuffix in try-update-deps (#3350, #3353)
19+ - allow ignoring versionsuffix in -- try-update-deps (#3350, #3353)
2020 - 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)
21+ - also put easyblocks used by extensions in ' reprod' directory (#3375)
2222 - 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)
2324
2425
2526v4.2.1 (May 20th 2020)
0 commit comments