-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
from .ExceptionDefinitions import * | ||
|
||
VERSION_NUMBER = "3.5.1" | ||
VERSION_NUMBER = "3.6.1" | ||
HELP_EMAIL = '[email protected]' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Summary: osg-pki-tools | ||
Name: osg-pki-tools | ||
Version: 3.6.0 | ||
Version: 3.6.1 | ||
Release: 1%{?dist} | ||
Source: osg-pki-tools-%{version}.tar.gz | ||
License: Apache 2.0 | ||
|
@@ -43,6 +43,10 @@ mv %{buildroot}/%{_prefix}/config/ca-issuer.conf %{buildroot}%{_sysconfdir}/osg/ | |
%config(noreplace) %{_sysconfdir}/osg/pki/ca-issuer.conf | ||
|
||
%changelog | ||
* Wed Sep 6 2023 Brian Lin <[email protected]> - 3.6.1 | ||
- Fix bug with default CA config file option (SOFTWARE-5668) | ||
- Update default InCommon IGTF CA IDs to point to CA 3 | ||
|
||
* Fri Sep 1 2023 Brian Lin <[email protected]> - 3.6.0 | ||
- Add configuration file for osg-incommon-cert-request (SOFTWARE-5668) | ||
- Update default CSR key length to 4096, add CLI option (SOFTWARE-5651) | ||
|