update CHANGELOG for version 1.1.15

This commit is contained in:
Achim Gsell
2023-08-04 14:48:25 +02:00
parent 4625342ca4
commit 19dc7e8ebc
+13
View File
@@ -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*