Release of version 4.5.0

This commit is contained in:
Xavier Delaruelle
2020-04-07 17:54:11 +02:00
parent ee7a5248df
commit d9aaa588be
3 changed files with 12 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ Release notes
This file describes changes in recent versions of Modules. It primarily
documents those changes that are of interest to users and admins.
Next release (2020-XX-XX)
Modules 4.5.0 (2020-04-07)
--------------------------
* Doc: fix typos and grammar mistakes on :ref:`module(1)`,

View File

@@ -2,7 +2,7 @@
%global vimdatadir %{_datadir}/vim/vimfiles
Name: environment-modules
Version: 4.4.1
Version: 4.5.0
Release: @MODULES_RPM_RELEASE@%{?dist}
Summary: Provides dynamic modification of a user's environment
@@ -241,6 +241,15 @@ fi
%changelog
* Tue Apr 07 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.5.0-1
- Update to 4.5.0
- Add ml(1) man page
- Append LD_PRELOAD environment variable to the quarantine environment
variable list
- createmodule.py tool is now automatically installed during Modules
installation process and its Python shebang is set by the configure option
--with-python
* Fri Jan 03 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.4.1-1
- Update to 4.4.1
- Fix spec file for el8 build

View File

@@ -1,7 +1,7 @@
# Release definitions shared across the Makefiles of this project
# run make to generate version.inc
MODULES_RELEASE := 4.4.1
MODULES_RELEASE := 4.5.0
MODULES_BUILD_HASH := $Format:%h$
MODULES_BUILD_REFS := $Format:%D$
MODULES_BUILD_FDATE := $Format:%ci$