Skip to content

Commit c2634ac

Browse files
committed
Release of version 4.1.3
1 parent 443a83e commit c2634ac

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

NEWS.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ This file describes changes in recent versions of Modules. It primarily
77
documents 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+
1032
Modules 4.1.2 (2018-03-31)
1133
--------------------------
1234

contrib/rpm/environment-modules.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
22

33
Name: environment-modules
4-
Version: 4.1.2
4+
Version: 4.1.3
55
Release: @MODULES_RPM_RELEASE@%{?dist}
66
Summary: Provides dynamic modification of a user's environment
77

@@ -217,6 +217,9 @@ fi
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

0 commit comments

Comments
 (0)