Skip to content

Commit

Permalink
Release of version 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Aug 20, 2018
1 parent 9deb6fd commit 8b9ee25
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
23 changes: 23 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ 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.4 (2018-08-20)
--------------------------

* Doc: fix typo on ``getenv`` command description in modulefile(4) man page
and clarify this command should be preferred over ``::env`` variable to
query environment variable value in modulefile.
* Init: fix ``bash`` and ``zsh`` completion scripts to enable Extended Regular
Expression (ERE) on ``sed`` command with ``-E`` argument (rather ``-r``) for
compatibility with OS X's and BSDs' sed. (fix issue#178)
* Handle default version sets on an hidden modulefile (were not found
previously). (fix issue#177)
* Init: fix ``ksh`` initialization script for ksh88 compatibility. (fix
issue#159)
* Install: use ``sed`` command rather ``grep`` and ``cut`` in ``configure``
and ``Makefile`` scripts. (fix issue#175 with contribution from Michael
Sternberg)
* Fix typo, tab indentation and pipe opening mode on ``createmodule.py``
utility script. (contribution from Jan Synacek)
* Check ``ModulesVersion`` value set from ``.version`` rc file to ensure this
value refers to a version name in current directory. Report error if a
nested value is detected and ignore this value. (fix issue#176)


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

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.3
Version: 4.1.4
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 Aug 20 2018 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.1.4-1
- Update to 4.1.4

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

Expand Down

0 comments on commit 8b9ee25

Please sign in to comment.