Skip to content

Commit 24a9196

Browse files
committed
Updating all of the versions for 1.2.0
1 parent 90cabef commit 24a9196

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
scitokens-cpp (1.2.0-1) unstable; urgency=medium
2+
3+
* Fix segfault if the JSON parser cannot parse the JWKS
4+
* Fix float time claims issue and improve error handling
5+
* Fix security issue with malicious issuer handling in error messages
6+
* Improve JWTVerificationException message to include the invalid issuer
7+
* Update usage on verify command to make the TOKENFILE explicit
8+
* Read token for scitokens-verify from stdin
9+
* Set CURLOPT_NOSIGNAL option in SimpleCurlGet to prevent signal interruptions
10+
* Add asan value to the job name
11+
* Turn off building unit tests by default
12+
* Add cmake option SCITOKENS_WITH_ASAN which enables memory checking with the address sanitizer. Also enable this in CI so tests fail if they hit a memory leak or other memory problem
13+
* Fix memory leak in store_public_ec_key
14+
* Fix memory leaks in the unit tests
15+
* Fix memory leak in rs256_from_coords
16+
* Fix memory leak in scitokens_verify
17+
18+
-- Derek Weitzel <dweitzel@unl.edu> Fri, 05 Dec 2025 00:00:00 +0000
19+
120
scitokens-cpp (1.1.3-1) stable; urgency=medium
221

322
* Include cstdint import for jwt library to support newer compilers

debian/scitokens-cpp.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# created by obsupdate.sh, do not edit by hand
2-
Debtransform-Tar: scitokens-cpp-1.1.3.tar.gz
2+
Debtransform-Tar: scitokens-cpp-1.2.0.tar.gz
33
Format: 3.0
4-
Version: 1.1.3.1-2
4+
Version: 1.2.0.1-1
55
Binary: scitokens-cpp
66
Source: scitokens-cpp
77
Section: science

rpm/scitokens-cpp.spec

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: scitokens-cpp
2-
Version: 1.1.3
2+
Version: 1.2.0
33
Release: 1%{?dist}
44
Summary: C++ Implementation of the SciTokens Library
55
License: ASL 2.0
@@ -66,6 +66,22 @@ Requires: %{name}%{?_isa} = %{version}
6666
%dir %{_includedir}/scitokens
6767

6868
%changelog
69+
* Fri Dec 05 2025 Derek Weitzel <dweitzel@unl.edu> - 1.2.0-1
70+
- Fix segfault if the JSON parser cannot parse the JWKS
71+
- Fix float time claims issue and improve error handling
72+
- Fix security issue with malicious issuer handling in error messages
73+
- Improve JWTVerificationException message to include the invalid issuer
74+
- Update usage on verify command to make the TOKENFILE explicit
75+
- Read token for scitokens-verify from stdin
76+
- Set CURLOPT_NOSIGNAL option in SimpleCurlGet to prevent signal interruptions
77+
- Adding asan value to the job name
78+
- Turn off building unit tests by default.
79+
- Add cmake option SCITOKENS_WITH_ASAN which enables memory checking with the address sanitizer. Also enable this in CI, so that tests fail if they hit a memory leak or other memory problem.
80+
- Fix memory leak in store_public_ec_key
81+
- Fix memory leaks in the unit tests
82+
- Fix memory leak in rs256_from_coords
83+
- Fix memory leak in scitokens_verify
84+
6985
* Mon Feb 24 2025 Derek Weitzel <dweitzel@unl.edu> - 1.1.3-1
7086
- Include cstdint import for jwt library to support newer compilers
7187

0 commit comments

Comments
 (0)