Release of version 4.6.0

This commit is contained in:
Xavier Delaruelle
2020-09-16 06:09:33 +02:00
parent ef419b262e
commit 58248128dc
4 changed files with 19 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ Modules. It provides an overview of the new features and changed behaviors
that will be encountered when upgrading.
Migrating from v4.5 to v4.6 (not yet released)
==============================================
Migrating from v4.5 to v4.6
===========================
This new version is backward-compatible with v4.5 and primarily fixes bugs and
adds new features.

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.
Modules 4.6.0 (not yet released)
Modules 4.6.0 (2020-09-16)
--------------------------------
* Rework internal state handling to gather all state definitions in a global

View File

@@ -2,7 +2,7 @@
%global vimdatadir %{_datadir}/vim/vimfiles
Name: environment-modules
Version: 4.5.1
Version: 4.6.0
Release: @MODULES_RPM_RELEASE@%{?dist}
Summary: Provides dynamic modification of a user's environment
@@ -254,6 +254,20 @@ fi
%changelog
* Wed Sep 16 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.6.0-1
- Update to 4.6.0
- Enable multilib support
- Specifically enable compatiblity version build to make compat package
* Mon Aug 31 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.5.3-1
- Update to 4.5.3
- Use 'configure' macro
- Fix modulecmd pre-alternatives cleanup check
- Use 'make_build' and 'make_install' macros
* Thu Jul 30 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.5.2-1
- Update to 4.5.2
* Mon Jun 01 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.5.1-1
- Update to 4.5.1

View File

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