Skip to content

Commit d9c3883

Browse files
committed
Release of version 4.7.1
1 parent 777fc4a commit d9c3883

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

NEWS.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,37 @@ documents those changes that are of interest to users and admins.
88

99
.. _4.7 release notes:
1010

11+
Modules 4.7.1 (2021-04-06)
12+
--------------------------
13+
14+
* Doc: clarify the license terms used by the project. (fix issue #389)
15+
* Align all files from the Modules project under the GPLv2+ license. Scripts
16+
and libraries that were previously licensed with GPLv3+ have been moved to
17+
GPLv2+ with the consent of their respective copyright holders. (fix issue
18+
#389)
19+
* Revert "Install: have :file:`configure` script assume the ``.`` dot
20+
directory when invoked without the prepended ``./``" as consent was not
21+
obtained from author to relicense the contribution to GPLv2+.
22+
* Doc: fixes few typos in :ref:`module(1)` and :ref:`modulefile(4)`.
23+
* Update the :subcmd:`sh-to-mod` mechanism to support version 3.2 of the fish
24+
shell. Fish 3.2 introduces the ``.`` builtin command that should be
25+
regexp-escaped when determining the shell functions or aliases defined by
26+
the script analyzed by :subcmd:`sh-to-mod`.
27+
* Vim: update addon files to highlight modulefile variables
28+
:mfvar:`ModuleTool`, :mfvar:`ModuleToolVersion` and
29+
:mfvar:`ModulesCurrentModulefile`.
30+
* Doc: update the description and default value of the
31+
:instopt:`--with-dark-background-colors` and
32+
:instopt:`--with-light-background-colors` installation options.
33+
* Doc: add description of changes that occurred on versions 4.6 and 4.7 for
34+
the :instopt:`--with-dark-background-colors` and
35+
:instopt:`--with-light-background-colors` installation options and for the
36+
:envvar:`MODULES_COLORS` environment variable.
37+
* Doc: correct the default value of the :instopt:`--with-tag-abbrev`
38+
installation option.
39+
* Doc: add :ref:`sticky-modules-rcp` cookbook recipe.
40+
41+
1142
Modules 4.7.0 (2021-02-19)
1243
--------------------------
1344

contrib/rpm/environment-modules.spec.in

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

@@ -258,6 +258,9 @@ fi
258258

259259

260260
%changelog
261+
* Tue Apr 6 2021 Xavier Delaruelle <[email protected]> - 4.7.1-1
262+
- Update to 4.7.1
263+
261264
* Fri Feb 19 2021 Xavier Delaruelle <[email protected]> - 4.7.0-1
262265
- Update to 4.7.0
263266
- Remove obsolete 'Group' tag

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 '4.7.0', ''
82+
return '4.7.1', ''
8383

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

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 := 4.7.0
4+
MODULES_RELEASE := 4.7.1
55
MODULES_BUILD_HASH := $Format:%h$
66
MODULES_BUILD_REFS := $Format:%D$
77
MODULES_BUILD_FDATE := $Format:%ci$

0 commit comments

Comments
 (0)