diff --git a/CMakeLists.txt b/CMakeLists.txt index eb2b42a..99ea5a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required( VERSION 3.10) project( scitokens-cpp DESCRIPTION "A C++ Library to interface to scitokens" - VERSION 1.0.1 + VERSION 1.0.2 LANGUAGES CXX) option( SCITOKENS_BUILD_UNITTESTS "Build the scitokens-cpp unit tests" OFF ) diff --git a/debian/changelog b/debian/changelog index 0fb07d8..dba76ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/scitokens-cpp.dsc b/debian/scitokens-cpp.dsc index af42dae..bacbd12 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.0.1.tar.gz +Debtransform-Tar: scitokens-cpp-1.0.2.tar.gz Format: 3.0 -Version: 1.0.1.1-1 +Version: 1.0.2.1-1 Binary: scitokens-cpp Source: scitokens-cpp Section: science diff --git a/rpm/scitokens-cpp.spec b/rpm/scitokens-cpp.spec index b3b1c6c..8497e88 100644 --- a/rpm/scitokens-cpp.spec +++ b/rpm/scitokens-cpp.spec @@ -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 - 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 - 1.0.1-1 - Fix bug in generate acls which would cause a timeout