Skip to content

Commit

Permalink
Release of version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed May 14, 2023
1 parent 4e8e76e commit 3aa3851
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
10 changes: 5 additions & 5 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.3 (not yet released)
=======================
v5.3
====

Module cache
------------
Expand Down Expand Up @@ -146,7 +146,7 @@ query.
:ps:`$` module config --reset avail_output
:ps:`$` module config avail_output
Modules Release 5.3.0 (2023-XX-XX)
Modules Release 5.3.0 (2023-05-14)
- :sgrhi:`Config. name` ---------.- :sgrhi:`Value (set by if default overridden)` ---------------
avail_output modulepath:alias:dirwsym:sym:tag:variantifspec:key
Expand Down Expand Up @@ -249,13 +249,13 @@ updated to report variant information:
.. parsed-literal::
:ps:`$` module config list_terse_output
Modules Release 5.3.0 (2023-XX-XX)
Modules Release 5.3.0 (2023-05-14)
- :sgrhi:`Config. name` ---------.- :sgrhi:`Value (set by if default overridden)` ---------------
list_terse_output header
:ps:`$` module config list_terse_output +variant
:ps:`$` module config list_terse_output
Modules Release 5.3.0 (2023-XX-XX)
Modules Release 5.3.0 (2023-05-14)
- :sgrhi:`Config. name` ---------.- :sgrhi:`Value (set by if default overridden)` ---------------
list_terse_output header:variant (env-var)
Expand Down
8 changes: 4 additions & 4 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.3 release notes:

Modules 5.3.0 (not yet released)
--------------------------------
Modules 5.3.0 (2023-05-14)
--------------------------

* Add :ref:`module-cache` design notes.
* Add :subcmd:`cachebuild` sub-command to create cache for modulepaths
Expand Down Expand Up @@ -148,6 +148,8 @@ Modules 5.3.0 (not yet released)
:mconfig:`variant_shortcut` configuration options to indicate value
should respectively be appended to or subtracted from current configuration
option value.
* Fix :subcmd:`switch` sub-command not to unload *sticky* module when
switched-on module does not exist. (fix issue #492)


.. _5.2 release notes:
Expand Down Expand Up @@ -311,8 +313,6 @@ Modules 5.2.0 (2022-11-08)
page.
* Doc: extend :ref:`Collections` section with examples in :ref:`module(1)` man
page.
* Fix :subcmd:`switch` sub-command not to unload *sticky* module when
switched-on module does not exist. (fix issue #492)

.. _Nagelfar: http://nagelfar.sourceforge.net/
.. _ShellCheck: https://www.shellcheck.net/
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.2.0
Version: 5.3.0
Release: @MODULES_RPM_RELEASE@%{?dist}
Summary: Provides dynamic modification of a user's environment

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


%changelog
* Sun May 14 2023 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.3.0-1
- Update to 5.3.0
- Migrate to SPDX license format

* Tue Nov 08 2022 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.2.0-1
- Update to 5.2.0
- Recommends Nagelfar Tcl syntax linter
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.2.0', ''
return '5.3.0', ''

# The short X.Y version.
# The full version, including alpha/beta/rc tags.
Expand Down
4 changes: 2 additions & 2 deletions testsuite/modules.51-scan/020-avail_output-variant.exp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impreq/loadsubp loadany/1.0 output/1.0 variant/5.0
impreq/loadunk loadany/2.0 path-cmd-opt/1.0 variant/5.1{foo=val1,val2,val3}
impreq/mix mfvar/1.0 path-cmd-opt/1.1 variant/6.0
impreq/prereq mfvar/2.0 path-cmd-opt/1.2 variant/7.0{foo=val1,val2,val3}
impreq/switch1 mfvar/Modules/5.2.0 path-cmd-opt/1.3 variant/7.1
impreq/switch1 mfvar/Modules/5.3.0 path-cmd-opt/1.3 variant/7.1
impreq/switch1err mod-to-sh/1.0 path-cmd-opt/1.4 variant/8.0
impreq/switch1unk mod-to-sh/1.1 path-cmd-opt/1.5 'variant/w s'
impreq/switch2 mod-to-sh/2.0 path-cmd-opt/2.0 versioncmp/1.0
Expand Down Expand Up @@ -189,7 +189,7 @@ loadany/1.0
loadany/2.0
mfvar/1.0
mfvar/2.0
mfvar/Modules/5.2.0
mfvar/Modules/5.3.0
mod-to-sh/1.0
mod-to-sh/1.1
mod-to-sh/2.0
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.2.0
MODULES_RELEASE := 5.3.0
MODULES_BUILD_HASH := $Format:%h$
MODULES_BUILD_REFS := $Format:%D$
MODULES_BUILD_FDATE := $Format:%ci$
Expand Down

0 comments on commit 3aa3851

Please sign in to comment.