-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
4 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
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,11 @@ | ||
scitokens-cpp (1.0.2-1) stable; urgency=medium | ||
|
||
* Add support for API-configurable cache home | ||
* Fix enforcer_acl_free logic | ||
* scitokens_internal: catch matching exception type after jwt-cpp update | ||
|
||
-- Derek Weitzel <[email protected]> Thu, 15 Jun 2023 12:00:00 -0500 | ||
|
||
scitokens-cpp (1.0.1-1) stable; urgency=medium | ||
|
||
* Fix bug in generate acls which would cause a timeout | ||
|
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
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,5 +1,5 @@ | ||
Name: scitokens-cpp | ||
Version: 1.0.1 | ||
Version: 1.0.2 | ||
Release: 1%{?dist} | ||
Summary: C++ Implementation of the SciTokens Library | ||
License: ASL 2.0 | ||
|
@@ -66,6 +66,11 @@ Requires: %{name}%{?_isa} = %{version} | |
%dir %{_includedir}/scitokens | ||
|
||
%changelog | ||
* Thu Jun 15 2023 Derek Weitzel <[email protected]> - 1.0.2-1 | ||
- Add support for API-configurable cache home | ||
- Fix enforcer_acl_free logic | ||
- scitokens_internal: catch matching exception type after jwt-cpp update | ||
|
||
* Wed Apr 26 2023 Derek Weitzel <[email protected]> - 1.0.1-1 | ||
- Fix bug in generate acls which would cause a timeout | ||
|
||
|