Skip to content

Commit

Permalink
Release of version 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Jul 8, 2019
1 parent a530c4c commit 997c62b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
19 changes: 19 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ Release notes
This file describes changes in recent versions of Modules. It primarily
documents those changes that are of interest to users and admins.

Modules 4.2.5 (2019-07-08)
--------------------------

* Correctly escape ``?`` character in shell alias. (fix issue #275)
* When resolving the enabled list of modulepaths, ensure resolved path
entries are unique. (fix issue #274)
* Right trim '#' characters from the fetched modulefile magic cookie string
to ensure a correct compatibility version comparison. Useful when modulefile
first line is equal to ``#%Module4.2##############``.
* Fix argument parsing for the ``append-path``, ``prepend-path`` and
``remove-path`` modulefile commands to consider every arguments found after
the variable name as variable values and not command option even if argument
starts with ``-`` character. (fix issue #278)
* Fix automatic loading of modulefiles when multiple module names are set on a
single ``module load`` modulefile command. When auto_handling mode was
disabled, the load of not loaded modules was not achieved as soon as some
modules on this list were already loaded. (fix issue #281)


Modules 4.2.4 (2019-04-26)
--------------------------

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.2.4
Version: 4.2.5
Release: @MODULES_RPM_RELEASE@%{?dist}
Summary: Provides dynamic modification of a user's environment

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


%changelog
* Mon Jul 08 2019 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.2.5-1
- Update to 4.2.5

* Fri Apr 26 2019 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.2.4-1
- Update to 4.2.4

Expand Down

0 comments on commit 997c62b

Please sign in to comment.