Skip to content

Commit

Permalink
Release of version 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Apr 6, 2021
1 parent 777fc4a commit d9c3883
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
31 changes: 31 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@ documents those changes that are of interest to users and admins.

.. _4.7 release notes:

Modules 4.7.1 (2021-04-06)
--------------------------

* Doc: clarify the license terms used by the project. (fix issue #389)
* Align all files from the Modules project under the GPLv2+ license. Scripts
and libraries that were previously licensed with GPLv3+ have been moved to
GPLv2+ with the consent of their respective copyright holders. (fix issue
#389)
* Revert "Install: have :file:`configure` script assume the ``.`` dot
directory when invoked without the prepended ``./``" as consent was not
obtained from author to relicense the contribution to GPLv2+.
* Doc: fixes few typos in :ref:`module(1)` and :ref:`modulefile(4)`.
* Update the :subcmd:`sh-to-mod` mechanism to support version 3.2 of the fish
shell. Fish 3.2 introduces the ``.`` builtin command that should be
regexp-escaped when determining the shell functions or aliases defined by
the script analyzed by :subcmd:`sh-to-mod`.
* Vim: update addon files to highlight modulefile variables
:mfvar:`ModuleTool`, :mfvar:`ModuleToolVersion` and
:mfvar:`ModulesCurrentModulefile`.
* Doc: update the description and default value of the
:instopt:`--with-dark-background-colors` and
:instopt:`--with-light-background-colors` installation options.
* Doc: add description of changes that occurred on versions 4.6 and 4.7 for
the :instopt:`--with-dark-background-colors` and
:instopt:`--with-light-background-colors` installation options and for the
:envvar:`MODULES_COLORS` environment variable.
* Doc: correct the default value of the :instopt:`--with-tag-abbrev`
installation option.
* Doc: add :ref:`sticky-modules-rcp` cookbook recipe.


Modules 4.7.0 (2021-02-19)
--------------------------

Expand Down
5 changes: 4 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: 4.7.0
Version: 4.7.1
Release: @MODULES_RPM_RELEASE@%{?dist}
Summary: Provides dynamic modification of a user's environment

Expand Down Expand Up @@ -258,6 +258,9 @@ fi


%changelog
* Tue Apr 6 2021 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.7.1-1
- Update to 4.7.1

* Fri Feb 19 2021 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.7.0-1
- Update to 4.7.0
- Remove obsolete 'Group' tag
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 '4.7.0', ''
return '4.7.1', ''

# The short X.Y version.
# The full version, including alpha/beta/rc tags.
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 := 4.7.0
MODULES_RELEASE := 4.7.1
MODULES_BUILD_HASH := $Format:%h$
MODULES_BUILD_REFS := $Format:%D$
MODULES_BUILD_FDATE := $Format:%ci$
Expand Down

0 comments on commit d9c3883

Please sign in to comment.