Skip to content

Commit 5824812

Browse files
committed
Release of version 4.6.0
1 parent ef419b2 commit 5824812

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

MIGRATING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Modules. It provides an overview of the new features and changed behaviors
88
that will be encountered when upgrading.
99

1010

11-
Migrating from v4.5 to v4.6 (not yet released)
12-
==============================================
11+
Migrating from v4.5 to v4.6
12+
===========================
1313

1414
This new version is backward-compatible with v4.5 and primarily fixes bugs and
1515
adds new features.

NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.6.0 (not yet released)
9+
Modules 4.6.0 (2020-09-16)
1010
--------------------------------
1111

1212
* Rework internal state handling to gather all state definitions in a global

contrib/rpm/environment-modules.spec.in

Lines changed: 15 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.1
5+
Version: 4.6.0
66
Release: @MODULES_RPM_RELEASE@%{?dist}
77
Summary: Provides dynamic modification of a user's environment
88

@@ -254,6 +254,20 @@ fi
254254

255255

256256
%changelog
257+
* Wed Sep 16 2020 Xavier Delaruelle <[email protected]> - 4.6.0-1
258+
- Update to 4.6.0
259+
- Enable multilib support
260+
- Specifically enable compatiblity version build to make compat package
261+
262+
* Mon Aug 31 2020 Xavier Delaruelle <[email protected]> - 4.5.3-1
263+
- Update to 4.5.3
264+
- Use 'configure' macro
265+
- Fix modulecmd pre-alternatives cleanup check
266+
- Use 'make_build' and 'make_install' macros
267+
268+
* Thu Jul 30 2020 Xavier Delaruelle <[email protected]> - 4.5.2-1
269+
- Update to 4.5.2
270+
257271
* Mon Jun 01 2020 Xavier Delaruelle <[email protected]> - 4.5.1-1
258272
- Update to 4.5.1
259273

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.1
4+
MODULES_RELEASE := 4.6.0
55
MODULES_BUILD_HASH := $Format:%h$
66
MODULES_BUILD_REFS := $Format:%D$
77
MODULES_BUILD_FDATE := $Format:%ci$

0 commit comments

Comments
 (0)