diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ed3629..eb2b42a 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 0.7.0 + VERSION 1.0.1 LANGUAGES CXX) option( SCITOKENS_BUILD_UNITTESTS "Build the scitokens-cpp unit tests" OFF ) diff --git a/debian/changelog b/debian/changelog index ae2ce15..5b3e3e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +scitokens-cpp (1.0.1-1) stable; urgency=medium + + * Fix bug in generate acls which would cause a timeout + +-- Derek Weitzel 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 @@ -5,7 +11,7 @@ scitokens-cpp (1.0.0-1) stable; urgency=medium * Make nbf claim optional for non-scitokens tokens * Update to OpenSSL 3.0 --- Derek Weitzel Tue, 21 Mar 2021 12:00:00 -0600 +-- Derek Weitzel Tue, 21 Mar 2023 12:00:00 -0600 scitokens-cpp (0.7.3-1) stable; urgency=medium diff --git a/debian/scitokens-cpp.dsc b/debian/scitokens-cpp.dsc index de07824..af42dae 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.0.tar.gz +Debtransform-Tar: scitokens-cpp-1.0.1.tar.gz Format: 3.0 -Version: 1.0.0.1-1 +Version: 1.0.1.1-1 Binary: scitokens-cpp Source: scitokens-cpp Section: science diff --git a/rpm/scitokens-cpp.spec b/rpm/scitokens-cpp.spec index f51add7..b3b1c6c 100644 --- a/rpm/scitokens-cpp.spec +++ b/rpm/scitokens-cpp.spec @@ -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 - 1.0.1-1 +- Fix bug in generate acls which would cause a timeout + * Tue Mar 21 2023 Derek Weitzel - 1.0.0-1 - Add async API for parsing and verifying tokens - Add configuration API