Update CHANGELOG.md

This commit is contained in:
2022-11-15 16:09:18 +00:00
parent 5eb73ec264
commit 18de296973
+19
View File
@@ -1,5 +1,24 @@
# Changelog of Pmodules
## Version 1.0.0rc12
* **modulecmd**
* fix DefaultGroups: Undefined variable in init/csh
* the following directories are now added to `CMAKE_MODULE_PATH` (if they
exist):
* `${PREFIX}/lib/cmake`
* `${PREFIX}/share/cmake`
* `${PREFIX}/share/MODULENAME/cmake`
* the following directories are now added to `PKG_CONFIG_PATH` (if they
exist):
* `${PREFIX}/lib/pkgconfig`
* `${PREFIX}/share/pkgconfig`
* build system
* Springdale added as RHEL clone
* under some conditions the function to search for a
config/variants file returned an empty list instead
of terminating the build process
## Version 1.0.0rc11
* **modulecmd**
* *User visible changes*