diff --git a/debian/changelog b/debian/changelog index ab4db50..131bd37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 30 Oct 2024 12:00:00 -0600 + scitokens-cpp (1.1.1-1) stable; urgency=medium * Improve error handling around the sqlite3 library diff --git a/debian/scitokens-cpp.dsc b/debian/scitokens-cpp.dsc index 7af58be..358c092 100644 --- a/debian/scitokens-cpp.dsc +++ b/debian/scitokens-cpp.dsc @@ -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 diff --git a/rpm/scitokens-cpp.spec b/rpm/scitokens-cpp.spec index 7f8bf98..353c96e 100644 --- a/rpm/scitokens-cpp.spec +++ b/rpm/scitokens-cpp.spec @@ -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 @@ -66,6 +66,10 @@ Requires: %{name}%{?_isa} = %{version} %dir %{_includedir}/scitokens %changelog +* Wed Oct 30 2024 Derek Weitzel - 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 - 1.1.1-1 - Improve error handling around the sqlite3 library - Fix test failures and compiler warnings