Skip to content

Commit 0dbe0f5

Browse files
committed
Release of version 5.6.0
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 98f9e2a commit 0dbe0f5

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
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-
v5.6 (not yet released)
12-
=======================
11+
v5.6
12+
====
1313

1414
This new version is backward-compatible with previous version 5 release. It
1515
fixes bugs but also introduces new functionalities that are described in this

NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documents those changes that are of interest to users and admins.
88

99
.. _5.6 release notes:
1010

11-
Modules 5.6.0 (not yet released)
11+
Modules 5.6.0 (2025-07-31)
1212
--------------------------------
1313

1414
* Rename :file:`contrib` directory as :file:`share` in sources to use clearer

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ available as patch (`x.y.1`, `x.y.2`, etc.) releases.
88

99
| Version | Supported |
1010
| ------------ | ------------------ |
11-
| 5.5.x | :white_check_mark: |
12-
| 5.4.x | :x: |
11+
| 5.6.x | :white_check_mark: |
12+
| > 5.3, < 5.6 | :x: |
1313
| 5.3.x | :white_check_mark: |
1414
| > 4.5, < 5.3 | :x: |
1515
| 4.5.x | :white_check_mark: |

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_version_release_from_git():
7979
else:
8080
return version, version + '+' + branch + '-' + tags
8181
else:
82-
return '5.5.0', ''
82+
return '5.6.0', ''
8383

8484
# The short X.Y version.
8585
# The full version, including alpha/beta/rc tags.

share/rpm/environment-modules.spec.in

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%endif
77

88
Name: environment-modules
9-
Version: 5.5.0
9+
Version: 5.6.0
1010
Release: @MODULES_RPM_RELEASE@%{?dist}
1111
Summary: Provides dynamic modification of a user's environment
1212

@@ -42,6 +42,7 @@ Requires: util-linux
4242
%else
4343
Requires: util-linux-core
4444
%endif
45+
BuildRequires: vim-filesystem
4546
Requires: vim-filesystem
4647
%if 0%{?rhel} && 0%{?rhel} <= 9
4748
BuildRequires: emacs
@@ -266,6 +267,13 @@ fi
266267

267268

268269
%changelog
270+
* Thu Jul 31 2025 Xavier Delaruelle <[email protected]> - 5.6.0-1
271+
- Update to 5.6.0
272+
- Add envml(1) man page
273+
- Use shell completion path macros
274+
- Install Emacs addon files
275+
- Use 'vimfiles_root' macro provided by vim-filesystem
276+
269277
* Mon Nov 11 2024 Xavier Delaruelle <[email protected]> - 5.5.0-1
270278
- Update to 5.5.0
271279
- Require util-linux-core to get logger command for logging capabilities

testsuite/modules.51-scan/020-avail_output-variant.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impreq/loadsubm loadany/1.0 output/1.0 variant/4.0
8585
impreq/loadsubp loadany/2.0 path-cmd-opt/1.0 variant/5.0
8686
impreq/loadunk mfvar/1.0 path-cmd-opt/1.1 variant/5.1{foo=val1,val2,val3}
8787
impreq/mix mfvar/2.0 path-cmd-opt/1.2 variant/6.0
88-
impreq/prereq mfvar/Modules/5.5.0 path-cmd-opt/1.3 variant/7.0{foo=val1,val2,val3}
88+
impreq/prereq mfvar/Modules/$install_release path-cmd-opt/1.3 variant/7.0{foo=val1,val2,val3}
8989
impreq/switch1 mod-to-sh/1.0 path-cmd-opt/1.4 variant/7.1
9090
impreq/switch1err mod-to-sh/1.1 path-cmd-opt/1.5 variant/8.0
9191
impreq/switch1unk mod-to-sh/2.0 path-cmd-opt/2.0 'variant/w s'

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 := 5.5.0
4+
MODULES_RELEASE := 5.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)