File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ This file describes changes in recent versions of Modules. It primarily
77documents those changes that are of interest to users and admins.
88
99
10+ Modules 4.1.3 (2018-06-18)
11+ --------------------------
12+
13+ * Make ``setenv `` command alter ``env `` Tcl global array during ``help ``,
14+ ``test `` or ``whatis `` evaluation modes. (fix issue#160)
15+ * Doc: describe MANPATH variable special treatment on compatibility version
16+ in diff_v3_v4 document.
17+ * Initialize and export _moduleraw SH shell function if ``stderr `` is attached
18+ to a terminal. Was previously checking ``stdout ``. (fix issue#169)
19+ * For ``csh `` shells, quote code generated by modulecmd.tcl to pass it to the
20+ ``eval `` shell command.
21+ * Escape special characters when producing code to define shell aliases (fix
22+ issue#165)
23+ * Correct modulefile lookup when a modulefile directory is overwritten by a
24+ module alias definition but it contains an empty sub-directory. (fix
25+ issue#170)
26+ * Doc: describe ``getenv `` command in modulefile(4) man page.
27+ * Improve SH shell detection in profile.sh initialization script to use shell
28+ variable on ``bash `` or ``zsh `` to determine current shell name. (fix
29+ issue#173)
30+
31+
1032Modules 4.1.2 (2018-03-31)
1133--------------------------
1234
Original file line number Diff line number Diff line change 11%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
22
33Name: environment-modules
4- Version: 4.1.2
4+ Version: 4.1.3
55Release: @MODULES_RPM_RELEASE@%{?dist}
66Summary: Provides dynamic modification of a user's environment
77
217217
218218
219219%changelog
220+ * Mon Jun 18 2018 Xavier Delaruelle <
[email protected] > - 4.1.3-1
221+ - Update to 4.1.3
222+
220223* Sat Mar 31 2018 Xavier Delaruelle <
[email protected] > - 4.1.2-1
221224- Update to 4.1.2
222225
You can’t perform that action at this time.
0 commit comments