-
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.
Merge pull request #357 from apel/release-3.4.1
Release 3.4.1 to dev
- Loading branch information
Showing
5 changed files
with
18 additions
and
4 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%endif | ||
|
||
Name: apel-ssm | ||
Version: 3.4.0 | ||
Version: 3.4.1 | ||
%define releasenumber 1 | ||
Release: %{releasenumber}%{?dist} | ||
Summary: Secure stomp messenger | ||
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
set -eu | ||
|
||
TAG=3.4.0-1 | ||
TAG=3.4.1-1 | ||
|
||
SOURCE_DIR=~/debbuild/source | ||
BUILD_DIR=~/debbuild/build | ||
|
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
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