Skip to content

Commit

Permalink
Bumping versions to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Oct 30, 2024
1 parent a06a33e commit 57261a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
scitokens-cpp (1.1.2-1) stable; urgency=medium

* Turn off CMAKE unity builds
* Add a mutex around requesting public keys to stop overloading issuers

-- Derek Weitzel <[email protected]> Wed, 30 Oct 2024 12:00:00 -0600

scitokens-cpp (1.1.1-1) stable; urgency=medium

* Improve error handling around the sqlite3 library
Expand Down
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.1.1.tar.gz
Debtransform-Tar: scitokens-cpp-1.1.2.tar.gz
Format: 3.0
Version: 1.1.1.1-1
Version: 1.1.2.1-1
Binary: scitokens-cpp
Source: scitokens-cpp
Section: science
Expand Down
6 changes: 5 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.1.1
Version: 1.1.2
Release: 1%{?dist}
Summary: C++ Implementation of the SciTokens Library
License: ASL 2.0
Expand Down Expand Up @@ -66,6 +66,10 @@ Requires: %{name}%{?_isa} = %{version}
%dir %{_includedir}/scitokens

%changelog
* Wed Oct 30 2024 Derek Weitzel <[email protected]> - 1.1.2-1
- Turn off CMAKE unity builds
- Add a mutex around requesting public keys to stop overloading issuers

* Wed Feb 28 2024 Derek Weitzel <[email protected]> - 1.1.1-1
- Improve error handling around the sqlite3 library
- Fix test failures and compiler warnings
Expand Down

0 comments on commit 57261a2

Please sign in to comment.