Skip to content

Commit d22d531

Browse files
committed
Release of version 4.5.1
1 parent 8cf867d commit d22d531

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

NEWS.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ Release notes
66
This file describes changes in recent versions of Modules. It primarily
77
documents those changes that are of interest to users and admins.
88

9+
Modules 4.5.1 (2020-06-01)
10+
--------------------------
11+
12+
* Install: consistently output Makefile warning messages on stderr.
13+
* Script: add the ``mrel`` script, that automates build of the Modules release
14+
files and performs tests over these distribution files to guaranty their
15+
correctness.
16+
* Script: add the ``mpub`` script, that automates Modules new release
17+
publishing over git repositories and websites.
18+
* Install: remove project-specific tools from git repository export thus from
19+
release distribution files.
20+
* Disable pager when ``clear`` sub-command is called from ``ml`` shortcut
21+
command. (fix issue #338)
22+
* In case a modulefile evaluation fails, environment context prior this failed
23+
evaluation is restored. Fix environment variable restoration mechanism to
24+
keep the link that monitors and updates environment variable array ``env``
25+
in every Tcl sub-interpreters. (fix issue #340)
26+
* Ensure environment variable change at the Tcl interpreter level is
27+
propagated to every sub-interpreters used to evaluate modulefiles or
28+
modulercs. (fix issue #342)
29+
* Use absolute path to load Modules Tcl extension library. (fix issue #344
30+
with contribution from Roy Storey)
31+
* Fix formatting of error stack trace not to look for internal commands to
32+
withdraw if start-up stack pattern cannot be matched.
33+
34+
935
Modules 4.5.0 (2020-04-07)
1036
--------------------------
1137

contrib/rpm/environment-modules.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global vimdatadir %{_datadir}/vim/vimfiles
33

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

@@ -241,6 +241,9 @@ fi
241241

242242

243243
%changelog
244+
* Mon Jun 01 2020 Xavier Delaruelle <[email protected]> - 4.5.1-1
245+
- Update to 4.5.1
246+
244247
* Tue Apr 07 2020 Xavier Delaruelle <[email protected]> - 4.5.0-1
245248
- Update to 4.5.0
246249
- Add ml(1) man page

version.inc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release definitions shared across the Makefiles of this project
22
# run make to generate version.inc
33

4-
MODULES_RELEASE := 4.5.0
4+
MODULES_RELEASE := 4.5.1
55
MODULES_BUILD_HASH := $Format:%h$
66
MODULES_BUILD_REFS := $Format:%D$
77
MODULES_BUILD_FDATE := $Format:%ci$

0 commit comments

Comments
 (0)