From ec353faf9a06d4b4379967864eebfcbe645211a6 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 16 Jul 2024 16:35:14 +0200 Subject: [PATCH] Changelog for version 1.1.21 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e079ab4..ea7ba40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,32 @@ ## Version 1.1.21 ### modulecmd +* update bash to 5.2.21 and Tcl to 8.6.14 (#274) +* option '--debug' enables shell xtrace, option '--verbose' + informational messages (#275) +* for modules not in the Pmodules hierarchy: display module + name only, not full qualified name of the modulefile. (#285) +* perform module search in all directories in MODULEPATH + outside the Pmodules hierarchy. Till know a module search + was limited to the Pmodules hierarchy (#286). +* bugfix: loading multiple modules with the same load command + is working again (#281) +* more bugfixes (#282) ### build-system - +* The tool '7z' can know be used to unpack an archive. The tool + to be used to unpack an archive can be configured in the YAML + config file. (#273, #278, #289) +* set RPATH in executables and shared libraries to + ${PMODULES_ROOT}/lib. The set RPATH is relative using '$ORIGIN'. + (#279, #280, #290) +* expand the environment variable $PREFIX while parsing the + YAML configuration file (#287) +* the download directory can now be configured in the YAML + configuration file (#293) +* support for different target CPU and OS kernels added (#294) +* more bugfixes (#277, #295) +* cleanup (#292) ## Version 1.1.20 ### modulecmd