Skip to content

Commit

Permalink
Release of version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Apr 30, 2022
1 parent b6e1765 commit b7bd5aa
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 18 deletions.
4 changes: 2 additions & 2 deletions MIGRATING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Modules. It provides an overview of the new features and changed behaviors
that will be encountered when upgrading.


v5.1 (not yet released)
=======================
v5.1
====

This new version is backward-compatible with previous version 5 release. It
fixes bugs but also introduces new functionalities that are described in this
Expand Down
4 changes: 2 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ documents those changes that are of interest to users and admins.

.. _5.1 release notes:

Modules 5.1.0 (not yet released)
--------------------------------
Modules 5.1.0 (2022-04-30)
--------------------------

* Allow to declare :mfcmd:`variant` with no list of accepted value. Such
variant accepts any value specified. (fix issue #405)
Expand Down
6 changes: 5 additions & 1 deletion contrib/rpm/environment-modules.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global vimdatadir %{_datadir}/vim/vimfiles

Name: environment-modules
Version: 5.0.1
Version: 5.1.0
Release: @MODULES_RPM_RELEASE@%{?dist}
Summary: Provides dynamic modification of a user's environment

Expand Down Expand Up @@ -222,6 +222,10 @@ fi


%changelog
* Sat Apr 30 2022 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.1.0-1
- Update to 5.1.0
- Install shell completion scripts in system-wide shell-specific locations

* Sat Oct 16 2021 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.0.1-1
- Update to 5.0.1

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_version_release_from_git():
else:
return version, version + '+' + branch + '-' + tags
else:
return '5.0.1', ''
return '5.1.0', ''

# The short X.Y version.
# The full version, including alpha/beta/rc tags.
Expand Down
2 changes: 1 addition & 1 deletion lib/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([Envmodules],[1.4.0],[modules-interest@lists.sourceforge.net],[],[http://modules.sf.net])
AC_INIT([Envmodules],[1.4.1],[modules-interest@lists.sourceforge.net],[],[http://modules.sf.net])
AC_CONFIG_SRCDIR([envmodules.c])
AC_CONFIG_HEADERS([config.h])

Expand Down
2 changes: 1 addition & 1 deletion tcl/subcmd.tcl.in
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ proc cmdModuleSave {{coll default}} {
}
# generate collection content with header indicating oldest Modules version
# compatible with collection syntax
set coll_header [expr {[llength $curr_tag_arrser] > 0 ? {#%Module5.0} :\
set coll_header [expr {[llength $curr_tag_arrser] > 0 ? {#%Module5.1} :\
{}}]

set save [formatCollectionContent [getModulePathList returnempty 0]\
Expand Down
2 changes: 1 addition & 1 deletion testsuite/home/coll40
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#%Module5.0
#%Module5.1
module use --append testsuite/modulefiles.3
module load --tag= tag/8.0
module load foo/1.0
Expand Down
2 changes: 1 addition & 1 deletion testsuite/home/coll41
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#%Module5.0
#%Module5.1
module use --append testsuite/modulefiles.3
module load --tag=foo
module load --tag=bar foo/1.0
Expand Down
2 changes: 1 addition & 1 deletion testsuite/home/coll42
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#%Module5.0
#%Module5.1
module use --append testsuite/modulefiles.3
module load --tag=
module load foo/1.0
Expand Down
2 changes: 1 addition & 1 deletion testsuite/home/coll43
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#%Module5.0
#%Module5.1
module use --append testsuite/modulefiles.3
module load --tag tag/8.0
module load foo/1.0
Expand Down
2 changes: 1 addition & 1 deletion testsuite/home/coll45
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#%Module5.0
#%Module5.1
module use --append testsuite/modulefiles.3
module load --tag=foo:auto-loaded:keep-loaded:nearly-forbidden foo/1.0
module load --tag=bar:foo tag/8.0
Expand Down
2 changes: 1 addition & 1 deletion testsuite/home/coll46
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#%Module5.0
#%Module5.1
module use --append testsuite/modulefiles.3
module load --tag=foo:auto-loaded:keep-loaded:forbidden foo/1.0
module load --tag=bar:foo tag/8.0
Expand Down
2 changes: 1 addition & 1 deletion testsuite/home/coll49
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#%Module5.0
#%Module5.1
module use --append testsuite/modulefiles.3
module load variant/3.0 bar=val2
module load --tag=foo:keep-loaded tag/8.0 -bar +foo
Expand Down
2 changes: 1 addition & 1 deletion testsuite/home/coll49-tosource
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#%Module5.0
#%Module5.1
module load variant/3.0 bar=val2
module load --tag=foo:keep-loaded tag/8.0 -bar +foo
module load --tag=bar:keep-loaded foo/1.0
Expand Down
2 changes: 1 addition & 1 deletion testsuite/modules.61-coll/010-init_ts.exp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set hometestdotmod "$hometestcoll/.module"

set nohomeerrmsg "$error_msgs: HOME not defined"

set headercompattag "#%Module5.0\n"
set headercompattag "#%Module5.1\n"

set collemptytarget "emptytarget"
set colltarget "target"
Expand Down
2 changes: 1 addition & 1 deletion version.inc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release definitions shared across the Makefiles of this project
# run make to generate version.inc

MODULES_RELEASE := 5.0.1
MODULES_RELEASE := 5.1.0
MODULES_BUILD_HASH := $Format:%h$
MODULES_BUILD_REFS := $Format:%D$
MODULES_BUILD_FDATE := $Format:%ci$
Expand Down

0 comments on commit b7bd5aa

Please sign in to comment.