From 4b45dbe6bb3814d0a5e5cc32f61f91472c157e2d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 12 Dec 2023 17:10:34 +0100 Subject: [PATCH] CHANGELOG updated --- CHANGELOG.md | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5070c..52b8f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog of Pmodules ## Version 1.1.16 + ### **modulecmd** **User visible changes** * YAML module configuration file. Configured in this file are @@ -11,26 +12,31 @@ Wherby the items in list of systems are either * hostnames or glob style patterns of hostnames (e.g. merlin-*) * OS names like rhel7 + + The filename is `.config-` and is located in the same directory as the modulefile. + For now the `.release-` files are still used if no YAML configuration file exist. ### **modbuild** **User visible changes** -* YAML build configuration files - -**Internal changes and fixes** - +* YAML build configuration files. For now `variants` files are still supported. +--- ## Version 1.1.15 -* **modulecmd** - * *User visible changes* - * prevent loading of a module on dedicated systems via blocklist -* **modbuild** - * *User visible changes* - * the function to compare versions can now be called with a single - argument. In this case the given version is compared to version - of currently build module. - * *Internal changes and fixes* - * bugfix: due to a bug in compiling the list of (legacy) config files, - each module was build twice. + +### **modulecmd** + +**User visible changes** +* prevent loading of a module on dedicated systems via blocklist + +### **modbuild** +**User visible changes** +* the function to compare versions can now be called with a single + argument. In this case the given version is compared to version + of currently build module. + +**Internal changes and fixes*** +* bugfix: due to a bug in compiling the list of (legacy) config files, + each module was build twice. ## Version 1.1.14 * **modbuild**