From 4f821636b81a11707026f53b9384acecfc541440 Mon Sep 17 00:00:00 2001 From: Derek Weitzel Date: Wed, 28 Feb 2024 09:23:33 -0600 Subject: [PATCH] Bumping version to 1.1.1 --- debian/changelog | 7 +++++++ debian/scitokens-cpp.dsc | 4 ++-- rpm/scitokens-cpp.spec | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8fe5951..ab4db50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scitokens-cpp (1.1.1-1) stable; urgency=medium + + * Improve error handling around the sqlite3 library + * Fix test failures and compiler warnings + + -- Derek Weitzel Wed, 28 Feb 2024 12:00:00 -0600 + scitokens-cpp (1.1.0-1) stable; urgency=medium * Allow the scitokens library user to setup a custom CA file diff --git a/debian/scitokens-cpp.dsc b/debian/scitokens-cpp.dsc index a26cc08..7af58be 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.0.tar.gz +Debtransform-Tar: scitokens-cpp-1.1.1.tar.gz Format: 3.0 -Version: 1.1.0.1-1 +Version: 1.1.1.1-1 Binary: scitokens-cpp Source: scitokens-cpp Section: science diff --git a/rpm/scitokens-cpp.spec b/rpm/scitokens-cpp.spec index e27344c..7f8bf98 100644 --- a/rpm/scitokens-cpp.spec +++ b/rpm/scitokens-cpp.spec @@ -1,5 +1,5 @@ Name: scitokens-cpp -Version: 1.1.0 +Version: 1.1.1 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 Feb 28 2024 Derek Weitzel - 1.1.1-1 +- Improve error handling around the sqlite3 library +- Fix test failures and compiler warnings + * Tue Nov 07 2023 Derek Weitzel - 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