CHANGELOG updated (#1404)

This commit is contained in:
2026-03-27 11:30:04 +01:00
committed by GitHub
parent 34665f968c
commit 9a9f9d1c65
+7 -10
View File
@@ -1,25 +1,22 @@
# Changelog of Pmodules
## Version 2.1.0
### modulecmd
* Bugfix: Under some conditions it could happen, that the variable
GroupDepths($group) was undefined in the function get\_load\_hints().
(#1368)
### Build system
* Bugfix: Selecting the variant to build on the cmd-line did not work.
(#1371)
## Version 2.0.5
### modulecmd
* Bugfix: Under some conditions it could happen, that the variable
GroupDepths($group) was undefined in the function get\_load\_hints().
The PR for issue #1368 didn't fix the bug.
(#1384)
* Bugfix: Under some conditions it could happen, that the variable
GroupDepths($group) was undefined in the function get_load_hints().
The PR for issue #1368 didn't fix the bug.
(#1368, #1384)
* Bugfixes: cherry-pick fixes for issues #1368 and #1371
(#1375)
### build-system
* Bugfix: Issue selecting the correct variant fixed if 'first_match' was set
as variant.
(#1403)
* Enhancemnet: It is now possible to specify a sub-directory relative to
$SRC_DIR used by cmake/autotools in the YAML config file.
(#1382)