Skip to content

Commit 3b68dee

Browse files
committed
Release of version 5.5.0
1 parent aede382 commit 3b68dee

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

INSTALL-win.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ Installation instructions
6868
shell::
6969

7070
> module -V
71-
Modules Release 5.5.0 (2024-XX-XX)
71+
Modules Release 5.5.0 (2024-11-11)
7272

7373
If your used the ``INSTALL_PWSH.bat`` script, the environment has to be
7474
initialized first. Verify by typing the following commands from a Windows
7575
``cmd`` shell::
7676

7777
> call "C:\Program Files\Environment Modules\init\cmd.cmd"
7878
> module -V
79-
Modules Release 5.5.0 (2024-XX-XX)
79+
Modules Release 5.5.0 (2024-11-11)
8080

8181
And the following commands from a Windows ``pwsh`` shell::
8282

8383
> . "C:\Program Files\Environment Modules\init\pwsh.ps1"
8484
> envmodule --version
85-
Modules Release 5.5.0 (2024-XX-XX)
85+
Modules Release 5.5.0 (2024-11-11)
8686

8787
Installation location can be adapted by running the ``INSTALL.bat`` and
8888
``INSTALL_PWSH.bat`` scripts from a ``cmd`` console shell and passing desired

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.5 release notes:
1010

11-
Modules 5.5.0 (not yet released)
12-
--------------------------------
11+
Modules 5.5.0 (2024-11-11)
12+
--------------------------
1313

1414
* Init: update ``cmd`` shell initialization script to correctly define
1515
:envvar:`MODULESHOME` when installation pathname contains dot character.

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

@@ -245,6 +245,10 @@ fi
245245

246246

247247
%changelog
248+
* Mon Nov 11 2024 Xavier Delaruelle <[email protected]> - 5.5.0-1
249+
- Update to 5.5.0
250+
- Require util-linux-core to get logger command for logging capabilities
251+
248252
* Tue Feb 20 2024 Xavier Delaruelle <[email protected]> - 5.4.0-1
249253
- Update to 5.4.0
250254
- Move modulefile man page to section 5

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.4.0', ''
82+
return '5.5.0', ''
8383

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

doc/source/cookbook/log-module-commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and valid tool:
4343
.. parsed-literal::
4444
4545
:ps:`$` module config logger
46-
Modules Release 5.5.0 (2024-XX-XX)
46+
Modules Release 5.5.0 (2024-11-11)
4747
4848
- Config. name ---------.- Value (set by if default overridden) ---------------
4949
logger /usr/bin/logger -t modules

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.2],[[email protected]],[],[http://modules.sf.net])
5+
AC_INIT([Envmodules],[1.4.3],[[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.4.0
4+
MODULES_RELEASE := 5.5.0
55
MODULES_BUILD_HASH := $Format:%h$
66
MODULES_BUILD_REFS := $Format:%D$
77
MODULES_BUILD_FDATE := $Format:%ci$

0 commit comments

Comments
 (0)