Skip to content

Commit

Permalink
Release of version 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Jun 1, 2020
1 parent 8cf867d commit d22d531
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
26 changes: 26 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ 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.5.1 (2020-06-01)
--------------------------

* Install: consistently output Makefile warning messages on stderr.
* Script: add the ``mrel`` script, that automates build of the Modules release
files and performs tests over these distribution files to guaranty their
correctness.
* Script: add the ``mpub`` script, that automates Modules new release
publishing over git repositories and websites.
* Install: remove project-specific tools from git repository export thus from
release distribution files.
* Disable pager when ``clear`` sub-command is called from ``ml`` shortcut
command. (fix issue #338)
* In case a modulefile evaluation fails, environment context prior this failed
evaluation is restored. Fix environment variable restoration mechanism to
keep the link that monitors and updates environment variable array ``env``
in every Tcl sub-interpreters. (fix issue #340)
* Ensure environment variable change at the Tcl interpreter level is
propagated to every sub-interpreters used to evaluate modulefiles or
modulercs. (fix issue #342)
* Use absolute path to load Modules Tcl extension library. (fix issue #344
with contribution from Roy Storey)
* Fix formatting of error stack trace not to look for internal commands to
withdraw if start-up stack pattern cannot be matched.


Modules 4.5.0 (2020-04-07)
--------------------------

Expand Down
5 changes: 4 additions & 1 deletion contrib/rpm/environment-modules.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global vimdatadir %{_datadir}/vim/vimfiles

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

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


%changelog
* Mon Jun 01 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.5.1-1
- Update to 4.5.1

* Tue Apr 07 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.5.0-1
- Update to 4.5.0
- Add ml(1) man page
Expand Down
2 changes: 1 addition & 1 deletion version.inc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release definitions shared across the Makefiles of this project
# run make to generate version.inc

MODULES_RELEASE := 4.5.0
MODULES_RELEASE := 4.5.1
MODULES_BUILD_HASH := $Format:%h$
MODULES_BUILD_REFS := $Format:%D$
MODULES_BUILD_FDATE := $Format:%ci$
Expand Down

0 comments on commit d22d531

Please sign in to comment.