From 820c788d0f5eb31df38a19859eacae58b2fb74cc Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Tue, 20 Feb 2024 10:14:46 +0100 Subject: [PATCH] Release of version 5.4.0 --- MIGRATING.rst | 4 ++-- NEWS.rst | 4 ++-- contrib/rpm/environment-modules.spec.in | 6 +++++- doc/source/conf.py | 2 +- lib/configure.ac | 2 +- version.inc.in | 2 +- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/MIGRATING.rst b/MIGRATING.rst index a058a75c3..def95a21b 100644 --- a/MIGRATING.rst +++ b/MIGRATING.rst @@ -8,8 +8,8 @@ Modules. It provides an overview of the new features and changed behaviors that will be encountered when upgrading. -v5.4 (not yet released) -======================= +v5.4 +==== This new version is backward-compatible with previous version 5 release. It fixes bugs but also introduces new functionalities that are described in this diff --git a/NEWS.rst b/NEWS.rst index bca1d933f..857e2bf69 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,8 +8,8 @@ documents those changes that are of interest to users and admins. .. _5.4 release notes: -Modules 5.4.0 (not yet released) --------------------------------- +Modules 5.4.0 (2024-02-20) +-------------------------- * Allow to designate module by its full path file name on :mfcmd:`module-tag`, :mfcmd:`module-hide` and :mfcmd:`module-forbid`. (fix issue #485) diff --git a/contrib/rpm/environment-modules.spec.in b/contrib/rpm/environment-modules.spec.in index 6e6015bfa..db1e298f7 100644 --- a/contrib/rpm/environment-modules.spec.in +++ b/contrib/rpm/environment-modules.spec.in @@ -2,7 +2,7 @@ %global vimdatadir %{_datadir}/vim/vimfiles Name: environment-modules -Version: 5.3.1 +Version: 5.4.0 Release: @MODULES_RPM_RELEASE@%{?dist} Summary: Provides dynamic modification of a user's environment @@ -235,6 +235,10 @@ fi %changelog +* Tue Feb 20 2024 Xavier Delaruelle - 5.4.0-1 +- Update to 5.4.0 +- Move modulefile man page to section 5 + * Tue Jun 27 2023 Xavier Delaruelle - 5.3.1-1 - Update to 5.3.1 - Distribute ChangeLog as a zipped file to reduce installation size diff --git a/doc/source/conf.py b/doc/source/conf.py index 4b535bc34..118e7000c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -79,7 +79,7 @@ def get_version_release_from_git(): else: return version, version + '+' + branch + '-' + tags else: - return '5.3.1', '' + return '5.4.0', '' # The short X.Y version. # The full version, including alpha/beta/rc tags. diff --git a/lib/configure.ac b/lib/configure.ac index 54dd3aa94..142f5ef0b 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Envmodules],[1.4.1],[modules-interest@lists.sourceforge.net],[],[http://modules.sf.net]) +AC_INIT([Envmodules],[1.4.2],[modules-interest@lists.sourceforge.net],[],[http://modules.sf.net]) AC_CONFIG_SRCDIR([envmodules.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/version.inc.in b/version.inc.in index 0bcbde73e..f9992672d 100644 --- a/version.inc.in +++ b/version.inc.in @@ -1,7 +1,7 @@ # Release definitions shared across the Makefiles of this project # run make to generate version.inc -MODULES_RELEASE := 5.3.1 +MODULES_RELEASE := 5.4.0 MODULES_BUILD_HASH := $Format:%h$ MODULES_BUILD_REFS := $Format:%D$ MODULES_BUILD_FDATE := $Format:%ci$