-
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
14 additions
and
5 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,11 +1,17 @@ | ||
scitokens-cpp (1.0.1-1) stable; urgency=medium | ||
|
||
* Fix bug in generate acls which would cause a timeout | ||
|
||
-- Derek Weitzel <[email protected]> Wed, 26 Apr 2023 12:00:00 -0600 | ||
|
||
scitokens-cpp (1.0.0-1) stable; urgency=medium | ||
|
||
* Add async API for parsing and verifying tokens | ||
* Add configuration API | ||
* Make nbf claim optional for non-scitokens tokens | ||
* Update to OpenSSL 3.0 | ||
|
||
-- Derek Weitzel <[email protected]> Tue, 21 Mar 2021 12:00:00 -0600 | ||
-- Derek Weitzel <[email protected]> Tue, 21 Mar 2023 12:00:00 -0600 | ||
|
||
scitokens-cpp (0.7.3-1) stable; urgency=medium | ||
|
||
|
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.0 | ||
Version: 1.0.1 | ||
Release: 1%{?dist} | ||
Summary: C++ Implementation of the SciTokens Library | ||
License: ASL 2.0 | ||
|
@@ -66,6 +66,9 @@ Requires: %{name}%{?_isa} = %{version} | |
%dir %{_includedir}/scitokens | ||
|
||
%changelog | ||
* Wed Apr 26 2023 Derek Weitzel <[email protected]> - 1.0.1-1 | ||
- Fix bug in generate acls which would cause a timeout | ||
|
||
* Tue Mar 21 2023 Derek Weitzel <[email protected]> - 1.0.0-1 | ||
- Add async API for parsing and verifying tokens | ||
- Add configuration API | ||
|