From 4ac251341c35c2e6ea732f82fa14f19f5ecbb888 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 9 Jun 2022 14:49:33 +0200 Subject: [PATCH] CHANGELOG updated --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bcc61..b52fdb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog of Pmodules +## Version 1.1.9 +* **modulecmd** + * *User visible changes* + * ... + * *Internal changes and fixes* + * the shell's init file is sourced, when Pmodules is loaded as module + * bug fixed in libmodules.tcl:module-addgroup() which crashed + "module load". + * don't crash if MODULEPATH starts or ends with a colon + * add overlay info to output of sub-command 'search' +* **build-system** + * *User visible changes* + * modbuild is now defined as shell function analog to module() + * modbuild can be called without specifying a build-script, + if a build-script exist in the current working directory + * abort build on error + * with option `--overlay` + - an overlay can be set if legacy variants files are used + - the overlay in the YAML variants file can overriden + * *Internal changes and fixes* + * bugfix in setting PATH + * requires bash 5 or later + ## Version 1.1.8 * **modulecmd** * *User visible changes*