@@ -6,6 +6,35 @@ Release notes
66This file describes changes in recent versions of Modules. It primarily
77documents those changes that are of interest to users and admins.
88
9+ Modules 4.5.3 (2020-08-31)
10+ --------------------------
11+
12+ * Install: take into account the ``--build ``, ``--host ``, ``--target ``,
13+ ``--enable-dependency-tracking `` and ``--disable-dependency-tracking ``
14+ configure options to transmit them to the :file: `configure ` scripts of
15+ Modules Tcl extension library and Modules compatibility version. (fix issue
16+ #354)
17+ * Install: ignore some regular options of an Autoconf :file: `configure ` script
18+ that are useless for this project but usually implied in build macros (like
19+ RPM ``%configure `` macro).
20+ * Install: ignore unsupported ``--enable-* `` and ``--with-* `` options on
21+ :file: `configure ` script rather raise an error and add support to define
22+ environment variable and build system type as :file: `configure ` script
23+ arguments to comply with `GNU configuration recommendations `_.
24+ * Install: fix :file: `modulecmd ` pre-alternatives check in RPM spec file.
25+ * Install: use ``%make_build `` and ``%make_install `` macros in RPM spec file.
26+ * When :mfcmd: `module switch<module> ` command is used in modulefile, do not
27+ state when processing it a conflict over switched-off module if its
28+ specification on the ``module switch `` command also matches switched-on
29+ module's specification. Allow this way the replacement of any loaded version
30+ of a module for a specific one required by currently loading module. (fix
31+ issue #355)
32+ * Correctly report failed attempts to load module requirements expressed with
33+ advanced version specifiers. (fix issue #356)
34+
35+ .. _GNU configuration recommendations : https://www.gnu.org/prep/standards/html_node/Configuration.html
36+
37+
938Modules 4.5.2 (2020-07-30)
1039--------------------------
1140
0 commit comments