Skip to content

Commit b1a1453

Browse files
committed
Release of version 4.1.0
1 parent b32c5e1 commit b1a1453

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NEWS.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ This file describes changes in recent versions of Modules. It primarily
77
documents those changes that are of interest to users and admins.
88

99

10-
Modules 4.1.0 (2018-01-??)
10+
Modules 4.1.0 (2018-01-15)
1111
--------------------------
1212

13-
**Ongoing work! This version has not been released yet.**
14-
1513
* Extend stderr output redirection on sh-kind shells to all terminal-attached
1614
shell session, not only interactive shell session.
1715
* Extend shell code produced by the ``autoinit`` command to perform the same

contrib/rpm/environment-modules.spec.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
22

33
Name: environment-modules
4-
Version: 4.0.0
4+
Version: 4.1.0
55
Release: @MODULES_RPM_RELEASE@%{?dist}
66
Summary: Provides dynamic modification of a user's environment
77

@@ -212,6 +212,11 @@ fi
212212

213213

214214
%changelog
215+
* Mon Jan 15 2018 Xavier Delaruelle <[email protected]> - 4.1.0-1
216+
- Update to 4.1.0
217+
- Enable pagination with less as pager
218+
- Define LD_LIBRARY_PATH as quarantine variable to protect module execution
219+
215220
* Mon Oct 16 2017 Xavier Delaruelle <[email protected]> - 4.0.0-1
216221
- Update to 4.0.0
217222
- Add Obsoletes/Provides rules for modules-tcl package

0 commit comments

Comments
 (0)