@@ -6,6 +6,32 @@ 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.1 (2020-06-01)
10+ --------------------------
11+
12+ * Install: consistently output Makefile warning messages on stderr.
13+ * Script: add the ``mrel `` script, that automates build of the Modules release
14+ files and performs tests over these distribution files to guaranty their
15+ correctness.
16+ * Script: add the ``mpub `` script, that automates Modules new release
17+ publishing over git repositories and websites.
18+ * Install: remove project-specific tools from git repository export thus from
19+ release distribution files.
20+ * Disable pager when ``clear `` sub-command is called from ``ml `` shortcut
21+ command. (fix issue #338)
22+ * In case a modulefile evaluation fails, environment context prior this failed
23+ evaluation is restored. Fix environment variable restoration mechanism to
24+ keep the link that monitors and updates environment variable array ``env ``
25+ in every Tcl sub-interpreters. (fix issue #340)
26+ * Ensure environment variable change at the Tcl interpreter level is
27+ propagated to every sub-interpreters used to evaluate modulefiles or
28+ modulercs. (fix issue #342)
29+ * Use absolute path to load Modules Tcl extension library. (fix issue #344
30+ with contribution from Roy Storey)
31+ * Fix formatting of error stack trace not to look for internal commands to
32+ withdraw if start-up stack pattern cannot be matched.
33+
34+
935Modules 4.5.0 (2020-04-07)
1036--------------------------
1137
0 commit comments