Skip to content

Commit

Permalink
Release of version 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Jun 18, 2018
1 parent 443a83e commit c2634ac
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
22 changes: 22 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ This file describes changes in recent versions of Modules. It primarily
documents those changes that are of interest to users and admins.


Modules 4.1.3 (2018-06-18)
--------------------------

* Make ``setenv`` command alter ``env`` Tcl global array during ``help``,
``test`` or ``whatis`` evaluation modes. (fix issue#160)
* Doc: describe MANPATH variable special treatment on compatibility version
in diff_v3_v4 document.
* Initialize and export _moduleraw SH shell function if ``stderr`` is attached
to a terminal. Was previously checking ``stdout``. (fix issue#169)
* For ``csh`` shells, quote code generated by modulecmd.tcl to pass it to the
``eval`` shell command.
* Escape special characters when producing code to define shell aliases (fix
issue#165)
* Correct modulefile lookup when a modulefile directory is overwritten by a
module alias definition but it contains an empty sub-directory. (fix
issue#170)
* Doc: describe ``getenv`` command in modulefile(4) man page.
* Improve SH shell detection in profile.sh initialization script to use shell
variable on ``bash`` or ``zsh`` to determine current shell name. (fix
issue#173)


Modules 4.1.2 (2018-03-31)
--------------------------

Expand Down
5 changes: 4 additions & 1 deletion contrib/rpm/environment-modules.spec.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)

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

Expand Down Expand Up @@ -217,6 +217,9 @@ fi


%changelog
* Mon Jun 18 2018 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.1.3-1
- Update to 4.1.3

* Sat Mar 31 2018 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.1.2-1
- Update to 4.1.2

Expand Down

0 comments on commit c2634ac

Please sign in to comment.