-
Notifications
You must be signed in to change notification settings - Fork 24
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
1 parent
df59c2c
commit c265998
Showing
2 changed files
with
14 additions
and
0 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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
* Fri Aug 30 2024 Adrian Coveney <[email protected]> - 3.4.1-1 | ||
- Improved error logging to store full traceback on unexpected exceptions. | ||
- Changed more code to use pyOpenSSL to improve compatibility with newer OpenSSL versions. | ||
- Added a check to prevent a host certificate being to used for target server encryption. | ||
- Changed which version of exit function is used to avoid edge case. | ||
- Various changes and improvements to build scripts and processes. | ||
|
||
* Wed Feb 21 2024 Adrian Coveney <[email protected]> - 3.4.0-1 | ||
- Fixed compatability with newer versions of OpenSSL that only provide comma separated DNs. | ||
- Fixed Python 3 compatability (indirectly fixing EL8+ compatability) by performing explicit | ||
|
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 |
---|---|---|
|
@@ -100,6 +100,13 @@ rm -rf $RPM_BUILD_ROOT | |
%doc %_defaultdocdir/%{name} | ||
|
||
%changelog | ||
* Fri Aug 30 2024 Adrian Coveney <[email protected]> - 3.4.1-1 | ||
- Improved error logging to store full traceback on unexpected exceptions. | ||
- Changed more code to use pyOpenSSL to improve compatibility with newer OpenSSL versions. | ||
- Added a check to prevent a host certificate being to used for target server encryption. | ||
- Changed which version of exit function is used to avoid edge case. | ||
- Various changes and improvements to build scripts and processes. | ||
|
||
* Wed Feb 21 2024 Adrian Coveney <[email protected]> - 3.4.0-1 | ||
- Fixed compatability with newer versions of OpenSSL that only provide comma separated DNs. | ||
- Fixed Python 3 compatability (indirectly fixing EL8+ compatability) by performing explicit | ||
|