- Init:
list
andsource
sub-commands do not take available modules as argument in fish completion script. - Init: fix option list for
search
sub-command in bash completion script. - Fix double error counter increase when modulefile evaluation breaks.
- Install: adapt
configure
script to pass to theconfigure
script of Modules compatibility version only a subset of the options it supports (most commonly used options). - Install: raise an error when an unknown option is passed to
configure
script rather silently ignore it. (fix issue #348) - Install: enable the definition of installation directory options of
configure
script with the--option value
syntax in addition to the--option=value
syntax. (fix issue #348) - Doc: alphabetically sort sub-commands of
module-info
modulefile Tcl command inmodulefile(4)
document. - Script: clean previously built environment-modules RPMs in
mrel
. - Clearly separate quarantine variable definition from tclsh binary on
modulecmd.tcl
evaluated command call in_module_raw
function for sh, bash, ksh and zsh shells. (fix issue #350) - Doc: clarify in documentation index that Environment Modules should not be confused with language-specific modules. (contribution from Rob Hurt)
- Adapt conflict detection tests to ensure a module loaded by its full pathname will not detect itself as a conflict when declaring a reflexive conflict. (fix issue #352)
- Adapt the
mrel
andmpub
commands to produce new Modules release from a vZ.Y.x git branch rather than from the repository main branch.