forked from apel/ssm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apel#378 from apel/release-2.1.0
Release 2.1.0 to dev
- Loading branch information
Showing
4 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
* Wed Aug 21 2024 Adrian Coveney <[email protected]> - 2.1.0-1 | ||
- [client] Fix LDAP returning bytes and not strings with Python 3 | ||
- [client] Fix the parser failing on VOMS attributes without Role or Capability parts | ||
- [server] Add support for deleting stale cloud summaries reporting recent usage | ||
- Various CI and code maintenance changes. | ||
|
||
* Wed May 08 2024 Adrian Coveney <[email protected]> - 2.0.0-1 | ||
- Added codebase compatability with Python3. | ||
- Removed support for Oracle as a backend database. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%endif | ||
|
||
Name: apel | ||
Version: 2.0.0 | ||
Version: 2.1.0 | ||
%define releasenumber 1 | ||
Release: %{releasenumber}%{?dist} | ||
Summary: APEL packages | ||
|
@@ -199,6 +199,12 @@ exit 0 | |
# ============================================================================== | ||
|
||
%changelog | ||
* Wed Aug 21 2024 Adrian Coveney <[email protected]> - 2.1.0-1 | ||
- [client] Fix LDAP returning bytes and not strings with Python 3 | ||
- [client] Fix the parser failing on VOMS attributes without Role or Capability parts | ||
- [server] Add support for deleting stale cloud summaries reporting recent usage | ||
- Various CI and code maintenance changes. | ||
|
||
* Wed May 08 2024 Adrian Coveney <[email protected]> - 2.0.0-1 | ||
- Added codebase compatability with Python3. | ||
- Removed support for Oracle as a backend database. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
@author Konrad Jopek, Will Rogers | ||
''' | ||
__version__ = (2, 0, 0) | ||
__version__ = (2, 1, 0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters