From 19dc7e8ebc51545c9f130a82f6938692c0845a89 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 4 Aug 2023 14:48:25 +0200 Subject: [PATCH] update CHANGELOG for version 1.1.15 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3426e..386d32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog of Pmodules +## 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. + ## Version 1.1.14 * **modbuild** * *Internal changes and fixes*