Skip to content

Commit

Permalink
Bumping version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Nov 7, 2023
1 parent 75ac55d commit 854ede7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions debian/scitokens-cpp.dsc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# created by obsupdate.sh, do not edit by hand
Debtransform-Tar: scitokens-cpp-1.0.2.tar.gz
Debtransform-Tar: scitokens-cpp-1.1.0.tar.gz
Format: 3.0
Version: 1.0.2.1-1
Version: 1.1.0.1-1
Binary: scitokens-cpp
Source: scitokens-cpp
Section: science
Expand Down
7 changes: 6 additions & 1 deletion rpm/scitokens-cpp.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: scitokens-cpp
Version: 1.0.2
Version: 1.1.0
Release: 1%{?dist}
Summary: C++ Implementation of the SciTokens Library
License: ASL 2.0
Expand Down Expand Up @@ -66,6 +66,11 @@ Requires: %{name}%{?_isa} = %{version}
%dir %{_includedir}/scitokens

%changelog
* Tue Nov 07 2023 Derek Weitzel <[email protected]> - 1.1.0-1
- Allow the scitokens library user to setup a custom CA file
- Fix typecast errors in scitoken_status_get_*() that caused async queries to fail
- Fix logic error in deserialize_continue() that caused async deserialization to fail

* Thu Jun 15 2023 Derek Weitzel <[email protected]> - 1.0.2-1
- Add support for API-configurable cache home
- Fix enforcer_acl_free logic
Expand Down

0 comments on commit 854ede7

Please sign in to comment.