Skip to content

Commit 820c788

Browse files
committed
Release of version 5.4.0
1 parent 5b7245e commit 820c788

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
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.4 (not yet released)
12-
=======================
11+
v5.4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ documents those changes that are of interest to users and admins.
88

99
.. _5.4 release notes:
1010

11-
Modules 5.4.0 (not yet released)
12-
--------------------------------
11+
Modules 5.4.0 (2024-02-20)
12+
--------------------------
1313

1414
* Allow to designate module by its full path file name on :mfcmd:`module-tag`,
1515
:mfcmd:`module-hide` and :mfcmd:`module-forbid`. (fix issue #485)

contrib/rpm/environment-modules.spec.in

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

@@ -235,6 +235,10 @@ fi
235235

236236

237237
%changelog
238+
* Tue Feb 20 2024 Xavier Delaruelle <[email protected]> - 5.4.0-1
239+
- Update to 5.4.0
240+
- Move modulefile man page to section 5
241+
238242
* Tue Jun 27 2023 Xavier Delaruelle <[email protected]> - 5.3.1-1
239243
- Update to 5.3.1
240244
- Distribute ChangeLog as a zipped file to reduce installation size

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.3.1', ''
82+
return '5.4.0', ''
8383

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

lib/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([Envmodules],[1.4.1],[[email protected]],[],[http://modules.sf.net])
5+
AC_INIT([Envmodules],[1.4.2],[[email protected]],[],[http://modules.sf.net])
66
AC_CONFIG_SRCDIR([envmodules.c])
77
AC_CONFIG_HEADERS([config.h])
88

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

0 commit comments

Comments
 (0)